Reddit Subreddit Posts API
List Reddit subreddit posts with full metadata per item and cursor pagination (nextCursor + hasMore).
GET request to /v1/reddit/subreddit-posts that responds with clean JSON and costs 2 credits. Pass cache=true for a free 24h cache hit; default is always fresh. Start with 100 free credits — no credit card.What is the Reddit Subreddit Posts API?
The Reddit Subreddit Posts API lets you list items in bulk with metadata for Reddit subreddit posts with a single REST call. No OAuth, no infrastructure to maintain, and no platform SDKs — send the request, get clean structured JSON back. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh.
What you get
- Bulk list of subreddit posts with metadata
- Dates, URLs, and engagement fields when available
- Configurable result limit
- Ideal for monitoring and content pipelines
Try it
Fill in the parameters below and copy a ready-to-run request, or open the live Playground to run it against your account (no API key paste).
Parameters
curl "https://api.captapi.com/v1/reddit/subreddit-posts?url=https%3A%2F%2Fwww.reddit.com%2Fr%2Ftechnology%2F" \
-H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."Edit the parameters and the code updates instantly. Switch languages and hit copy.
Example response
{
"success": true,
"data": {
"subreddit": "space",
"totalReturned": 5,
"nextCursor": "t3_1uz5c61",
"hasMore": true,
"posts": [
{
"platform": "reddit",
"id": "1uzov27",
"url": "https://www.reddit.com/r/space/comments/1uzov27/indias_first_privately_developed_orbital_rocket/",
"title": "India's first privately developed orbital rocket, Vikram-1, reaches orbit on its debut flight",
"text": null,
"subreddit": "space",
"author": "PlusCardiologist1799",
"upvotes": 1151,
"comments": 82,
"publishedAt": "2026-07-18T07:04:51+00:00",
"flair": null,
"nsfw": false,
"thumbnail": "https://external-preview.redd.it/ZsMGBF3jLW0ruZn7BHgqQMATfU14coAWySn-Hw3MvuE.jpeg?width=140&height=78&auto=webp&s=da0ca3471cff272906a18e07294f367aff1be5f9"
},
{
"platform": "reddit",
"id": "1uzogx7",
"url": "https://www.reddit.com/r/space/comments/1uzogx7/vikram1_indias_first_private_space_rocket_by/",
"title": "Vikram-1: India's first private space rocket by Skyroot to carry diamond flower",
"text": null,
"subreddit": "space",
"author": "Yeahanu",
"upvotes": 142,
"comments": 10,
"publishedAt": "2026-07-18T06:43:02+00:00",
"flair": null,
"nsfw": false,
"thumbnail": "https://external-preview.redd.it/dqvtu4TvrJHqfPxEkexGWypEtpy_Nlk1_x2g1if3PWU.jpeg?width=140&height=78&auto=webp&s=9db79b3bbf5b02f51ef64917baf97eb90cf946b7"
},
{
"platform": "reddit",
"id": "1uzhhr4",
"url": "https://www.reddit.com/r/space/comments/1uzhhr4/the_rise_and_fall_of_nasa/",
"title": "The rise and fall of NASA",
"text": null,
"subreddit": "space",
"author": "jeffsmith202",
"upvotes": 0,
"comments": 9,
"publishedAt": "2026-07-18T00:50:18+00:00",
"flair": null,
"nsfw": false,
"thumbnail": "https://external-preview.redd.it/vT5tVhZUWFii4x_na7hOshAJfkkhl7qVJElEdAoGfjE.jpeg?width=140&height=105&auto=webp&s=7e4fb403a796cea5c94a97cd8de5eb7c5a4a19ee"
},
{
"platform": "reddit",
"id": "1uzaoq3",
"url": "https://www.reddit.com/r/space/comments/1uzaoq3/googlebacked_satellites_for_wildfire_detection/",
"title": "Google-backed satellites for wildfire detection launch as smoke chokes US, Canada | The FireSat program can spot wildfires that other satellites miss.",
"text": null,
"subreddit": "space",
"author": "FreeHugs23",
"upvotes": 288,
"comments": 24,
"publishedAt": "2026-07-17T20:08:03+00:00",
"flair": null,
"nsfw": false,
"thumbnail": "https://external-preview.redd.it/PD6_uR0U5hBIs4hbUOmD1O33Wx0FtSyYsexiswL8chE.png?width=140&height=78&auto=webp&s=56558e593f00d42b5cb7988c5bbe13c47e00682f"
},
{
"platform": "reddit",
"id": "1uz5c61",
"url": "https://www.reddit.com/r/space/comments/1uz5c61/regarding_august_12_solar_eclipse_a_quick_safety/",
"title": "Regarding August 12 Solar Eclipse: A Quick Safety Check for Your Eclipse Glasses",
"text": "As the August 12 total solar eclipse approaches, I wanted to share a story. In 2024 I bought a set of solar eclipse glasses and found that the Sun looked way too bright for comfort. By chance I tried them on inside, and I could see light bulbs, ceiling fans, etc. I was pretty sure that wasn't supposed to happen.\n\nThat sent me down a rabbit hole researching how to tell whether the eclipse glasses were safe or not. I found three simple checks that anyone can do:\n\n**1) Check the markings:** Legit eclipse glasses should have printed information indicating compliance with the ISO 12312-2 standard. This is not a guarantee, but it shows they did their homework.\n\n**2) Try them indoors first:** You should not be able to see ordinary objects or details in the room through properly rated eclipse glasses. It's normal to see the filament from a bright incandescent bulb or a really bright LED light.\n\n**3) Check the manufacturer:** The American Astronomical Society keeps a list of vetted solar eclipse glasses makers.\n\nIf you'd like to see these checks demonstrated, I put together a short video (please forgive my jumpiness, too much caffeine):\n\n[https://youtu.be/Q8aYrD32aAM](https://youtu.be/Q8aYrD32aAM)\n\nI hope all of you lucky enough to see the upcoming total solar eclipse has a wonderful time. The 2024 experience was amazing.",
"subreddit": "space",
"author": "SillyEngineer",
"upvotes": 116,
"comments": 22,
"publishedAt": "2026-07-17T16:54:59+00:00",
"flair": "Discussion",
"nsfw": false,
"thumbnail": null
}
]
}
}Billing metadata is returned in response headers: X-Captapi-Credits (credits charged), X-Captapi-Cache (hit or miss), and X-Captapi-Source. Failed requests (4xx/5xx) are never charged. See the full list of error codes in the error reference.
Response structure
A successful call returns success, cached, creditsUsed, and a data object with the following fields:
Top-level fields
subredditSubreddit the post belongs to.totalReturnedNumber of items returned in this response.nextCursorCursor to pass for the next page of results.hasMoreWhether more results are available beyond this page. When true, pass nextCursor to fetch the next page.
Posts
Each item in posts contains:
platformPlatform identifier (e.g. youtube, instagram).idStable platform ID for the item.urlCanonical URL of the item.titleTitle of the item.textText content.subredditSubreddit the post belongs to.authorAuthor name or handle.upvotesUpvote count.commentsComment count.publishedAtPublish date (ISO 8601).flairPost flair.nsfwWhether the content is marked NSFW.thumbnailThumbnail image URL.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Subreddit URL, r/name, or bare name, e.g. r/technology. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble. |
| limit | integer | No | Max items to return (default 25, max 200). Billed per result. |
| cursor | string | No | Pagination cursor. Leave empty for the first page; then pass the nextCursor value returned in the previous response. |
| cache | boolean | No | Set true to serve from the 24h response cache. Default false — always fetch fresh data. |
Authentication: send your key as Authorization: Bearer capt_live_.... A typical call costs 2 credits. Pass cache=true for a free 24h cache hit; default is always fresh.
reddit_subreddit_posts via @captapi/mcp. Set it up →How it works
- 1. Sign up — get 100 free credits, no card required.
- 2. Create a key from your dashboard.
- 3. Send one request to
/v1/reddit/subreddit-postsand parse the JSON response.
Use cases
Content Pipelines
Ingest a channel's catalog in bulk.
Monitoring
Detect new uploads automatically.
Archiving
Snapshot a creator's full library.
Analytics
Aggregate performance across many videos.
Frequently asked questions
What does the Reddit Subreddit Posts API do?+
The Reddit Subreddit Posts API lets you list items in bulk with metadata from a public Reddit post using one GET request to /v1/reddit/subreddit-posts. It returns clean JSON — no OAuth or infrastructure setup required.
How many credits does the Reddit Subreddit Posts API cost?+
Each successful call costs 2 credits. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Failed or empty results are never charged.
Do I need a Reddit API key or OAuth?+
No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.
Is the Reddit Subreddit Posts API suitable for production use?+
Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Use it for analytics, monitoring, and content automation.
More Reddit APIs
Ready to use the Reddit Subreddit Posts API?
Sign up, grab your key, and make your first call in 60 seconds.