Tiktok User Profile Scraper (No Cookie) avatar

Tiktok User Profile Scraper (No Cookie)

Pricing

from $1.20 / 1,000 profiles

Go to Apify Store
Tiktok User Profile Scraper (No Cookie)

Tiktok User Profile Scraper (No Cookie)

Extract bulk TikTok profile data using a fast, reliable API scraper. Access accurate user information including bio, followers, following, and stats in real time. No pre-built databases, no login required. Built for speed, scalability, and clean structured output.

Pricing

from $1.20 / 1,000 profiles

Rating

0.0

(0)

Developer

Data Doping

Data Doping

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

TikTok Profile Scraper

Extract public TikTok profile data at scale using usernames (unique IDs).
This Apify actor is built for teams that need reliable TikTok profile metadata for lead generation, competitor research, influencer discovery, and social media analytics.

Why Use This TikTok Profile Scraper

  • Scrape public TikTok profile information without manual copy-paste.
  • Input one or many usernames in a single run.
  • Export structured JSON for automation pipelines.
  • Includes core growth metrics such as followers, following, likes, and video count.
  • Works well for SEO research, creator monitoring, and market intelligence workflows.

Input

The actor expects one required field:

  • uniqueId (array of strings): List of TikTok usernames / unique IDs (one per line in Apify UI).

Input Example

{
"uniqueId": [
"tiktok",
"nike",
"therock"
]
}

Backward Compatibility

The actor also accepts usernames in code for compatibility with older runs, but uniqueId is the official and recommended input key.

Output

Each dataset item contains merged TikTok profile + stats fields for one username.

Common fields include:

  • uniqueId - TikTok username
  • nickname - display name
  • signature - bio text
  • verified - verification status
  • privateAccount - whether profile is private
  • avatarLarger - profile image URL
  • videoCount - total published videos
  • followerCount - followers
  • followingCount - following
  • heartCount - total likes

Output Example

{
"uniqueId": "nike",
"nickname": "Nike",
"signature": "Have a Nike Day",
"verified": true,
"privateAccount": false,
"avatarLarger": "https://p16-sign-va.tiktokcdn.com/...",
"videoCount": 780,
"followerCount": 5020466,
"followingCount": 180,
"heartCount": 18443294
}

If a profile request fails, the actor stores an error item in the dataset:

{
"error": "❌ Error for <username>"
}

How To Use

  1. Open the actor on Apify.
  2. Add one or more TikTok usernames into uniqueId.
  3. Start the run.
  4. Download results from the dataset in JSON, CSV, Excel, or via API.

Typical Use Cases

  • TikTok influencer research
  • TikTok account audit and benchmarking
  • Competitor profile tracking
  • Social media reporting dashboards
  • Creator database enrichment

Performance Notes

  • The actor processes 500 profiles per minute for faster throughput.
  • It retries temporary provider-side 5xx errors automatically.
  • Existing dataset items are respected, so resumed runs continue from the next index.

Responsible Data Use

Use this actor only for lawful and ethical processing of publicly available data.
Respect platform policies and applicable privacy/data-protection regulations in your jurisdiction.