Scrape V1
Scrape V1
Scrape V1 endpoints on RedCrawler.
Endpoints in Scrape V1
| Method | Route | Name |
|---|---|---|
POST | /api/v1/batch/content | Bulk Posts by ID V1 |
POST | /api/v1/batch/replies | Bulk Comments by ID V1 |
POST | /api/v1/batch/profiles | Bulk Users by ID V1 |
POST | /api/v1/batch/communities | Bulk Subreddits by ID V1 |
GET | /api/v1/replies/tree | Post Comments by Post ID V1 |
GET | /api/v1/feed/entries | Subreddit Posts by Name V1 |
GET | /api/v1/publishing/sticky/\{subreddit\} | Stickied Post by Subreddit Name V1 |
GET | /api/v1/publishing/duplicates/\{post\} | Duplicate Posts by ID V1 |
GET | /api/v1/publishing/best | Best Posts V1 |
GET | /api/v1/content/detail | Post Detail by ID V1 |
GET | /api/v1/content/full | Post With Comments by ID V1 |
GET | /api/v1/replies/detail | Comment Detail by ID V1 |
My Posts V1
Get the authenticated user's submitted posts. Returns a paginated list of posts submitted by the user. Requires bearer token (Token Vault or explicit).
Bulk Posts by ID V1
Bulk fetch posts. Accepts any mix of URLs, stripped IDs, or t3_ prefixed IDs. Up to 1500 per call. SFW only — use V2 for NSFW.