Extract Reddit posts and comments — by URL (subreddit / post / user) or search keyword
Sample
Here's a sample run for posts from r/memes and r/wallstreetbets with their comments, showing the exact schema and results you can expect.
| # | Type | Reddit URL | Reddit ID | Post ID | Title | Body | Community | Author | Posted | Post Karma | Comment Karma | Author Bio | Author Verified |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Post | t3_1tp4qw4 | — | Essa porra de cartaz na minha escola | Arte é um negócio que você faz manualmente para demonstrar uma mensagem, uma emoção ou whatever, essa porra de carro feio vagabundo é uma imagem gerada por um computador treinado para reconhecer padrões de imagens já existentes e formar algo "novo", essa doença de imagem não é arte | r/reclamacoesfuteis | Firm_Vehicle7604 | 2026-05-27T12:55:21.804Z | — | — | — | — | |
2 | Post | t3_1u48pzx | — | Epika LRT VPN prisijungimas | Sveiki,
Naudoju VPN Surfshark prisijungusi prie Lietuvos serverio bet Epika.lrt nerodo nieko ir meta error ' šio vaizdo įrašo negalima peržiūrėti naudojant anoniminį tinkla'. Ar yra tu kurie UK ir naudoja VPN ir pavyksta prisijungt prie epika.lrt? Kokį VPN naudojat? Ar aš kažką negerai darau? | r/lithuania | Successful-Climate99 | 2026-06-12T21:48:52.353Z | — | — | — | — | |
3 | Post | t3_1tyvnqk | — | Soy culero por hacerle un montaje con IA a un par de ladrones? | La historia es esta: en mi ciudad hay dos tipos que se dedican a robar, con un modus operandi bien descarado. Se hacen pasar por amigos durante años si es necesario, ganan confianza y al final terminan traicionando y robando lo que pueden, no fue una ni dos ni tres, fueron varias personas las que fueron robadas y se cambian de ciudad.
Yo, cansado de ver cómo siguen haciendo de las suyas, decidí usar inteligencia artificial para hacerles un montaje y exponerlos en redes. La idea era que la gente los reconociera y estuviera alerta, porque ya han robado anillos de compromiso, plata en efectivo y hasta se burlan de las personas por texto despues de robar.
Ahora me pregunto: ¿soy culero? ¿O más bien estoy haciendo un servicio a la comunidad?
Edit:
Adjunto el Perfil De la Pareja💒 | r/soyculero | Virtual_Falcon6926 | 2026-06-06T23:07:57.912Z | — | — | — | — | |
4 | Post | t3_1u4ahah | — | Trump-Handy T1 ist ein umlackiertes HTC U24 Pro aus China | — | r/de | PoroBraum | 2026-06-12T23:02:16.391Z | — | — | — | — | |
5 | Post | t3_1u4b4dj | — | Happy Friday everybody!! | A little 48 hour Intel trade to end the week | r/wallstreetbets | OneRepresentative851 | 2026-06-12T23:30:21.252Z | — | — | — | — | |
6 | Comment | t1_gle3n41 | t3_l8rf4k | — | Someone needs to open a GameStop across the ny stock exchange 💎🙌 | r/wallstreetbets | Sea_Arrival_6107 | 2021-01-30T18:20:13.675Z | — | — | — | — | |
7 | Comment | t1_gleidxt | t3_l8rf4k | — | We can do it. We own GameStop 💎🙌 | r/wallstreetbets | [deleted] | 2021-01-30T20:14:15.900Z | — | — | — | — | |
8 | Comment | t1_glerm61 | t3_l8rf4k | — | Oh.
Shit.
🤯 | r/wallstreetbets | graveybrains | 2021-01-30T21:28:12.879Z | — | — | — | — |
Playground
Advanced parameters are collapsed below.
curl -X POST https://api.mindcase.co/api/v1/agents/reddit/posts/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"inputs": [],
"maxPosts": 10000,
"skipComments": null,
"maxComments": 10000,
"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.
Cost
$2.90 per 1,000 results. Each post and each comment you request counts as one billable row. Total rows = threads × posts × (1 + comments). Use the calculator on the right to estimate your run. Failed runs don't count.
Cost calculator
Examples
A few common ways teams put Reddit Posts 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 via chat, form, or API.
FAQ