Reddit scraper API
Every Reddit scraper endpoint: 7 actions returning structured JSON from $0.003 per call. No proxies, no captchas, no infrastructure.
All 7 Reddit endpoints, from $0.003 per call. Each is callable as GET https://hproxy.com/api/v1/scrape/reddit/{action} (or POST with a JSON body) using a key with the scrape scope. No proxies, captchas or parsing to manage, it is all included in the price, and failed calls are never billed. See the full catalog for every platform, or the Reddit landing page for examples and use cases.
GET
/api/v1/scrape/reddit/subredditReddit Subreddit Details
Returns structured JSON for Reddit Subreddit Details. Billed $0.003 per successful call ($3.00 per 1,000); failed calls, timeouts and rate-limited calls are never charged.
POST with a JSON body works too.| Parameter | Type | Required | Description |
|---|---|---|---|
x-api-key | string (header) | required | Your HProxy API key with the scrape scope. |
subreddit | string (query) | optional | Subreddit name, without the r/ prefix. |
url | url (query) | optional | Target URL (profile, post or video). |
curl "https://hproxy.com/api/v1/scrape/reddit/subreddit" \
-H "X-API-Key: hpx_your_key_here"GET
/api/v1/scrape/reddit/subreddit-postsReddit Subreddit Posts
Returns structured JSON for Reddit Subreddit Posts. Billed $0.003 per successful call ($3.00 per 1,000); failed calls, timeouts and rate-limited calls are never charged.
POST with a JSON body works too.| Parameter | Type | Required | Description |
|---|---|---|---|
x-api-key | string (header) | required | Your HProxy API key with the scrape scope. |
subreddit | string (query) | required | Subreddit name, without the r/ prefix. |
timeframe | string (query) | optional | The timeframe parameter. |
sort | string (query) | optional | The sort parameter. |
after | string (query) | optional | The after parameter. |
trim | boolean (query) | optional | Return a slimmed-down payload (drops verbose fields). |
curl "https://hproxy.com/api/v1/scrape/reddit/subreddit-posts?subreddit=dataisbeautiful" \
-H "X-API-Key: hpx_your_key_here"GET
/api/v1/scrape/reddit/searchReddit Search
Returns structured JSON for Reddit Search. Billed $0.003 per successful call ($3.00 per 1,000); failed calls, timeouts and rate-limited calls are never charged.
POST with a JSON body works too.| Parameter | Type | Required | Description |
|---|---|---|---|
x-api-key | string (header) | required | Your HProxy API key with the scrape scope. |
query | string (query) | required | Search term or keyword. |
sort | string (query) | optional | The sort parameter. |
timeframe | string (query) | optional | The timeframe parameter. |
after | string (query) | optional | The after parameter. |
trim | boolean (query) | optional | Return a slimmed-down payload (drops verbose fields). |
curl "https://hproxy.com/api/v1/scrape/reddit/search?query=coffee" \
-H "X-API-Key: hpx_your_key_here"GET
/api/v1/scrape/reddit/subreddit-searchReddit Subreddit Search
Returns structured JSON for Reddit Subreddit Search. Billed $0.003 per successful call ($3.00 per 1,000); failed calls, timeouts and rate-limited calls are never charged.
POST with a JSON body works too.| Parameter | Type | Required | Description |
|---|---|---|---|
x-api-key | string (header) | required | Your HProxy API key with the scrape scope. |
subreddit | string (query) | required | Subreddit name, without the r/ prefix. |
query | string (query) | optional | Search term or keyword. |
sort | string (query) | optional | The sort parameter. |
timeframe | string (query) | optional | The timeframe parameter. |
cursor | string (query) | optional | Pagination token from the previous response. |
curl "https://hproxy.com/api/v1/scrape/reddit/subreddit-search?subreddit=dataisbeautiful" \
-H "X-API-Key: hpx_your_key_here"GET
/api/v1/scrape/reddit/ad-searchReddit Ads Search
Returns structured JSON for Reddit Ads Search. Billed $0.005 per successful call ($5.00 per 1,000); failed calls, timeouts and rate-limited calls are never charged.
POST with a JSON body works too.| Parameter | Type | Required | Description |
|---|---|---|---|
x-api-key | string (header) | required | Your HProxy API key with the scrape scope. |
query | string (query) | required | Search term or keyword. |
industries | string (query) | optional | The industries parameter. |
budgets | string (query) | optional | The budgets parameter. |
formats | string (query) | optional | The formats parameter. |
placements | string (query) | optional | The placements parameter. |
objectives | string (query) | optional | The objectives parameter. |
curl "https://hproxy.com/api/v1/scrape/reddit/ad-search?query=coffee" \
-H "X-API-Key: hpx_your_key_here"GET
/api/v1/scrape/reddit/adReddit Ad Detail
Returns structured JSON for Reddit Ad Detail. Billed $0.005 per successful call ($5.00 per 1,000); failed calls, timeouts and rate-limited calls are never charged.
POST with a JSON body works too.| Parameter | Type | Required | Description |
|---|---|---|---|
x-api-key | string (header) | required | Your HProxy API key with the scrape scope. |
id | string (query) | required | Identifier from a previous response. |
curl "https://hproxy.com/api/v1/scrape/reddit/ad?id=1234567890" \
-H "X-API-Key: hpx_your_key_here"Need a hand wiring this up? Email [email protected]. A real person reads every message.
/api/v1/scrape/reddit/commentsReddit Post Comments
POSTwith a JSON body works too.x-api-keyurlcursortrim