tiktok_creator_videos
A creator's posts, newest first, with stats. Page by passing the previous response's max_cursor as cursor until has_more is 0. Pinned posts appear on page one only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | sec_uid (MS4w…) or numeric uid. | |
| count | No | Posts per page. (1-35, default 20) | |
| cursor | No | max_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. |