TikTok Profile API
Full public profile for a handle: display name, bio, avatar, follower and like counts.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"found": true,
"data": {
"handle": "cristiano",
"nickname": "Cristiano Ronaldo",
"bio": "SIUUU 🇵🇹",
"verified": true,
"followers": 64200000,
"following": 12,
"likes": 412000000,
"videoCount": 38,
"avatarUrl": "https://p16.tiktokcdn.com/cristiano.jpg"
}
}interface TiktokProfileResponse {
data: {
avatarUrl: string;
bio: string;
displayName: string;
externalUrl?: string;
followers: number;
following: number;
handle: string;
likes: number;
secUid?: string;
userId?: string;
verified: boolean;
videos: number;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/tiktok.profile \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"cristiano"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| handle | string | "cristiano"TikTok username without the leading @ (e.g. "stoolpresidente"). |
| Response | ||
| found | boolean | true |
| data | object | |
| data.handle | string | "cristiano" |
| data.nickname | string | "Cristiano Ronaldo" |
| data.bio | string | "SIUUU 🇵🇹" |
| data.verified | boolean | true |
| data.followers | number | 64200000 |
| data.following | number | 12 |
| data.likes | number | 412000000 |
| data.videoCount | number | 38 |
| data.avatarUrl | string | "https://p16.tiktokcdn.com/cristiano.jpg" |
| Price | ||
| Price per request | USD | $0.0005 |
| Price /1k req | USD | $0.50 |
FAQ
About the TikTok Profile API
The AnyAPI TikTok Profile API returns TikTok profile data as normalized JSON from one POST call to /v1/run/tiktok.profile. Full public profile for a handle: display name, bio, avatar, follower and like counts. AnyAPI routes each request across 3 sources and falls back automatically when one fails. It costs from $0.50 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of TikTok profile calls through AnyAPI succeeded, with a median response time of 9.6 seconds across 3,834 measured calls.