Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$2.4 / 1k profiles
Search TikTok for users, returning profile data: name, nickname, signature, and follower count
Endpoint
POST /api/v1/agents/tiktok/user-search/run
Parameters
List · Search keywords to find TikTok profiles. Same syntax as the TikTok search bar. One per line.
Number · The maximum number of profiles to extract per query. Use 0 for all.
Response columns
| Field | Display name | Type |
|---|---|---|
profileUrl | Profile URL | url |
username | Username | text |
displayName | Display Name | text |
bio | Bio | text |
followers | Followers | number |
following | Following | number |
totalLikes | Total Likes | number |
videos | Videos | number |
friends | Friends | number |
likedVideos | Liked Videos | number |
verified | Verified | boolean |
private | Private | boolean |
tiktokSeller | TikTok Seller | boolean |
commerceUser | Commerce User | boolean |
joinedAt | Joined At | number |
avatar | Avatar | url |
bioLink | Bio Link | url |
Example
Example response
Response