Search
Full-text search across Reddit's public subreddits.
GET
/v1/searchPro+Search Reddit
Full-text search across public subreddits. Reddit's relevance ranking is preserved.
Parameters
q string·query·required | Query string. 1-512 chars. example: python |
limit integer·query | 1-100, default 25. example: 10 |
sort string·query | `relevance`, `new`, `hot`, `top`, `comments`. Default `relevance`. example: new |
type string·query | Filter: `link`, `sr`, `user`. Default mixed. example: link |
Request
curl -X GET https://api.redditintel.dev/v1/search \
-H "Authorization: Bearer <YOUR_API_KEY>"Response · 200
X-RateLimit-Limit: 100000{ "data": [ { "id": "1obwkbb", "fullname": "t3_1obwkbb", "subreddit": "PythonLearning", "subreddit_id": "t5_2qeibm", "permalink": "/r/PythonLearning/comments/1obwkbb/how_i_learned_python/", "title": "How I learned Python", "body": "I spent the last year learning Python and producing an animated Discord bot with thermal monitoring, persistent learning, deterministic particle effects, and a lot more. It's a lot of work but I was able to learn an insane amount quickly. I…" /* 214 more chars */, "body_html": "<!-- SC_OFF --><div class="md"><p>I spent the last year learning Python and producing an animated Discord bot with thermal monitoring, persistent learning, deterministic particle effects, and a lot more. It's a lot of work but I was abl…" /* 291 more chars */, "url": "https://www.reddit.com/r/PythonLearning/comments/1obwkbb/how_i_learned_python/", "domain": "self.PythonLearning", "author": "DaSettingsPNGN", "author_fullname": "t2_1kfuavcdhz", "created_utc": "2025-10-20T22:56:45+00:00", "edited_utc": null, "score": 152, "ups": 152, "downs": 0, "upvote_ratio": 0.98, "num_comments": 239, "num_crossposts": 3, "is_self": true, "is_video": false, "over_18": false, "spoiler": false, "locked": false, "archived": false, "pinned": false, "stickied": false, "is_original_content": false, "is_crosspostable": false, "hidden": false, "saved": false, "removed_by_category": null, "distinguished": null, "link_flair_text": "Discussion", "link_flair_template_id": "2503a57a-0575-11f0-9482-763d268aef4d", "link_flair_background_color": "#24a0ed", "link_flair_text_color": "dark", "thumbnail": null, "thumbnail_width": null, "thumbnail_height": null, "crosspost_parent_fullname": null }, { "id": "1q96zhx", "fullname": "t3_1q96zhx", "subreddit": "programmingmemes", "subreddit_id": "t5_2tj0l", "permalink": "/r/programmingmemes/comments/1q96zhx/i_fucking_hate_python/", "title": "I fucking hate python", "body": "", "body_html": null, "url": "https://i.redd.it/udrizysfjjcg1.png", "domain": "i.redd.it", "author": "sorynth_3", "author_fullname": "t2_23adq2nuot", "created_utc": "2026-01-10T15:32:02+00:00", "edited_utc": null, "score": 515, "ups": 515, "downs": 0, "upvote_ratio": 0.93, "num_comments": 121, "num_crossposts": 1, "is_self": false, "is_video": false, "over_18": false, "spoiler": false, "locked": false, "archived": false, "pinned": false, "stickied": false, "is_original_content": false, "is_crosspostable": false, "hidden": false, "saved": false, "removed_by_category": null, "distinguished": null, "link_flair_text": null, "link_flair_template_id": null, "link_flair_background_color": null, "link_flair_text_color": "dark", "thumbnail": "https://b.thumbs.redditmedia.com/GpEDLq761f7XnfJyPAJ78m87eC9aGiI2xA5g4n8PiAE.jpg", "thumbnail_width": 140, "thumbnail_height": 140, "crosspost_parent_fullname": null }, { "id": "1rfcolh", "fullname": "t3_1rfcolh", "subreddit": "learnprogramming", "subreddit_id": "t5_2r7yd", "permalink": "/r/learnprogramming/comments/1rfcolh/python_in_2026/", "title": "Python in 2026?", "body": "I am currently at a stage where I am a beginner in coding, I am currently In 9th and I know basic HTML and basic python(syntax,if etc.) I am looking forward to have a career in computer background(ai/ml if still relevant at the time) , I am…" /* 134 more chars */, "body_html": "<!-- SC_OFF --><div class="md"><p>I am currently at a stage where I am a beginner in coding, I am currently In 9th and I know basic HTML and basic python(syntax,if etc.) I am looking forward to have a career in computer background(ai/ml if …" /* 193 more chars */, "url": "https://www.reddit.com/r/learnprogramming/comments/1rfcolh/python_in_2026/", "domain": "self.learnprogramming", "author": "PalpitationGlad4356", "author_fullname": "t2_1qbbxgqjh3", "created_utc": "2026-02-26T15:11:10+00:00", "edited_utc": null, "score": 16, "ups": 16, "downs": 0, "upvote_ratio": 0.95, "num_comments": 21, "num_crossposts": 0, "is_self": true, "is_video": false, "over_18": false, "spoiler": false, "locked": false, "archived": false, "pinned": false, "stickied": false, "is_original_content": false, "is_crosspostable": false, "hidden": false, "saved": false, "removed_by_category": null, "distinguished": null, "link_flair_text": "Advice", "link_flair_template_id": "8cce24c8-d980-11e3-a922-12313d051ab0", "link_flair_background_color": null, "link_flair_text_color": "dark", "thumbnail": null, "thumbnail_width": null, "thumbnail_height": null, "crosspost_parent_fullname": null } ],, "meta": { "request_id": "<redacted>", "page": { "limit": 3 } } }
25 of 142 lines