Search TikTok videos
Search TikTok videos by keyword.
← All TikTok endpoints · Capability overview
/v1/tiktok/search/videoshttps://api.vee3.io/v1/tiktok/search/videos
Search TikTok videos by keyword.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
search_tiktok_videosParameters6 fields
querystringRequiredSearch keywords.
max length 512
regionstringOptionalRegion code (for example us, jp, kr).
max length 8
countintegerRequiredNumber of items to return (max 30).
Default: 10 · min 1, max 30
cursorstringOptionalPagination cursor from a previous response.
max length 4096
publish_timeintegerOptionalPublish time filter: 0, 1, 7, 30, 90, or 180.
sort_bystringRequiredSort order: relevance, like_count, or date_posted.
Default: "relevance"
Response7 fields
codeintegerUpstream status code (0 = success).
msgstringUpstream status message.
processed_timenumberUpstream processing time in seconds.
dataobject3 fieldsCapability-specific payload from the upstream provider.
dataobjectcursorstringPagination cursor when returned by the provider.
hasMorebooleanWhether additional pages are available.
totalintegerTotal result count when provided by the upstream provider.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, tiktok_not_configured, tiktok_upstream_error, tiktok_download_empty