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
  1. Home
  2. /Playground
  3. /Reddit
  4. /Reddit Search API

Endpoint Playground

Try the Reddit Search API

Test Crawlora's Reddit Search API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/reddit/search
Platform
Reddit
Auth
apiKey
Credits
1 credit/request
Required params
q
Common optional params
subreddit, sort, time, limit, after
Reddit Search API documentationReddit platform pageCrawlora API pricingTry Reddit Comments APITry Reddit Post APITry Reddit Subreddit Posts API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/reddit/search?q=<q>&sort=relevance&time=hour" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
qstringYesSearch keywords
subredditstringNoRestrict search to a subreddit name, without r/
sortstringNorelevanceSort: relevance, hot, new, top, or comments
timestringNohourTime window for top/comments sorts: hour, day, week, month, year, or all
limitintegerNoMaximum posts, defaults to 25 and clamps to 100
afterstringNoReddit pagination token

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "query": "gpt",
    "subreddit": "OpenAI",
    "sort": "relevance",
    "posts": [
      {
        "id": "1abcxyz",
        "name": "t3_1abcxyz",
        "subreddit": "OpenAI",
        "title": "OpenAI discussion thread",
        "url": "https://www.reddit.com/r/OpenAI/comments/1abcxyz/openai_discussion_thread/",
        "author": {
          "name": "sample_user",
          "profile_url": "https://www.reddit.com/user/sample_user/"
        },
        "created": "2024-04-19T00:00:00Z",
        "selftext": "Discussion body",
        "source_feed_url": "https://www.reddit.com/r/OpenAI/search?q=gpt&restrict_sr=on&sort=relevance"
      }
    ],
    "pagination": {
      "limit": 25,
      "after": "t3_1abcxyz"
    },
    "source": {
      "type": "feed",
      "url": "https://www.reddit.com/r/OpenAI/search?q=gpt&restrict_sr=on&sort=relevance"
    }
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

4 shown
GETapiKey1 credit/requestreddit.searchResponseDocReddit
GET /reddit/search

Search Reddit posts

Searches public Reddit content and returns normalized public post entries.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "query": "gpt",
    "subreddit": "OpenAI",
    "sort": "relevance",
    "posts": [
      {
        "id": "1abcxyz",
        "name": "t3_1abcxyz",
        "subreddit": "OpenAI",
        "title": "OpenAI discussion thread",
        "url": "https://www.reddit.com/r/OpenAI/comments/1abcxyz/openai_discussion_thread/",
        "author": {
          "name": "sample_user",
          "profile_url": "https://www.reddit.com/user/sample_user/"
        },
        "created": "2024-04-19T00:00:00Z",
        "selftext": "Discussion body",
        "source_feed_url": "https://www.reddit.com/r/OpenAI/search?q=gpt&restrict_sr=on&sort=relevance"
      }
    ],
    "pagination": {
      "limit": 25,
      "after": "t3_1abcxyz"
    },
    "source": {
      "type": "feed",
      "url": "https://www.reddit.com/r/OpenAI/search?q=gpt&restrict_sr=on&sort=relevance"
    }
  }
}

Endpoint details

Searches public Reddit content and returns normalized public post entries.

Method
GET
Path
/reddit/search
Authentication
apiKey
Credit cost
1 credit/request
Platform
Reddit
Parameters
7 documented fields

Request parameters

q:querysubreddit:querysort:querytime:querylimit:queryafter:queryx-api-key:header

Response schema fields

codedatadata.paginationdata.pagination.afterdata.pagination.limitdata.postsdata.posts[].authordata.posts[].author.namedata.posts[].author.profile_urldata.posts[].comment_countdata.posts[].createddata.posts[].created_utc

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "query": "gpt",
    "subreddit": "OpenAI",
    "sort": "relevance",
    "posts": [
      {
        "id": "1abcxyz",
        "name": "t3_1abcxyz",
        "subreddit": "OpenAI",
        "title": "OpenAI discussion thread",
        "url": "https://www.reddit.com/r/OpenAI/comments/1abcxyz/openai_discussion_thread/",
        "author": {
          "name": "sample_user",
          "profile_url": "https://www.reddit.com/user/sample_user/"
        },
        "created": "2024-04-19T00:00:00Z",
        "selftext": "Discussion body",
        "source_feed_url": "https://www.reddit.com/r/OpenAI/search?q=gpt&restrict_sr=on&sort=relevance"
      }
    ],
    "pagination": {
      "limit": 25,
      "after": "t3_1abcxyz"
    },
    "source": {
      "type": "feed",
      "url": "https://www.reddit.com/r/OpenAI/search?q=gpt&restrict_sr=on&sort=relevance"
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/reddit/search?q=<q>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingGet Reddit post commentsGet Reddit postList Reddit subreddit posts

Browse public API demos

Search stored Google Maps businessesFacet stored Google Maps businessesGoogle Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko markets
DocsPlatformsPricing