Skip to main content

Overview

CreatorCrawl is a REST API for scraping TikTok data. Extract profiles, videos, comments, followers, trending content, search results, and audience demographics programmatically. Base URL
https://creatorcrawl.com

What you can do

Quick start

1

Get your API key

Sign up at creatorcrawl.com and grab your API key from the dashboard.
2

Make your first request

curl "https://creatorcrawl.com/api/tiktok/profile?handle=shakira" \
  -H "Authorization: Bearer YOUR_API_KEY"
3

Explore the API

Browse the API Reference to see all available endpoints.