The subreddit to scrape or search within (e.g., 'news', 'technology'). Don't include 'r/'. Required for browse mode. For search mode, leave empty to search all of Reddit, or provide a subreddit to search within it only.
Post Filter
filterEnumOptional
How to sort posts when browsing a subreddit (not searching).
Number of posts to extract from the subreddit. Set to 0 to get all posts.
Default value of this property is 1
Extract Post Details & Comments
extractDetailsbooleanOptional
When enabled, visits each post page to extract full content (text, images, videos) and comments. When disabled, only basic post info from the feed is collected (faster).
Default value of this property is true
Comments per Post
commentsPerPostintegerOptional
Number of comments to extract per post. Set to 0 to get all comments. Only applies when 'Extract Post Details & Comments' is enabled.
Default value of this property is 5
Reddit Session Cookie (Recommended)
redditSessionCookiestringOptional
Your reddit_session cookie value. If provided, skips login entirely (faster & more reliable). Get it from a previous run's logs or from browser DevTools.
Reddit Email/Username
redditEmailstringOptional
Your Reddit email or username. Only needed if you don't have a session cookie.
Reddit Password
redditPasswordstringOptional
Your Reddit password. Only needed if you don't have a session cookie.
Proxy Configuration
proxyConfigurationobjectOptional
Proxy settings for anti-bot protection. Recommended for Reddit.
Default value of this property is {"useApifyProxy":false}
Debug Screenshots
debugScreenshotsbooleanOptional
When enabled, saves screenshots on login failures for debugging. Screenshots are saved as JPEG with low quality to save space.