TikTok

Profile Videos

Fetches videos posted by a TikTok user, sortable by latest or most popular — use this to get a creator's video feed or TikToks. Returns aweme_list, an array of video objects each containing aweme_id, desc (caption), statistics (play_count, digg_count/likes, comment_count, share_count, collect_count/saves), and video (download URLs, duration, cover image). Paginate with max_cursor from the previous response. If a profile should have videos but returns none, try region=US or another relevant two-letter country code.

get/v3/tiktok/profile/videos

Query parameters

handlestring required

TikTok handle

user_idstring

TikTok user id. Use this for faster responses.

sort_by'latest' | 'popular'

What to sort by

max_cursorstring

Cursor to get more videos. Get 'max_cursor' from previous response.

regionstring

Region (country) for the proxy. Defaults to GB. If a profile should have videos but returns none, try US or another relevant two-letter country code.

trimboolean

Set to true for a trimmed down version of the response

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.