tiktok_search_creators
Keyword search over accounts, with follower counts. Pages by offset, not cursor. For one exact @handle use tiktok_resolve_username instead: it is cheaper and more reliable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search keywords. | |
| count | No | Results per page. (1-30, default 10) | |
| expand | No | false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you need is missing from the compact form. Same price either way. | |
| offset | No | Number of results to skip: 0, then count, then 2 x count. (default 0) |