Extract every comment from a Reddit post — the full threaded discussion flattened to one row per comment, at any reply depth.
Sample
Here's a sample run of the full comment thread on a single r/technology post — one row per comment with reply depth, author, score and the post it belongs to.
| # | Comment URL | Comment ID | Comment | Depth | Author | Is OP | Upvotes | Posted | Parent ID | Post ID | Post URL | Post | Subreddit |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | osu11ky | Virtual pizza in the metaverse should boost morale | 0 | Prudent_Link6029 | false | 9,588 | 2026-06-20T21:22:58Z | t3_1ub7r1y | t3_1ub7r1y | technology | |||
2 | osu8ysg | Well, at least they didn’t go and change their company name into some embarrassing commemoration of their failures.
Oh, they did. | 1 | intergalactic_spork | false | 1,010 | 2026-06-20T22:04:52Z | t1_osu11ky | t3_1ub7r1y | technology | |||
3 | osuvfuk | i mean they did layoffs after company best quarter in the history of meta/facebook
how do you expect moral to be. it used to be you get bonusses when you did excellent work or go above and beyond they do layoffs... | 2 | killerboy_belgium | false | 594 | 2026-06-21T00:17:31Z | t1_osu8ysg | t3_1ub7r1y | technology | |||
4 | osvmfae | Yep, it's like that with all the tech companies.
All there really is grifting now. Stupid pointless projects, re-orgs, and other things just so the VP can say they did something. Then you rotate out to the "lean" VP. Who declares the entire org bloated and needs to lay people off. | 3 | PlateNo4868 | false | 268 | 2026-06-21T03:10:21Z | t1_osuvfuk | t3_1ub7r1y | technology | |||
5 | osxcai1 | Not just tech companies these days.
My stair building company which wins awards every year and out competes the competition exponentially (we have cnc's they dont) and has massive market share still wanted more so they brought in a new manager which is making things so much more efficient (not really this guy just cuts every corner he can get away with) they laid off half the shop and keeps cutting our hours.
Then he has the balls to say "my job is to make the company as much money as I can"
We are a small business you fucking jackass. There is no need for perpetual growth and maximizing profits. We already destroyed all our competition to the point they went out of business. Give me my fucking paycheque. | 4 | Oifadin | false | 128 | 2026-06-21T11:33:04Z | t1_osvmfae | t3_1ub7r1y | technology | |||
6 | osxq7mu | MBAs ruined the entire fucking world. | 5 | Junior_Option1176 | false | 103 | 2026-06-21T13:05:41Z | t1_osxcai1 | t3_1ub7r1y | technology | |||
7 | ot1eqn6 | 100% this. The clock starts on a successful business the moment they replace domain experts in leadership with MBAs | 6 | HaximusPrime | false | 15 | 2026-06-22T00:24:46Z | t1_osxq7mu | t3_1ub7r1y | technology | |||
8 | osy7dfg | Back in the day I automatically round-filed resumes with MBAs — basically, any engineers who went back for their MBAs because they wanted to fashion themselves as “Intrapreneurs”, or something. Gag. | 6 | captain_blender | false | 23 | 2026-06-21T14:39:58Z | t1_osxq7mu | t3_1ub7r1y | technology | |||
9 | ot22bdf | MBAs have crept into healthcare as we know but more recently even hospice - making nonprofits profitable or preparing them to be sold to for profit-enterprises, conglomerations, or even hedge funds. None of these assholios are nurses or doctors. What that looks like is that the dying get less help at home, longer waits for visits, less or cheaper supplies. Alwaya choose a nonprofit and/or unionized hospice care organization | 7 | Disseminated333 | false | 10 | 2026-06-22T02:47:15Z | t1_osy7dfg | t3_1ub7r1y | technology | |||
10 | ot272p0 | Fucking ghouls. | 8 | Junior_Option1176 | false | 7 | 2026-06-22T03:17:34Z | t1_ot22bdf | t3_1ub7r1y | technology |
Playground
Advanced parameters are collapsed below.
Fill in the fields below or .
curl -X POST https://api.mindcase.co/v1/data/reddit/comments/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"inputs": ""
}
}'Overview
Reddit Comments extracts every comment from a Reddit post — the full threaded discussion flattened to one row per comment, at any reply depth.
Social researchers use it to analyze sentiment and topics in a discussion, while product teams use it to mine feedback and questions from threads about their space.
Examples
A few common ways teams put Reddit Comments API to work — copy a prompt below to try it yourself.
Flatten an entire thread into rows to run sentiment or topic analysis on the conversation.
Pull all comments from threads in your niche to surface recurring questions and complaints.
Capture full threaded discussions to study how a community debates a topic.
Get started
Sign up to run live queries against Reddit Comments API via chat, form, or API.
FAQ
Related