Comment Scraper API
Comment threads, nested replies and reviews, fully paginated.
// 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": … }
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.
You send
One API call
GET the Comment Scraper endpoint with your key. That's all your code does.
We handle
Proxies · captchas · parsing
Residential exit, anti-bot walls, JS rendering and extraction, all server-side, on us.
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
Run sentiment analysis on what people say under a brand's posts rather than about them.
Mine support questions and objections straight out of comment threads.
Watch a competitor's comment sections for the complaints their customers raise.
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?
How many comments can I pull from one post?
Are comments returned in the platform's own order?
Do I get the commenter's profile too?
Other kinds of scraped data
All platforms →Profile Scraper API
Accounts, channels, companies and pages as one JSON object.
Post Scraper API
Single posts by URL, or a creator's whole feed, page by page.
Transcript API
The spoken words inside video, as timestamped JSON lines.
Search API
Keyword, hashtag and people search, plus native trending feeds.
Ad Library API
Live competitor creatives, advertisers and spend ranges.
Product Scraper API
Live prices, stock, variants and reviews from marketplaces.
Event Scraper API
Public events and streaming schedules with times and venues.