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

Profiles & Users

Fetch full TikTok profiles including stats and recent videos.

Videos & Comments

Scrape video data, comments, and transcripts.

Search

Search TikTok by keyword, hashtag, or users.

Trending

Get trending videos, hashtags, songs, and creators.

MCP Server

Connect CreatorCrawl to Claude, Cursor, and any MCP client.

Authentication

API keys, credits, pagination, and error handling.

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 "x-api-key: YOUR_API_KEY"
3

Explore the API

Browse the API Reference to see all available endpoints, or connect via the MCP server for AI-native access.