
TikTok Search Top
Deprecated
Pricing
$0.99 / 1,000 results
Go to Store

TikTok Search Top
Deprecated
Scrapes the top TikTok videos for a given keyword, returning detailed post data including video ID, author info, music metadata, and engagement stats. Supports pagination and optional filtering by publish time and sort type.
0.0 (0)
Pricing
$0.99 / 1,000 results
0
Total users
2
Monthly users
2
Runs succeeded
25%
Last modified
a month ago
TikTok Keyword Video Search Actor
This Actor searches TikTok for publicly available videos that match specific keywords. You can filter results by publish time, control the number of videos retrieved, and sort them by relevance, popularity, or recency.
π§Ύ Input Fields
keywords
(required)
- Type:
array of strings
- Description: One or more keywords or search phrases. The Actor returns videos containing or related to these terms.
postCountPerKeyword
(required)
- Type:
integer
(1β100) - Default:
10
- Description: Number of video posts to retrieve for each keyword.
publishTime
(optional)
- Type:
string
- Default:
"0"
(All Time) - Options:
"0"
β All Time"1"
β Yesterday"7"
β This Week"30"
β This Month"90"
β Last 3 Months"180"
β Last 6 Months
- Description: Filters the results by when the videos were published.
sortType
(optional)
- Type:
string
- Default:
"0"
(Relevance) - Options:
"0"
β Relevance"1"
β Most Liked"3"
β Date (Newest First)
- Description: Determines the order in which videos appear in results.
π€ Output
The output dataset includes detailed information about each video, such as:
- Post Info: ID, description, hashtags, URL, creation time, etc.
- Video Info: Duration, dimensions, thumbnail, audio status.
- Stats: Play count, likes, shares, comments, downloads.
- Author Info: Username, profile picture, follower/following count, etc.
- Music Info: Title, album, original status, play URL.
π Example Input
{"keywords": ["travel", "comedy"],"postCountPerKeyword": 15,"publishTime": "30","sortType": "1"}