Appearance
TikTok
Endpoints for TikTok on the ScrapeCreators API.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
| Get popular creators | GET | Discovers trending and popular TikTok creators, filterable by follower count range, creator country, and audience country |
| Trending Feed | GET | Fetches TikTok's trending/For You feed for a given region , useful for discovering viral content and what's currently popular |
| Get popular hashtags | GET | Discovers trending and popular TikTok hashtags, filterable by time period (7/30/120 days) and country |
| Profile | GET | Fetches public profile data for a TikTok user by their handle , useful for looking up a creator's identity, bio, and account stats |
| Profile Region | GET | Returns the TikTok region code for a public profile, like US for United States or MX for Mexico |
| Search by Hashtag | GET | Searches for TikTok videos under a specific hashtag , useful for finding content by topic or trend |
| Search by Keyword | GET | Searches for TikTok videos by keyword or phrase , the general video search across all of TikTok |
| Top Search | GET | Searches TikTok's 'Top' results by query , returns both videos and photo carousels, unlike keyword search which only returns videos |
| Search Users | GET | Searches for TikTok users by keyword or name , useful for finding creators or accounts matching a query |
| Get Song Details | GET | Fetches detailed metadata for a specific TikTok sound or song by its clipId |
| TikToks using Song | GET | Fetches TikTok videos that use a specific sound or song, identified by its clipId |
| User's Audience Demographics | GET | Retrieves audience demographic data for a TikTok user, showing where their followers are located by country |
| Followers | GET | Retrieves the follower list of a TikTok account by handle or user_id , useful for seeing who follows a creator or getting subscriber data |
| Following | GET | Retrieves the following list , accounts that a TikTok user follows , by their handle |
| TikTok Live | GET | Checks if a TikTok user is currently live streaming and retrieves their live room details |
| Comment Replies | GET | Fetches replies to a specific TikTok comment by its ID |
| Comments | GET | Fetches comments on a TikTok video by URL , useful for reading audience reactions, replies, and engagement |
| Transcript | GET | Extracts the transcript, captions, or subtitles from a TikTok video by URL |
| Video Info | GET | Fetches detailed data for a single TikTok video by URL, including its metadata, engagement stats, and optionally its transcript/captions |
| Profile Videos | GET | Fetches videos posted by a TikTok user, sortable by latest or most popular , use this to get a creator's video feed or TikToks |