Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle MapsGoogle TrendsAmazonZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub

Use cases

SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Legal

ContactTermsPrivacy
Product
Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle MapsGoogle TrendsAmazonZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub
Use cases
SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBrandBraveCoinGeckoDatasetseBayGeocodingGoogleGoogle FinanceGoogle MapGoogle TrendsGooglePlayInstagramJustWatchLinkedInProductHuntRedditShop.appShopifySimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBrandBraveCoinGeckoDatasetseBayGeocodingGoogleGoogle FinanceGoogle MapGoogle TrendsGooglePlayInstagramJustWatchLinkedInProductHuntRedditShop.appShopifySimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /Reddit Scraper API

API Reference

Reddit Scraper API Documentation

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.

Try Search Reddit posts Start with endpoint docsPricing

Quick start

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.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /reddit/search
Credit cost
1 credit/request
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"
Try Search Reddit posts in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
Reddit platform pageError handling guideRate limits and credits

Reddit Scraper API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/reddit/comments/{id}apiKey1 credit/request

Get Reddit post comments

Returns flat public comment entries from a Reddit post.

Required params: id:path

Get Reddit post comments documentationTry Get Reddit post comments in Playground
GET/reddit/post/{id}apiKey1 credit/request

Get Reddit post

Returns a normalized public Reddit post entry.

Required params: id:path

Get Reddit post documentationTry Get Reddit post in Playground
GET/reddit/searchapiKey1 credit/request

Search Reddit posts

Searches public Reddit content and returns normalized public post entries.

Required params: q:query

Search Reddit posts documentationTry Search Reddit posts in Playground
GET/reddit/subreddit/{subreddit}/postsapiKey1 credit/request

List Reddit subreddit posts

Returns normalized public posts from a subreddit.

Required params: subreddit:path

List Reddit subreddit posts documentationTry List Reddit subreddit posts in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Get Reddit post comments/reddit/comments/{id}GET1 credit/requestid:pathView docsTry endpoint
Get Reddit post/reddit/post/{id}GET1 credit/requestid:pathView docsTry endpoint
Search Reddit posts/reddit/searchGET1 credit/requestq:queryView docsTry endpoint
List Reddit subreddit posts/reddit/subreddit/{subreddit}/postsGET1 credit/requestsubreddit:pathView docsTry endpoint

Related Crawlora API pages

Reddit scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricingYouTube API documentationTikTok API documentationInstagram API documentation
Back to docs