TikTok API
Scrapes TikTok profiles and posts by parsing server-rendered HTML.
Platform ID
tiktok
Endpoints
2 capabilities
Status
99.8% success rate
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
Endpoint
Description
Cost
Open
Get Post
tiktok.post.get
Fetch TikTok post/video metadata from the server-rendered HTML.
1 credit per request
Get Profile
tiktok.profile.get
Fetch TikTok profile data from the server-rendered HTML.
1 credit per requestIntegration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.