Reddit Scraper
Scrape Reddit posts, comments, and communities by URL or search query with sorting and time filters. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
startUrls | array | No | Array of Reddit URLs (subreddit, post, or user profile) |
searches | array | No | Array of search queries. E.g., ["best mechanical keyboards"] |
maxItems | integer | Yes | Maximum total items to return. Default: 50 |
maxPostCount | integer | Yes | Maximum number of posts. Default: 50 |
maxComments | integer | Yes | Maximum comments per post. Default: 10 |
skipComments | boolean | No | Skip comment extraction entirely. Default: false |
sort | string | No | Sort order: top, new, or hot |
time | string | No | Time filter (used with top sort): hour, day, week, month, year, or all |