TikTok Search Top avatar
TikTok Search Top

Deprecated

Pricing

$0.99 / 1,000 results

Go to Store
TikTok Search Top

TikTok Search Top

Deprecated

Developed by

OpenData

OpenData

Maintained by Community

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"
}