search_tiktok_content
Search TikTok videos by content filters such as description, hashtag, plays, likes, comments, shares, and engagement. Retrieve individual post details including metrics and creator info.
Instructions
Search individual TikTok content (videos) across CreatorDB's index. Different from search_tiktok (which searches CREATORS) — this returns individual posts. Response includes contentList[] with contentId, description, thumbnail, url, publishTime (Unix-ms), lengthSec, plays/likes/comments/shares/engagementRate, hashtags, audioTitle, audioAuthor, and a nested creator block. NO contentType field. NO isSponsored / partneredBrands — TikTok brand-attribution is not implemented (native isAd flag exists on get_tiktok_content_detail only). Content-level filterable: description, hashtag, publishTime (integer "days ago"), plays, diggs (request name) / likes (response name), comments, shares, engagement, lengthSec, performanceDiggs, performanceEngagement. Creator-level filters also supported. Engagement formula = (likes+comments+shares)/followers. Costs 2 credits per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | Yes | Content filters (1–10). | |
| pageSize | No | Results per page (max 100). | |
| offset | No | Number of records to skip for pagination. | |
| sortBy | No | Sort field. | publishTime |
| desc | No | Sort descending (true) or ascending (false). |