← All use cases
Ti

TikTok Scraping API

Track TikTok creators, analyze video performance, and discover trending content for your brand.

Use cases

Creator Analytics

Track follower growth, video count, and total likes for TikTok creators.

Video Performance

Analyze view counts, engagement, and sharing metrics for individual videos.

Trend Discovery

Monitor popular creators and videos to identify emerging trends early.

API example

POST /api/v1/scrape/tiktok-profile

Request

curl -X POST https://scrapekit.dev/api/v1/scrape/tiktok-profile \
  -H "X-API-Key: sk_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{"username": "charlidamelio"}'

200 OK Response

{
  "username": "charlidamelio",
  "nickname": "Charli D'Amelio",
  "followers": 155000000,
  "likes": 12000000000,
  "video_count": 2500,
  "verified": true
}

Start scraping TikTok today

Sign up for free, get 50 credits, and make your first request in 30 seconds.

Get Started Free