get_videos
Retrieve a user's public TikTok videos with views, likes, comments, and shares. Supports pagination for browsing up to 20 videos per page.
Instructions
Get a paginated list of the user's public TikTok videos with engagement metrics (views, likes, comments, shares). Returns up to 20 videos per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor (UTC Unix timestamp in ms). Pass the cursor from the previous response to get the next page. | |
| account | No | Account name to query. Use list_accounts to see available options. Defaults to the first configured account. | |
| max_count | No | Number of videos to return (1-20, default 10) |