TikTok profiles, posts, comments, fast-API feeds, search discovery
TikTok profiles, posts, comments, fast-API feeds, search discovery.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
500 msmedian answer time
$0.00225listed price per call
$0.00225price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://hirescrape.com/api/tools/tiktok
| Category | Search and research |
|---|---|
| Provider host | hirescrape.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.00225 | 500 ms |
Example input (from the provider)
{
"body": {
"mode": "profile",
"url": "https://www.tiktok.com/@tiktok"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"description": "TikTok profiles, posts, comments, fast-API feeds, search discovery.",
"properties": {
"audienceCountry": {
"description": "Audience country.",
"type": "string"
},
"clipId": {
"description": "TikTok song clip ID.",
"type": "string"
},
"comment_id": {
"description": "Parent comment ID.",
"type": "string"
},
"commercialMusic": {
"description": "Only commercial-use tracks.",
"type": "boolean"
},
"countryCode": {
"description": "Country code.",
"type": "string"
},
"creatorCountry": {
"description": "Creator country.",
"type": "string"
},
"cursor": {
"description": "Pagination cursor.",
"type": "string"
},
"date_posted": {
"description": "Posting timeframe.",
"type": "string"
},
"download_media": {
"description": "Return permanent media URLs.",
"type": "boolean"
},
"followerCount": {
"description": "Follower count bucket filter.",
"type": "string"
},
"get_transcript": {
"description": "Include transcript in the response.",
"type": "boolean"
},
"handle": {
"description": "Username / handle (without @).",
"type": "string"
},
"hashtag": {
"description": "Hashtag (without #).",
"type": "string"
},
"industry": {
"description": "Industry filter.",
"type": "string"
},
"language": {
"description": "2-letter language code.",
"type": "string"
},
"limit": {
"default": 20,
"description": "Max items to collect (applies to paginated modes).",
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"max_cursor": {
"description": "Pagination cursor.",
"type": "string"
},
"min_time": {
"description": "Pagination cursor (unix seconds).",
"type": "integer"
},
"mode": {
"default": "profile",
"description": "Which endpoint to call. Options: profile, audience, profile_videos, video, transcript, live, video_comments, comment_replies, following, followers, search_users, search_hashtag, search_keyword, search_top, popular_songs, popular_creators, popular_videos, popular_hashtags, song, song_videos, trending_feed.",
"enum": [
"profile",
"audience",
"profile_videos",
"video",
"transcript",
"live",
"video_comments",
"comment_replies",
"following",
"followers",
"search_users",
"search_hashtag",
"search_keyword",
"search_top",
"popular_songs",
"popular_creators",
"popular_videos",
"popular_hashtags",
"song",
"song_videos",
"trending_feed"
],
"type": "string"
},
"newOnBoard": {
"description": "Only items new to the chart.",
"type": "boolean"
},
"orderBy": {
"description": "Order key (depends on endpoint).",
"type": "string"
},
"page": {
"description": "Page number (default 1).",
"type": "integer"
},
"period": {
"description": "Lookback days (7 or 30).",
"type": "integer"
},
"publish_time": {
"description": "Publication time filter.",
"type": "string"
},
"query": {
"description": "Search keyword.",
"type": "string"
},
"rankType": {
"description": "popular or surging.",
"type": "string"
},
"region": {
"description": "Proxy / market region (e.g. US).",
"type": "string"
},
"sortBy": {
"description": "Sort key (depends on endpoint).",
"type": "string"
},
"sort_by": {
"description": "Sort key (depends on endpoint).",
"type": "string"
},
"timePeriod": {
"description": "Lookback days (7/30/130).",
"type": "integer"
},
"trim": {
"description": "Return a condensed response.",
"type": "boolean"
},
"url": {
"description": "Full URL of the target object.",
"type": "string"
},
"use_ai_as_fallback": {
"description": "Fall back to AI if no transcript.",
"type": "boolean"
},
"user_id": {
"description": "Platform user ID (often faster than handle).",
"type": "string"
}
},
"required": [
"mode"
],
"title": "TikTok Scraper",
"type": "obje