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 Subreddit Posts API

Endpoint Playground

Try the Reddit Subreddit Posts API

Test Crawlora's Reddit Subreddit Posts 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/subreddit/{subreddit}/posts
Platform
Reddit
Auth
apiKey
Credits
1 credit/request
Required params
subreddit
Common optional params
sort, time, limit, after
Reddit Subreddit Posts API documentationReddit platform pageCrawlora API pricingTry Reddit Comments APITry Reddit Post APITry Reddit Search API

Prefilled cURL

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

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
subreddit (path)stringYesSubreddit name, without r/
sortstringNohotSort: hot, new, top, or rising
timestringNohourTime window for top sort: 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": {
    "subreddit": "OpenAI",
    "sort": "hot",
    "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?limit=25"
      }
    ],
    "pagination": {
      "limit": 25,
      "after": "t3_1abcxyz"
    },
    "source": {
      "type": "feed",
      "url": "https://www.reddit.com/r/OpenAI?limit=25"
    }
  }
}

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.subredditPostsResponseDocReddit
GET /reddit/subreddit/{subreddit}/posts

List Reddit subreddit posts

Returns normalized public posts from a subreddit.

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

Path 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": {
    "subreddit": "OpenAI",
    "sort": "hot",
    "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?limit=25"
      }
    ],
    "pagination": {
      "limit": 25,
      "after": "t3_1abcxyz"
    },
    "source": {
      "type": "feed",
      "url": "https://www.reddit.com/r/OpenAI?limit=25"
    }
  }
}

Endpoint details

Returns normalized public posts from a subreddit.

Method
GET
Path
/reddit/subreddit/{subreddit}/posts
Authentication
apiKey
Credit cost
1 credit/request
Platform
Reddit
Parameters
6 documented fields

Request parameters

subreddit:pathsort: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": {
    "subreddit": "OpenAI",
    "sort": "hot",
    "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?limit=25"
      }
    ],
    "pagination": {
      "limit": 25,
      "after": "t3_1abcxyz"
    },
    "source": {
      "type": "feed",
      "url": "https://www.reddit.com/r/OpenAI?limit=25"
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/reddit/subreddit/<subreddit>/posts" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingGet Reddit post commentsGet Reddit postSearch Reddit 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