← All scrapers

Comment Scraper API

Comment threads, nested replies and reviews, fully paginated.

9endpoints5platforms$3.00per 1k calls

// YouTube · Comment Replies

curl -H "X-API-Key: hpx_your_key_here" \

"https://hproxy.com/api/v1/scrape/youtube/comment-replies?continuationToken=value"

// → { "data": { … }, "records": 1, "costUsd": … }

PlatformPlatform

Comments are where the opinion actually lives, and they are the hardest part of a page to reach. Platforms load them lazily, hide them behind pagination tokens, and nest replies several levels deep. These endpoints flatten all of that: comments come back with author, text, like count and timestamp, replies come back through their own call keyed on the parent comment so the thread tree can be rebuilt exactly, and a cursor carries you through threads that run to thousands.

In every response

comments[]

Each comment with author, text, like count and timestamp.

author

Commenter handle, ID and avatar.

likeCount / replyCount

Engagement on each individual comment.

replies[] / parentId / depth

On the reply endpoints, the nested thread with its nesting level.

cursor

Pagination token to pull the next page of a long thread.

9 Comment Scraper API Endpoints,Across 5 Platforms

One REST call each, one API key for all of them, billed per call from your balance.

TikTok Video Comments

Pull every comment on a TikTok video, page by page, with author, text, like count, reply count and timestamp.

TikTok Comment Replies

Pull the full nested reply thread under any TikTok comment, so you can rebuild the whole conversation, not just the top level.

TikTok Shop Product Reviews

Pull the reviews on any TikTok Shop product, page by page, with star rating, review text, reviewer and date.

Facebook Post Comments

Pull every comment on a Facebook post, page by page, with author, text, reaction count, reply count and timestamp.

Facebook Comment Replies

Pull the full nested reply thread under any Facebook comment, so you can rebuild the conversation rather than just the top level.

YouTube Video Comments

Pull every comment on a YouTube video, page by page, with author, text, like count, reply count and timestamp.

YouTube Comment Replies

Pull the full reply thread under any YouTube comment, with authors, like counts and timestamps at every level.

Instagram Post Comments

Pull every comment on an Instagram post, page by page, with author, text, like count, reply count and timestamp.

Reddit Post Comments

Pull the comment tree under any Reddit post, with author, body, score and nesting depth on every comment.

From Request to Clean JSON

You write one line. We do everything between the request and the data.

01

You send

One API call

GET the Comment Scraper endpoint with your key. That's all your code does.

02

We handle

Proxies · captchas · parsing

Residential exit, anti-bot walls, JS rendering and extraction, all server-side, on us.

03

You get

Clean JSON

A structured object every time. No HTML, no scraping code, no maintenance.

Comment Scraper API at a glance

One key, 5 platforms

Every endpoint in this group answers to the same key, the same header and the same response shape, so covering a second platform is a URL change rather than an integration.

Endpoints
9
Platforms
5
Response
Structured JSON
Auth
One X-API-Key header
Billing
Per call, balance never expires

$3.00 /1k calls

cheapest endpoint in this group

What you never deal with

Handled on our side

  • No captchas, ever
  • Residential-backed
  • Pay per call
  • Fresh on every call
  • Failures are free
  • Scales with you

What people build with the Comment Scraper API

01

Run sentiment analysis on what people say under a brand's posts rather than about them.

02

Mine support questions and objections straight out of comment threads.

03

Watch a competitor's comment sections for the complaints their customers raise.

04

Pull product reviews with their ratings for pricing and positioning research.

Comment Scraper API pricing

$3.00

per 1,000 calls, cheapest endpoint in this group

One key covers all 5 platforms

No subscription, no monthly minimum

Failed extractions are not charged

Proxies included in the price

Comment Scraper API FAQ

Do replies come back with the comments?
Top-level comments come from the comment endpoint. Nested replies are their own call, keyed on the parent comment ID, because a thread can be far larger than the post it hangs off and merging them would make one call unbounded.
How many comments can I pull from one post?
As many as the platform serves publicly. Each call returns a page plus a cursor, and you keep going until the cursor comes back empty. Billing is per call, so depth costs pages, not a subscription tier.
Are comments returned in the platform's own order?
Yes. The order is part of the data, because it reflects what a real visitor sees first. Where an endpoint exposes a sort mode, it is a documented parameter rather than something we decide for you.
Do I get the commenter's profile too?
You get the handle, the ID and the avatar on every comment, which is enough to group by author or to look the account up through the profile endpoint when you need the full picture.
HProxy.

Ready when you are.Your dashboard is ten seconds away.

Get Startedor talk to us at support@hproxy.com
HProxy