tiktok_creator_videos
List a creator's recent videos with per-video stats (views, likes, comments, shares). Use to compute engagement rate, spot recent virality, or pull a content sample. Paginate with cursor (the max_cursor from the response). user_id accepts an @username or numeric id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of items to return, <=35 | |
| cursor | No | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. | |
| expand | No | Return the full untrimmed payload. Default false = compact JSON. | |
| user_id | Yes | @username or numeric user_id |