Reddit Search Scraper | $0.75/1K Posts | Pay Per Result
Pricing
from $0.75 / 1,000 results
Reddit Search Scraper | $0.75/1K Posts | Pay Per Result
Search Reddit and extract every matching post. Add a query and get ID, title, author, score, comment count, permalink, subreddit, and timestamp. Export to JSON or CSV, run it via API, or plug it into your agent. $0.75 per 1,000 posts, pay per result. Served by AnyAPI.
Pricing
from $0.75 / 1,000 results
Rating
0.0
(0)
Developer
AnyAPI
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
5 hours ago
Last modified
Categories
Share
Runs a Reddit search and returns one row per post: post ID, title, author, score, comment count, link URL, permalink, timestamp, subreddit, and any attached media. Reddit's own operators work inside the query, so subreddit:webscraping or title:pricing narrow the search. It keeps paging until it reaches the number of posts you asked for.
Input
| Field | Type | Required | Description |
|---|---|---|---|
query | string | yes | Free text search across all of Reddit. Reddit operators work here too, for example subreddit:webscraping or title:pricing. |
sort | string | no | Result sort order. One of: relevance, hot, top, new, comments. |
timeframe | string | no | How far back to search. One of: hour, day, week, month, year, all. |
maxItems | integer | no | Stop after this many results. Defaults to 100. Each result is charged once. |
Output
Every result row is written to the dataset as one JSON object:
{"id": "1t080rn","title": "Best web scraping API in 2026?","author": "some_user","score": 412,"numComments": 128,"url": "https://www.reddit.com/r/webscraping/comments/1t080rn/best_web_scraping_api_in_2026/","permalink": "/r/webscraping/comments/1t080rn/best_web_scraping_api_in_2026/","createdUtc": 1772064000,"subreddit": "webscraping","media": [],"source": "AnyAPI"}
Standby mode
This Actor also runs in Standby mode. Send the same input as a JSON body in a
POST request and it answers with { "items": [ ... ] }, the same rows a
standard run would write, charged the same way.
Pricing
This Actor is billed per result, plus one small fixed charge per run. A result event is charged for every row it writes, and the Actor Start event is charged once when the run begins. A run that finds nothing, or that comes back with an empty list, writes no rows and pays the start charge only. Both prices are on this Actor's Apify Store page.
Support
Something wrong with this Actor, a field you need, or a platform you want added? Open an issue on this Actor, or email support@getanyapi.com and a human will answer.
One shape across every platform
This Actor belongs to a set of sixteen on this account that read YouTube,
Instagram, TikTok, X, Reddit, Threads, Facebook Ads Library and Google News.
They take the same kind of input, write the same kind of row, bill the same way,
and stamp every row with "source": "AnyAPI", so a pipeline written against
one of them reads all of them without a second parser.
| Platform | Actors |
|---|---|
| YouTube | search, channel videos, comments, transcripts |
| profile posts, post comments | |
| TikTok | profile videos, keyword search, video comments |
| X | profile, user tweets |
| search, post comments | |
| Other | Threads posts, Facebook Ads Library, Google News |