Audience & creator discovery
Build lead and creator-discovery pipelines from TikTok public profiles. Filter by follower count, engagement, and region. The JSON is flat enough to drop into a Postgres column without normalisation.
No proxy needed. 25 pre-built endpoints, parsed JSON in seconds.
The profile scraper takes one input: handle. The response carries every public field TikTok exposes.
curl https://api.hproxy.com/v1/scrape/tiktok/profile/collect/by/handle \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"stoolpresidente"}'{
"user": {
"id": "6659752019493208069",
"uniqueId": "stoolpresidente",
"nickname": "Dave Portnoy",
"avatarLarger": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/….jpeg",
"signature": "El Presidente/Barstool Sports Founder.",
"verified": true,
"bioLink": {
"link": "https://www.barstoolsports.com/bios/Surviving-Barstool"
}
},
"stats": {
"followerCount": 4100000,
"followingCount": 74,
"heartCount": 190400000,
"videoCount": 2017,
"friendCount": 52
}
}Bio, follower and following counts, post totals, verified flag, links, and the profile image — every public field the platform exposes about an account.
Public user objects with handle, display name, follower counts, and the profile image.
Video metadata: title, description, view and like counts, duration, channel reference, publish date, and the thumbnail URL.
AI-fallback transcript of any video — audio-to-text when no caption exists, the published captions otherwise.
Structured live objects returned as flat, predictable JSON — ready to drop straight into your database.
Every comment on a post or video — including reply trees, author handle, timestamp, and like count — not just the top-level reactions.
Every line is a live endpoint. Click through for the input schema, response shape, and the curl recipe.
Public TikTok profile metadata, follower counts, and recent video stats.
Detect the country/region a public TikTok profile is registered in.
Audience country breakdown for a public TikTok creator.
Premium pricing — every call uses AI or heavy data extraction.
Fetch detailed metadata, play counts and download URLs for a TikTok video.
Highest price applies when download_media is set to true. Default mode is significantly cheaper.
Captions / transcript for a public TikTok video.
Highest price applies when use_ai_as_fallback is set to "true". Default mode is significantly cheaper.
Paginated list of a TikTok creator's videos sorted by latest or popular.
Check whether a TikTok user is currently live and fetch their stream details.
Top-level comments on a public TikTok video.
Fetch replies to a specific TikTok comment by id.
List the accounts a TikTok user follows.
List a TikTok user's public followers.
Search TikTok creators by keyword or name.
Search TikTok videos by hashtag.
General TikTok video search by keyword or phrase.
Discover trending TikTok creators by follower band, country, and audience.
Trending TikTok hashtags by region and time period.
Metadata for a TikTok sound or song by clip id.
Videos that use a specific TikTok sound, paginated.
TikTok's For You feed for a given region.
Search TikTok Shop products by keyword.
List all products in a TikTok Shop store.
Full details for a TikTok Shop product by URL.
Customer reviews for a TikTok Shop product.
TikTok's 'Top' search results — mixes videos and photo carousels.
Products a TikTok user features in their public showcase.
Build lead and creator-discovery pipelines from TikTok public profiles. Filter by follower count, engagement, and region. The JSON is flat enough to drop into a Postgres column without normalisation.
Track every public post mentioning a brand or keyword across TikTok. Pipe captions into sentiment models and chart engagement over time without writing a single parser.
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.
Query TikTok by keyword or hashtag and get back the matched entities with their engagement metadata attached. Power competitive research and content-gap analysis.
The questions that come up before the first call. If yours isn’t here, the founder reads support email himself — just write in.
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.
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.
Every endpoint returns a flat top-level wrapper (platform, scraper, data, creditsUsed, elapsedMs, requestId) with the parsed TikTok entity inside data. See the live example near the top of this page for the exact shape.
Public data scraping (no login, no private content, no PII beyond what tiktok.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.).
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.
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 25 TikTok endpoints.
Median response time across the TikTok endpoints is under 2 seconds. Heavier endpoints (deep comment threads, cursor-paginated lists) can run 4-8 seconds depending on the page depth requested.
Sign in with Google, drop $2 in the wallet, fire your first TikTok call against tiktok.com. If it doesn’t do what you need, the balance is refundable for 24 hours.