Skip to main content

TikTok User Scraper

Extract public TikTok user profile data including follower counts, bios, engagement stats, and account metadata. 1 credit/row

Parameters

ParameterTypeRequiredDescription
startUrlsarrayYesArray of URL objects pointing to TikTok profiles. E.g., [{"url": "https://www.tiktok.com/@charlidamelio"}]
maxItemsintegerYesMaximum number of profiles to return

Example

curl -X POST https://api.mindcase.co/api/v1/agents/tiktok/user-scraper/run \
  -H "Authorization: Bearer mk_live_abc123def456" \
  -H "Content-Type: application/json" \
  -d '{
    "params": {
      "startUrls": [{"url": "https://www.tiktok.com/@charlidamelio"}],
      "maxItems": 10
    }
  }'