← ClaudeAtlas

reddit-researchlisted

Researches Reddit via the Crawlora API — subreddit posts/comments/about, a single post plus its comment thread, keyword search, user post/comment history, domain-linked posts, and hot/new/rising/top trends — returning clean JSON. Use when the user wants community sentiment, a post's discussion, a user's Reddit history, or trending topics on a subreddit or across Reddit, instead of scraping Reddit or using an unofficial client.
Crawlora-org/crawlora-skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Reddit research Look up subreddit posts and comments, a single post's full comment thread, keyword search results, a public user's post/comment history, and hot/new/rising/top trends — all as normalized JSON from the Crawlora API, no Reddit scraping or unofficial client libraries. ## When to use this skill - "What's <subreddit> talking about right now?" - "Pull the comments on this Reddit post/thread." - "Search Reddit for posts about <topic/product/brand>." - "What has <username> posted or commented recently?" - "What's trending on Reddit today?" or "What's the sentiment in r/<subreddit>?" - Brand-mention monitoring, community research, or competitor sentiment tracking on Reddit. ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - `export CRAWLORA_API_KEY=sk_your_key_here` - All requests: `x-api-key: $CRAWLORA_API_KEY` against `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **Search** — `/reddit/search` for keyword-matched posts, optionally scoped to a `subreddit`. 2. **One post + its thread** — `/reddit/post/{id}` for the post itself, `/reddit/comments/{id}` for its public comments (add `include_metrics=true` on either for net score/upvote-ratio/award data at 3 credits instead of 1). 3. **Browse a subreddit** — `/reddit/subreddit/{subreddit}/posts` (hot/new/ top/rising), `/re