Reddit Search Scraper
Pricing
$1.50 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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:
| Field | Description |
|---|---|
id / url / title / text | The post itself |
type | post or media |
link / domain / thumbnail / mediaUrl | Linked or embedded content |
score / upvoteRatio / numComments | Engagement as real numbers |
createdAt | Exact ISO timestamp |
community / communityId | Where it was posted |
author / authorId | Who posted it |
flair / over18 / spoiler / locked / stickied | Content flags |
position / searchTerm / searchUrl / scrapedAt | Provenance |
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.