/reddit/comments/{id}apiKey1 credit/requestGet Reddit post comments
Returns flat public comment entries from a Reddit post.
Required params: id:path
API Reference
Use Crawlora's Reddit Scraper API endpoints to extract supported public Reddit data as structured JSON. This documentation covers 4 active endpoints including Get Reddit post comments, Get Reddit post, Search Reddit posts, List Reddit subreddit posts. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as id, q, subreddit, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/reddit/search?q=coffee&sort=relevance&time=hour&limit=10" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/reddit/comments/{id}apiKey1 credit/requestReturns flat public comment entries from a Reddit post.
Required params: id:path
/reddit/post/{id}apiKey1 credit/requestReturns a normalized public Reddit post entry.
Required params: id:path
/reddit/searchapiKey1 credit/requestSearches public Reddit content and returns normalized public post entries.
Required params: q:query
/reddit/subreddit/{subreddit}/postsapiKey1 credit/requestReturns normalized public posts from a subreddit.
Required params: subreddit:path
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get Reddit post comments | /reddit/comments/{id} | GET | 1 credit/request | id:path | View docs | Try endpoint |
| Get Reddit post | /reddit/post/{id} | GET | 1 credit/request | id:path | View docs | Try endpoint |
| Search Reddit posts | /reddit/search | GET | 1 credit/request | q:query | View docs | Try endpoint |
| List Reddit subreddit posts | /reddit/subreddit/{subreddit}/posts | GET | 1 credit/request | subreddit:path | View docs | Try endpoint |