TikTok Search Users avatar
TikTok Search Users

Under maintenance

Pricing

$0.99 / 1,000 results

Go to Store
TikTok Search Users

TikTok Search Users

Under maintenance

Developed by

OpenData

OpenData

Maintained by Community

Searches for TikTok users matching a given keyword, returning detailed user profile data including user ID, secUid, nickname, unique username, avatar URL, follower count, and engagement stats. Supports pagination and optional filtering by verification status and user privacy.

0.0 (0)

Pricing

$0.99 / 1,000 results

0

Total users

1

Monthly users

1

Last modified

5 days ago

TikTok Video Search Actor

This Actor scrapes public TikTok video posts for a list of specified usernames. It gathers detailed metadata for each video, including post description, creation time, statistics, music info, and author profile data.

🧾 Input Fields

usernames (required)

  • Type: array of strings
  • Description: A list of TikTok usernames (without the "@" symbol) whose public video posts should be scraped. Each username must be valid and public.

postCountPerUsername (required)

  • Type: integer (1–100)
  • Default: 10
  • Description: The number of recent video posts to retrieve for each provided username.

📤 Output

The results are stored in the dataset and typically include the following data:

▶️ Post Information

  • id: Video post ID
  • description: Post description/caption
  • hashtags: List of extracted hashtags
  • createTime: Unix timestamp
  • createTimeISO: ISO 8601 timestamp
  • share_url: Direct link to the video
  • isAd: Whether the post is an advertisement
  • isMuted: Whether the video is muted

📹 Video Metadata

  • video.duration: Duration in milliseconds
  • video.width / height: Video dimensions
  • video.cover: Thumbnail image URL

📊 Statistics

  • stats.play_count, likes_count, comment_count, share_count, download_count: Engagement metrics

🎵 Music Metadata

  • music.title, album, duration, play_url, cover_medium
  • is_original_sound, is_original, is_pgc, is_commerce_music, etc.

👤 Author Information

  • author.id, uniqueId, nickname, bio, profilePicture, isVerified
  • followers, followingCount, postsCount, totalFavorited
  • instagramUsername, youtubeUsername

🔧 Example Input

{
"usernames": [
"charlidamelio",
"spencerx"
],
"postCountPerUsername": 20
}