tiktok_search_videos
Keyword search over videos. TikTok search is a bounded, re-ranked pool, not an endless list: ask for count 30, page with cursor, dedupe on video_id, and stop when two pages add nothing new.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search keywords. | |
| count | No | Results per page. 30 yields the most distinct results per call. (1-30, default 20) | |
| cursor | No | cursor from the previous page. Omit for page one. (default 0) | |
| 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. | |
| sort_type | No | 0 = relevance (default), 1 = most liked. (0-3) |