Skip to content

Reddit

Reddit works well both as a typed scraper and as a /research source.

Live route family

  • /v1/crawl/reddit/subreddit_details
  • /v1/crawl/reddit/subreddit
  • /v1/crawl/reddit/post_comments
  • /v1/crawl/reddit/search
  • raw REST routes also cover subreddit_search, ads_search, and ad

Example

Read subreddit details

```bash curl 'https://api.faircompany.ai/v1/crawl/reddit/subreddit_details?subreddit=webscraping' \ -H "Authorization: Bearer fc_live_xxx" ```

Notes

  • the TypeScript SDK wraps subredditDetails, subreddit, postComments, and search
  • use the direct routes when you know the community or post URL
  • use /research with sources: ["reddit"] for broader sentiment or topic discovery