OrbTop

Creator & Influencer Profile Data — TikTok

SOCIAL MEDIALEAD GENERATION

TikTok Creator & Influencer Profile Data Scraper

Build a TikTok creator and influencer list in bulk. Give it usernames or profile URLs from TikTok and it returns follower and following counts, bio, verification status, video count, total likes, and region for each account — the fields you need to shortlist creators, not a pile of video metadata you have to aggregate yourself.

What you get

Each result contains:

Field Description
username TikTok handle (without @)
nickname Display name shown on the profile
profile_url Full URL to the TikTok profile
bio Profile biography / signature text
avatar_url Profile avatar image URL (largest available)
verified Whether the account has a verified badge (true/false)
follower_count Number of followers
following_count Number of accounts the user follows
heart_count Total likes received across all videos
video_count Number of public videos posted
private_account Whether the account is set to private (true/false)
region Region/country associated with the account
scraped_at ISO 8601 timestamp when the record was collected

Input

Provide a list of TikTok usernames or profile URLs:

{
  "profiles": [
    "charlidamelio",
    "@khaby.lame",
    "https://www.tiktok.com/@mrbeast"
  ],
  "maxItems": 100
}

Input fields

Field Required Description
profiles Yes Array of TikTok usernames (with or without @) or full profile URLs
maxItems No Maximum number of profiles to return. 0 = no limit. Default: 0

Tips

  • You can mix formats: bare username, @username, or https://www.tiktok.com/@username
  • Private accounts return a record with private_account: true and null stats
  • Deleted or suspended accounts produce no output record (the scraper logs a warning)

Notes

  • Only publicly available profile data is collected — no private posts, DMs, or account settings
  • Works for all public TikTok accounts regardless of follower count
  • Rate is limited to ~2 concurrent requests with delays to avoid detection