Extract Reddit posts from any subreddit, post, user, or feed — with an optional keyword search on top. Posts only (no comment tree).
Sample
Here's a sample run of posts from r/personalfinance and r/technology, showing the exact schema you can expect — title, body (on text posts), author, upvotes, upvote ratio, comment count and external link (on link posts) per post.
| # | Type | Reddit URL | Reddit ID | Title | Subreddit | Flair | Author | Upvotes | Upvote Ratio | Comment Count | External Link | Over 18 | Posted |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Post | t3_1vq1845 | Bernie Sanders calls out Sergey Brin for spending over $100 million to defeat California’s billionaire tax — ‘If California passes its one-time 5% wealth tax, Brin would owe $14 billion and still be worth $270 billion’ | technology | Society | marketrent | 17,603 | 0.94 | 1,366 | false | 2026-08-16T16:17:34Z | ||
2 | Post | t3_1vq3dh3 | Anthropic CEO Dario Amodei says the way for AI to win over the public is to 'actually' cure cancer | technology | Artificial Intelligence | socoolandawesome | 8,593 | 0.95 | 1,860 | false | 2026-08-16T17:41:11Z | ||
3 | Post | t3_1vqcqpz | Microsoft Is Retiring Excel’s COPILOT() Function After Just One Year | technology | Software | lurker_bee | 2,305 | 0.98 | 122 | false | 2026-08-17T00:02:41Z | ||
4 | Post | t3_1vq9t4f | Flock CEO: ‘We got this one wrong’ | technology | Business | serene_sketch | 1,987 | 0.93 | 289 | false | 2026-08-16T21:54:24Z | ||
5 | Post | t3_1vq3890 | New website lets drivers check whether their license plate has been searched on Flock database / HaveIBeenFlocked compiles audit logs from 6,586 US agencies and reveals the stated reason for each search | technology | Society | MarvelsGrantMan136 | 3,938 | 0.98 | 131 | false | 2026-08-16T17:35:36Z | ||
6 | Post | t3_1vqbgyk | Ukraine built a $48,000 long-range drone after covertly snapping Chinese factory photos, clone destroys Russian Tu-95 bomber — attack drone has 2,000 km range, country builds 6,000 flying-wing drones a year | technology | Robotics/Automation | Logical_Welder3467 | 1,386 | 0.94 | 72 | false | 2026-08-16T23:05:48Z | ||
7 | Post | t3_1vq5lcy | State judge orders Kalshi to stop offering sports bets and other wagers | technology | Society | AdSpecialist6598 | 2,434 | 0.98 | 87 | false | 2026-08-16T19:05:31Z | ||
8 | Post | t3_1vqffns | Waymo shipped 3,200 Chinese-built EVs to LA for its robotaxi fleet despite 127.5% tariffs Americans can't get around | technology | Transportation | lurker_bee | 629 | 0.97 | 90 | false | 2026-08-17T02:10:18Z | ||
9 | Post | t3_1vpupzm | 3D-printing enthusiast creates ‘Flock Sock’ to blind controversial cameras, shares design — slip-on cover attaches to broom handle to make it easy to put on devices placed on traffic and streetlights | technology | Hardware | MarvelsGrantMan136 | 9,988 | 0.98 | 361 | false | 2026-08-16T11:34:34Z | ||
10 | Post | t3_1vq12ny | Ordinary WiFi can now identify you with near-perfect accuracy | technology | Privacy | ourlifeintoronto | 2,957 | 0.96 | 191 | false | 2026-08-16T16:11:42Z |
Playground
Advanced parameters are collapsed below.
Fill in the fields below or .
curl -X POST https://api.mindcase.co/v1/data/reddit/posts/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"urls": "",
"keyword": "",
"sortBy": "",
"timeRange": ""
}
}'Overview
Reddit Posts extracts posts and comments from any subreddit, specific thread, user profile, or search keyword, returning 23 structured columns. For each post you get the title, body, community, author, posted date, upvotes, upvote ratio, and comment count; for comments you get the text, thread depth, parent comment ID, and karma.
Data scientists use Reddit Posts to build sentiment models, product managers monitor communities for feature requests and complaints about competitors, and researchers map how topics spread across subreddits — all from one consolidated table that captures full discussions.
Examples
A few common ways teams put Reddit Posts API to work — copy a prompt below to try it yourself.
Pull the most popular recent discussions from a community to analyse trending topics and sentiment.
Compare engagement and themes across several related subreddits at once to find audience overlap.
Search the whole platform for mentions of a brand or product to gauge perception.
Extract threads with their comments and reply structure to map detailed feedback loops.
Get started
Sign up to run live queries against Reddit Posts API via chat, form, or API.
FAQ
Related