Reddit Subreddit Search — Relevant Posts, Not Pasta
Under maintenancePricing
from $0.01 / 1,000 results
Reddit Subreddit Search — Relevant Posts, Not Pasta
Under maintenanceSearch posts inside a specific subreddit by keyword. Uses Reddit's `restrict_sr=on` for actual relevance — no more 'I searched cyber, got pasta' surprises. $1.50 per 1,000 results.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Silver
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Reddit Search Scraper
Search posts inside a specific Reddit community by keyword. Uses Reddit's restrict_sr=on flag to scope the query to the subreddit instead of relying on Reddit's noisy global search.
✅ Scoped search — "pytest" inside r/python returns pytest posts only, not random matches ✅ Multiple queries per run — one input array, results aggregated into one dataset ✅ Standard sort options — relevance, hot, top, new, comments ✅ No login required ✅ First 100 results free
Why scoped search matters
Reddit has two search endpoints:
- Global search — searches all of Reddit. Relevance is famously noisy: a query like "pytest" can return pasta recipes and TV shows.
- Subreddit-scoped search (
restrict_sr=on) — searches inside one community. Reddit's relevance ranker has a much smaller candidate pool, so results are accurate.
This actor defaults to scoped search whenever you set the subreddit field. That's the entire fix to "search returned junk" — we don't trust Reddit's global ranker.
Quick start
Search inside one subreddit (recommended)
{"queries": ["pytest fixtures", "asyncio"],"subreddit": "python","sort": "relevance","maxItemsPerQuery": 50}
Global search (less precise — only if you must)
{"queries": ["claude code"],"subreddit": "","sort": "new","maxItemsPerQuery": 5}
Pricing
| Per actor run | $0.001 |
| Per dataset item | $0.00349 ($3.49 / 1,000) |
| Free trial | first 100 results |
Use cases
- Market research — track how a topic is discussed in its niche subreddit
- Lead gen — find recent "looking for X" posts in a relevant community
- Brand monitoring — watch mentions in industry-specific subreddits
- Content research — discover what's resonating in your niche
Output
Flat post items — same schema as the universal Reddit Scraper. Includes author_id, author_flair, is_ad, media[], and all engagement metrics (score, upvote_ratio, num_comments).
Need different scraping?
- Reddit Comments Scraper — full comment tree of a specific post
- Reddit User Scraper — profile + activity for a username
- Reddit Scraper — universal, all modes in one actor