Reddit Scraper V2
Pricing
from $1.10 / 1,000 results
Reddit Scraper V2
Reddit Scraper V2 — cached data source (results may lag up to ~1.5h). Structured JSON, no login, no API key. For real-time data use the V1 actor.
Reddit Scraper V2
Pricing
from $1.10 / 1,000 results
Reddit Scraper V2 — cached data source (results may lag up to ~1.5h). Structured JSON, no login, no API key. For real-time data use the V1 actor.
Subreddit names to scrape, e.g. "AskReddit", "forhire". The r/ prefix is optional.
[ "AskReddit", "programming"]Paste any Reddit URLs (post, subreddit, or user). Each is auto-detected and scraped accordingly.
[ { "url": "https://www.reddit.com/r/pics/" }]Usernames whose submitted posts to scrape, e.g. "spez". The u/ prefix is optional.
[ "spez", "kn0thing"]Subreddit names to fetch metadata for (subscribers, description, creation date) without listing posts.
[ "technology", "science"]Keywords to search across Reddit. Each query is run for every type selected in "Search for".
[ "python developer"]Which entity types each search query should return.
[ "posts"]If set, each search query is restricted to these subreddits only.
[ "forhire"]Sort order for listings and search results.
Time window used by Top / Controversial / search.
Keep only posts created on or after this date. Leave empty for no limit.
Keep only comments created on or after this date. Leave empty for no limit.
Keep only posts whose title or body contains at least one of these words (case-insensitive).
[ "hiring", "developer"]Scrape nested comments for each post (slower).
Upper bound on comments scraped per post when "Include comments" is on.
Maximum nesting depth of the comment tree to traverse.
Extract image/video media URLs (i.redd.it, v.redd.it, imgur, galleries).
Hard cap on the total number of items saved in one run. Keep this reasonable — a single run is limited to ~10 minutes.
Cap on posts kept from each individual subreddit, user, or search.
How many pages of a listing to paginate through (25 posts per page).
Skip the Start URLs input even if provided.
Retry attempts (with backoff) per failed request.
Politeness delay between consecutive requests.