Add Reddit URLs to scrape posts, comments, user profiles, or subreddits
Add Reddit URLs to collect posts, comments, user profiles, or subreddit metadata. The scraper handles post threads (with nested comments), subreddit feeds, user profile pages, and global or subreddit-scoped search results.Documentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_KEYapplication/json| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the Reddit Scraper crawler |
| tasks | array | Yes | Array of task objects, each containing a url field |
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Reddit URL to scrape — see supported URL types below |
| Type | Example |
|---|---|
| Post thread | https://www.reddit.com/r/Bitcoin/comments/1rcbgsa/crypto_beginners/ |
| Subreddit | https://www.reddit.com/r/Bitcoin/ |
| User profile | https://www.reddit.com/user/thisisbillgates/ |
| Global search | https://www.reddit.com/search/?q=bitcoin |
| Subreddit search | https://www.reddit.com/r/Bitcoin/search/?q=lightning |