Reddit Search Scraper
Pricing
from $9.99 / 1,000 results
Reddit Search Scraper
Search one or more keywords across one or more subreddits on old.reddit.com and extract detailed information from matching posts.
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 days ago
Last modified
Categories
Share
Search one or more keywords across one or more subreddits on reddit.com and extract detailed information from matching posts.
The actor supports multiple keywords, multiple subreddits, automatic pagination, proxy rotation, retry logic, and duplicate removal.
Features
- Search multiple keywords in a single run
- Search across multiple subreddits
- Automatic pagination
- Proxy support (Apify Residential Proxy)
- Automatic retries with exponential backoff
- Random User-Agent rotation
- Duplicate removal across all searches
- Clean structured JSON output
Input
| Field | Type | Required | Description |
|---|---|---|---|
search | String or Array | Yes | Keyword(s) to search for. |
Subreddit | String or Array | Yes | Subreddit name(s) without /r/. |
maxPages | Integer | No | Maximum number of pages to scrape for each keyword/subreddit combination. Default: 20. |
Example Input
{"search": ["python","web scraping","playwright"],"Subreddit": ["learnpython","Python","webscraping"],"maxPages": 5}
You can also provide single values:
{"search": "python","Subreddit": "learnpython"}
Output
Each result contains:
| Field | Description |
|---|---|
keyword | Search keyword used |
subreddit | Subreddit searched |
header | Post title |
link | Reddit post URL |
author | Username of the author |
time | Post timestamp (ISO format when available) |
score | Reddit score shown in search results |
comments | Number of comments displayed |
body_text | Preview text extracted from the search result |
Example Output
{"keyword": "python","subreddit": "learnpython","header": "How do I scrape Reddit using Python?","link": "https://reddit.com/r/learnpython/comments/xxxxx/example/","author": "example_user","time": "2026-06-10T18:22:44+00:00","score": "154 points","comments": "42 comments","body_text": "I'm trying to scrape Reddit search results..."}
Proxy Support
This actor is configured to use Apify Residential Proxy (US) by default.
If proxy configuration is unavailable, the actor automatically continues without a proxy.