Support needed? Reach out! 📧

Tiktok User Profile Information API

Fetch TikTok profile data including bio, follower counts, and engagement stats for influencer research and social media monitoring.

python-logo Python
Tiktok User Info From Username
1 import requests
2  
3 root = "https://ensembledata.com/apis"
4 endpoint = "/tt/user/info"
5 params = {
6   "username""daviddobrik",
7   "token""YOUR-TOKEN-HERE"
8 }
9  
10 res = requests.get(root+endpoint, params=params)
11 print(res.json())
12  

Why Developer Teams Use Our API

Vet Creators in Seconds

Pull follower counts, bio text, and verification status before agreeing to any TikTok influencer partnership.

No TikTok Login Required

Access public profile data over a simple API call, no session cookies or app authentication needed.

Built for Bulk Lookups

Check hundreds of TikTok usernames in a batch job instead of opening each profile by hand.

Live Follower Counts

Every response reflects the account's current stats, so growth reports never rely on stale numbers.

Clean JSON Output

Skip HTML parsing entirely, the endpoint returns structured fields ready to drop into your dashboard.

GDPR-Friendly Data

Only publicly visible TikTok information is collected, keeping audience research compliant by design.

Scrape Tiktok Data Effortlessly

Discover creators faster and build better audience reports by scraping TikTok profile metadata directly via API.

deco-icon

Instant Username Lookup

Resolve any TikTok handle straight to full profile stats without a numeric user ID.

deco-icon

Creator Scorecard

Turn raw TikTok profile numbers into a quick scorecard for comparing partners.

deco-icon

Plug Into Your CRM

Feed TikTok follower and bio data directly into spreadsheets or influencer CRM tools.

Tiktok Scraping Features

Agencies run creator benchmarking, validate reach claims, and collect reliable account-level TikTok data at scale with our scraping API.

  • Track follower growth with historical snapshots pulled straight from the live TikTok profile.
  • Resolve any TikTok username to full profile data without needing a numeric user ID first.
  • Pull bio text, verification status, and engagement rate in one structured response.
  • Vet TikTok creators in bulk with clean JSON output instead of opening each profile manually.
  • Access public account stats with no TikTok login, session cookies, or app review required.

Starting crawling Tiktok now!

deco-icon

Get Your API Key in Minutes

Create a free account (no credit card required) and receive an API token instantly to test endpoints, pull live data, and rapidly prototype integrations. Upgrade as your needs grow.

Get started free
deco-icon

Developer Support

Need help integrating or customizing data for your workflows? Our developer success team offers onboarding, guidance, and enterprise support to get your project production-ready.

Contact us

Frequently Asked Questions

It returns public profile data for any TikTok account, including follower and following counts, bio text, verification status, total likes, and video count, all indexed by username.

No, you only need the account's username. Pass it in and the endpoint resolves it to the underlying TikTok user ID and returns the full profile as JSON, no separate lookup step.

Data is fetched live from TikTok's public profile pages at request time, so follower counts, bio, and stats reflect the account's current state.

Yes, many customers call this endpoint on a schedule and store the follower count and engagement stats to build growth charts and track creator performance over time.

The endpoint returns a not-found response rather than throwing an error, so you can handle missing accounts gracefully inside a batch job.

Counts come back as raw integers (e.g. 1284392), not the abbreviated format shown in the TikTok app, so you can do math on them directly.

Yes, a boolean flag on the profile object tells you whether the account is private, which matters since the Posts and Comments endpoints only return data for public accounts.

Throughput is tied to your subscription plan; most plans support dozens of concurrent requests, and limits can be raised for high-volume research use cases.

Yes, this endpoint retrieves publicly visible profile data directly, so there's no TikTok developer account or app review process involved.