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://app.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
Try the free social media tools
Test transcripts, comments, profiles, channels, and tweets in your browser before moving to bulk API access.
More from the Blog
YouTube Transcript API: Get Video Transcripts in Python
Get a YouTube transcript through an API using Python, JavaScript, or curl. Includes timestamped JSON, language selection, and error handling.
Read article
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 Cost and Pricing in 2026
How much does the Instagram API cost? Compare the free official Graph API with third-party profile, Reel, comment, and transcript APIs.
Read article