search_tiktok
Search for TikTok creators by applying structured filters such as country, language, hashtags, and follower count. Retrieve detailed creator lists with pagination.
Instructions
Search TikTok creators using structured filters. Costs 1 credit per 10 filters (max 10). Use totalFollowers (NOT totalSubscribers) for count thresholds. TT has niches but NOT topics (YouTube-only). Hashtag values need the "#" prefix. Note: TikTok does not expose a per-brand sponsorship endpoint, so hasSponsors-style filtering is coarser than on YT/IG. Response: creatorList, totalResults, hasNextPage, nextOffset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | Yes | Search filters (max 10). Billed at 1 credit per 10 filters. | |
| pageSize | No | Results per page (max 100). | |
| offset | No | Number of records to skip for pagination. | |
| sortBy | No | Field to sort by (e.g. totalSubscribers, totalFollowers, avgEngagementRate). | |
| desc | No | Sort descending (true) or ascending (false). |