Reddit Search Scraper avatar

Reddit Search Scraper

Pricing

$1.50 / 1,000 results

Go to Apify Store
Reddit Search Scraper

Reddit Search Scraper

πŸ” Search Reddit by keyword and extract posts, comments, communities, users, and media with scores, engagement metrics, exact timestamps, and rich metadata. Get clean, structured JSON for research, monitoring, analytics, and AI workflows.

Pricing

$1.50 / 1,000 results

Rating

0.0

(0)

Developer

Hamza

Hamza

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

3 days ago

Last modified

Share

Reddit Search Scraper πŸ”

Search Reddit by keyword and get back posts, comments, communities, users and media β€” with the same sorting and date filters as reddit.com. Every result comes with scores, comment counts and exact timestamps. Clean structured JSON, ready for analysis.

✨ What you get

One record per result. Posts and media:

FieldDescription
id / url / title / textThe post itself
typepost or media
link / domain / thumbnail / mediaUrlLinked or embedded content
score / upvoteRatio / numCommentsEngagement as real numbers
createdAtExact ISO timestamp
community / communityIdWhere it was posted
author / authorIdWho posted it
flair / over18 / spoiler / locked / stickiedContent flags
position / searchTerm / searchUrl / scrapedAtProvenance

Comments add postId / postTitle / postUrl; communities include members and description; users include karma, linkKarma and commentKarma.

βš™οΈ Options

  • Search terms β€” any number of keywords; each gets its own result quota.
  • Result types β€” toggle posts, comments, communities, users and media independently, each with its own per-term limit.
  • Community β€” restrict the search to a single community (e.g. programming).
  • Sorting β€” Relevance, Hot, Top, New, Rising or Comments, exactly like reddit.com.
  • Date filter β€” last hour, day, week, month, year or all time.
  • NSFW β€” excluded by default, opt in if you need it.

πŸš€ Example

Input:

{
"searchTerms": ["world cup 2026"],
"searchForPosts": true,
"searchForCommunities": true,
"sortSearch": "top",
"filterByDate": "month",
"maxPostsPerTerm": 10,
"maxCommunitiesPerTerm": 3
}

One record from the output:

{
"type": "post",
"id": "1t0vadj",
"url": "https://www.reddit.com/r/worldcup/comments/1t0vadj/i_was_in_south_africa_for_the_2010_world_cup_im/",
"title": "I was in South Africa for the 2010 World Cup. I'm in the USA for the 2026 World Cup. I can't believe the difference…",
"text": "2010 was all folks talked about for years. The whole country was united in purpose, tickets were hard to get…",
"link": "https://www.reddit.com/r/worldcup/comments/1t0vadj/i_was_in_south_africa_for_the_2010_world_cup_im/",
"community": "r/worldcup",
"communityId": "t5_2rdrs",
"author": "Lucky_Mongoose_4834",
"authorId": "t2_94yy1hvu",
"score": 3208,
"upvoteRatio": 0.97,
"numComments": 1744,
"createdAt": "2026-05-01T14:38:39.000Z",
"over18": false,
"spoiler": false,
"locked": false,
"stickied": false,
"flair": null,
"domain": "self.worldcup",
"postHint": null,
"isVideo": false,
"isGallery": false,
"thumbnail": "",
"mediaUrl": "",
"position": 1,
"searchTerm": "world cup 2026",
"searchUrl": "https://www.reddit.com/search/?q=world+cup+2026",
"scrapedAt": "2026-06-12T11:40:12.694Z"
}

πŸ’‘ Use cases

  • Brand monitoring β€” track what Reddit says about any product or company.
  • Trend research β€” find the top posts on any topic, filtered by time window.
  • Community discovery β€” map the subreddits and power users in your niche.
  • Sentiment analysis β€” pull comments mentioning your keywords for NLP pipelines.

πŸ’³ Pricing

You pay per result scraped β€” no subscriptions, no hidden compute costs.

❓ FAQ

Why did I get fewer results than my limit? Reddit returns at most a few hundred results per search β€” when the listing runs out, the actor stops. That's Reddit's ceiling, not an error.

Does the date filter apply to everything? It is most reliable for posts (same as on reddit.com, where the date filter shows under the Posts tab).

Are the timestamps exact? Yes β€” every result includes the exact UTC creation time, not just "5 days ago".

Can I search inside one community? Yes β€” set the Community field. Posts, comments and media are then searched only there; community and user searches stay global.