Reddit API Scraper
Pricing
from $5.00 / 1,000 dataset rows
Reddit API Scraper
Scrape Reddit posts, comments, search results, subreddits, and user profiles via Reddit's OAuth data API. No login required.
Reddit API Scraper
Pricing
from $5.00 / 1,000 dataset rows
Scrape Reddit posts, comments, search results, subreddits, and user profiles via Reddit's OAuth data API. No login required.
Subreddits to scrape post listings from. Accepts names (programming), r/-prefixed names, or full URLs (https://www.reddit.com/r/programming).
[ "programming", "r/news", "https://www.reddit.com/r/python"]Sort order for subreddit post listings.
Time window for the top and controversial sorts (ignored otherwise).
Full-text search queries to run against Reddit. Each query is executed and its result posts are pushed to the dataset.
[ "large language models", "rust vs go"]Sort order for search results.
When enabled, each search query is restricted to each subreddit listed in the Subreddits field (searches r/{subreddit}/search with restrict_sr=true). When disabled, searches are global.
Individual Reddit posts to fetch (including full self-text and comment threads). Accepts full permalinks, comments/{id} URLs, base-36 IDs, or t3_-prefixed fullnames.
[ "https://www.reddit.com/r/programming/comments/1ab2cd/title/"]Reddit users to scrape. Fetches the profile and, per the User content option, their posts and/or comments. Accepts names, u/-prefixed names, or profile URLs.
[ "spez"]Which content to fetch for each username.
Fetch and output the comment tree for every post collected from subreddits and searches (in addition to posts given directly in Post URLs, whose comments are always fetched).
Upper bound on the number of comments emitted per post. 0 = no comments (post only).
Sort order for comment threads.
Maximum posts to collect from each individual subreddit, search query, or user listing. 0 = unlimited (fetch until the API runs out).
Include NSFW results in search output.