ColdIQ
Dashboard
Browse APIs
Chat
Billing
ColdIQ

All there is to know about the latest prospecting techniques.

Growth

AgencyInboxesGrow your revenue

Ressources

Tech StackVideo ContentCase StudiesBlogWe're Hiring

GTM Tools

FREE GTM ToolsColdIQ Exclusive DealsAI Sales ToolsLinkedIn ToolsSales ToolsData SourcesAI Marketing ToolsAI AgentsContact us

Free Tools

Email FinderMobile FinderEmail Spam CheckerFind Similar Companies

Get in Touch

[email protected]@MichLiebenMichel Lieben@MichLieben
Clay Elite Studio Partner Badge 2025

Copyright 2026 © Cold IQ LLC.

Terms of ServicePrivacy Policy

All rights reserved.

APIs→Reddit
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
POSThttps://api.coldiq.com/v1/reddit/scrape1 cr
Reddit

Reddit

v1 · 2 endpoints

Reddit (2)

Start an async job to scrape Reddit posts, comments, communities, or users by subreddit URL, post URL, user URL, or sear…

Authentication

No API key — create one in the dashboard

Body

ITEM 1

Reddit URLs to scrape — subreddit, post, user, or search URLs. Maximum 25.

Search queries to run on Reddit. One scrape run is performed per query. Maximum 25.

What the search queries return: posts, comments, communities, or users. Defaults to "posts".

Restrict search queries to a single community (e.g. "sales"). Applies to searchQueries only.

Sort order applied to results.

Time filter for results. Only applies when sort is "top" or "relevance".

Maximum number of items (posts, comments, communities, or users) to return (1–200). Defaults to 10. Credits are reserved upfront based on this value and settled to the actual count returned.

Maximum number of comments to fetch per post (only when comments are included). Set 0 to skip comment scraping entirely. Maximum 1000.

When true, includes top-level comments alongside each post.

Only return posts published on or after this date (ISO 8601, e.g. "2025-01-01").

Only return comments published on or after this date (ISO 8601, e.g. "2025-01-01").

import requests

url = "https://api.coldiq.com/v1/reddit/scrape"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.post(url, headers=headers)
print(response.json())