SocialCrawl

Reddit

Extract subreddits, posts, comments, and ad data

Reddit

Extract subreddits, posts, comments, and ad data.

Reddit has over 1.7 billion monthly active users across 100,000+ active communities, making it one of the richest sources of authentic discussion data.

Base URL: /v1/reddit/...

Searching one subreddit (/v1/reddit/search), all of Reddit (/v1/reddit/omni-search), or the wider forum web (/v1/search/forums)? See Which endpoint should I use?.

How do I get started with Reddit data?

1. Fetch a profile

curl "https://www.socialcrawl.dev/v1/reddit/subreddit/details?subreddit=technology" \
  -H "x-api-key: sc_your_api_key_here"

2. Fetch their content

curl "https://www.socialcrawl.dev/v1/reddit/subreddit?subreddit=technology" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

What Reddit data can I access?

엔드포인트 7개를 제공해요.

엔드포인트경로크레딧 등급
Reddit VoC sweep: one keyword → threads across all of Reddit with subreddit attribution and top comments inline./v1/reddit/omni-searchstandard (1cr)
Search Reddit posts/v1/reddit/searchstandard (1cr)
List Reddit subreddit posts/v1/reddit/subredditstandard (1cr)
Get Reddit subreddit details/v1/reddit/subreddit/detailsstandard (1cr)
Search within a subreddit/v1/reddit/subreddit/searchstandard (1cr)
List Reddit post comments/v1/reddit/post/commentsadvanced (5cr)
Get a Reddit video post transcript/v1/reddit/post/transcriptpremium (10cr)

What should I know about Reddit data?

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema

Official Reddit Resources