Getting Started with CreatorCrawl

If you're building anything that needs TikTok creator data — whether it's an influencer marketing platform, a research tool, or an AI agent — CreatorCrawl gives you a single API to access it all.
Here's how to get up and running in under five minutes.
Sign up and grab your API key
Head to creatorcrawl.com and create a free account. You'll get 50 credits to start with — no card required.
Once you're in, navigate to the API Keys page from the sidebar and generate your first key. Keep it somewhere safe; you'll need it for every request.
Make your first API call
Every request goes through a simple REST interface. Here's an example fetching a TikTok user's profile:
curl -X GET "https://creatorcrawl.com/api/tiktok/user/profile?username=charlidamelio" \
-H "x-api-key: YOUR_API_KEY"
You'll get back structured JSON with the creator's profile data — follower count, bio, avatar, verified status, and more.
What can you fetch?
CreatorCrawl covers the most common TikTok data needs:
- User profiles — follower counts, bios, engagement metrics
- User posts — video metadata, view counts, captions, hashtags
- Search — find creators by keyword, niche, or hashtag
- Comments — pull comment threads from any video
- Hashtag data — trending hashtags and associated content
Each endpoint costs 1 credit per request. Check the API Reference for the full endpoint list.
Choose a credit pack
The free 50 credits are great for testing, but when you're ready to scale:
| Pack | Credits | Price |
|---|---|---|
| Starter | 5,000 | $29 |
| Pro | 20,000 | $99 |
| Scale | 100,000 | $299 |
Credits never expire and there are no monthly commitments. Buy what you need, use it when you need it.
What's next?
Once you've got the basics down:
- Explore the playground — test endpoints directly from the dashboard without writing code
- Set up webhooks — get notified when async jobs complete
- Check your usage — monitor credit consumption from the usage page
If you've got questions or need a hand, drop us a line at hello@creatorcrawl.com. We're always happy to help.
Explore CreatorCrawl
More from the Blog
INSTAGRAMHow to Download Instagram Data in 2026
Four ways to download Instagram data in 2026: in-app export, official Graph API, third-party data APIs, and DIY scrapers. With code and limits.
Read article
COMPAREInstagram API Pricing in 2026: Official vs Third-Party
What an Instagram API actually costs in 2026: official Graph API limits, third-party pricing across 6 providers, and which fits which use case.
Read article
INSTAGRAMInstagram Graph API in 2026: What It Does and Doesn't
The Instagram Graph API is Meta's only official Instagram data endpoint after the 2024 Basic Display retirement. What it gives you, what it doesn't.
Read article