§ The Reddit hub
Reddit

Reddit
scraper.

No proxy needed. 7 pre-built endpoints, parsed JSON in seconds.

7 endpoints·From $0.003 per call·Median under 2s
§ One call

Send a subreddit.
Get back JSON.

The subreddit details scraper takes one input: subreddit. The response carries every public field Reddit exposes.

Request
cURL
curl https://api.hproxy.com/v1/scrape/reddit/subreddit/details \
  -H "Authorization: Bearer $HPROXY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"subreddit":"AskReddit"}'
POST // 1 call · $0.0030 · <2s
Response200 OK
{
  "success": true,
  "subreddit_id": "t5_a7wuv",
  "display_name": "AbsoluteUnits",
  "weekly_active_users": 1428398,
  "weekly_contributions": 8923,
  "description": "Absolute Unit : an Animal or Public Figure, who is larger than we should normally expect.",
  "subscribers": 1923642,
  "icon_img": "https://styles.redditmedia.com/….png",
  "created_at": "2018-01-05T10:35:24.000Z"
}
What comes backparsed fields
Reddit Subreddit Details
reddit_subreddit
subreddit_idstring
display_namestring
weekly_active_usersnumber
weekly_contributionsnumber
descriptionstring
subscribersnumber
icon_imgurl
One real call · one structured record
§ Coverage

What you can
actually pull.

§ 01

Subreddit

Structured subreddit objects returned as flat, predictable JSON — ready to drop straight into your database.

§ 02

Posts

Full post objects: caption text, like and comment counts, view counts, media URLs, and timestamps — pulled by handle or by direct URL.

§ 03

Comments

Every comment on a post or video — including reply trees, author handle, timestamp, and like count — not just the top-level reactions.

§ 04

Search

Keyword and query search results with the matched entities and the engagement metadata behind each one.

§ 05

Ads

Ad-library entries with creative references, advertiser, run dates, and impressions where the platform publishes them.

§ Every endpoint

The full list.
Prices included.

Every line is a live endpoint. Click through for the input schema, response shape, and the curl recipe.

§ What people build

One Reddit scraper.
Many shapes of work.

§ 01

Brand & trend monitoring

Track every public post mentioning a brand or keyword across Reddit. Pipe captions into sentiment models and chart engagement over time without writing a single parser.

§ 02

Social listening

The comments endpoint carries the full reply tree, so social-listening models see the whole thread — not just top-level reactions. Real conversation data, structured.

§ 03

Search & hashtag intelligence

Query Reddit by keyword or hashtag and get back the matched entities with their engagement metadata attached. Power competitive research and content-gap analysis.

§ 04

Ad-library mirroring

Build your own Reddit ad archive. Cross-reference advertisers, creatives, and run dates to map a competitor's entire paid strategy.

§ Questions

The honest
answers.

The questions that come up before the first call. If yours isn’t here, the founder reads support email himself — just write in.

Do I need proxies to use the Reddit scraper?

No. Every endpoint runs on our residential pool — fifty million IPs sourced through opt-in partner SDKs. You send an HTTP request with your API key; rotation, retries, and anti-bot handling are ours to worry about.

How does HProxy get past Reddit’s rate limits and bot detection?

Each call is routed through a residential session that matches typical organic traffic patterns. We don’t advertise specifics; what matters is the result — a 99%+ success rate on public-data endpoints in real customer traffic.

What does the JSON response look like?

Every endpoint returns a flat top-level wrapper (platform, scraper, data, creditsUsed, elapsedMs, requestId) with the parsed Reddit entity inside data. See the live example near the top of this page for the exact shape.

Is scraping public Reddit data legal?

Public data scraping (no login, no private content, no PII beyond what reddit.com itself publishes) sits within the boundaries set by hiQ Labs v. LinkedIn and similar US/EU precedents. We don’t serve endpoints that touch authenticated content. You’re responsible for your own use of the data under your local data-protection law (GDPR, CCPA, etc.).

What does each call cost?

From $0.003 per call on the standard endpoints. Endpoints that do heavier upstream work — AI transcripts, posts with media archived to R2 — cost more. The exact per-call price shows on each endpoint row below. One call = one charge, never multiplied by record count.

Can I test before signing up?

Yes — the wallet starts with a $2 deposit that’s refundable for 24 hours. That’s plenty of calls to verify the response shape matches what you’re building across all 7 Reddit endpoints.

How fast are the responses?

Median response time across the Reddit endpoints is under 2 seconds. Heavier endpoints (deep comment threads, cursor-paginated lists) can run 4-8 seconds depending on the page depth requested.

§ Try it

Two dollars,
first run.

Sign in with Google, drop $2 in the wallet, fire your first Reddit call against reddit.com. If it doesn’t do what you need, the balance is refundable for 24 hours.