TikTok Profile API
## Overview TikTok Profile API helps developers and product teams collect public TikTok account data through a focused set of profile, audience, discovery, and relationship endpoints. It is designed for creator lookup, account enrichment, audience research, follower analysis, and profile-based video collection. ## What You Can Do - Search TikTok users by keyword and paginate through matching…
TikTok Profile API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/profile /profile |
Scrapes a public TikTok profile. |
| GET |
/profile/videos /profile/videos |
Scrapes videos from a TikTok profile. Pass cursor to get more videos. |
| GET |
/search/users /search/users |
Scrapes TikTok users matching a search query. |
| GET |
/user/followers /user/followers |
Scrapes followers of a TikTok account. |
| GET |
/user/following /user/following |
Scrapes accounts that a TikTok user follows. |
| GET |
/user/audience /user/audience |
Get the audience demographics of a TikTok user. Right now you can only get the audience countries. Costs 26 credits per request. |
| GET |
/system/state /system/state |
System check endpoint. |
TikTok Profile API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 500 / minute |
|
| PRO | $10 / month | 500 / minute |
|
| ULTRA Recommended | $50 / month | 500 / minute |
|
| MEGA | $100 / month | 500 / minute |
|