← ClaudeAtlas

reddit-apilisted

Reddit data toolkit via ScraperSocial — posts, full comment threads, subreddit listings and details, user profiles and keyword search.
nikhonit/social-media-api-skills · ★ 0 · Data & Documents · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Reddit API skill Read public Reddit data as clean JSON. This Reddit API skill returns a post and its full comment tree, subreddit listings and metadata, user profiles and their post history, plus keyword search across posts and subreddits. Reddit is where people say what they actually think about a product, which makes it the highest-signal source in this repo for sentiment and research work. This skill wraps **8 live Reddit endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - A user pastes a Reddit thread and asks what the discussion concluded. - You are researching how a product, company or topic is talked about by real users. - You are monitoring a subreddit for mentions of a brand. - You want to find the right subreddits for a topic. ### Do not use this skill when - **You need to post, comment or vote.** Read-only. Reddit's own API handles writes. - **You are pulling a large subreddit's full history.** Listings are charged per item; scope with `--limit` and page deliberately. - **You need private or quarantined content**, or removed comments. Public data only. - **A Reddit link appears in passing** with no question attached. ## Setup ```bash export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys ``` Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required. ## Scripts | Script | What it does |