Skip to main content

Prerequisites

  • A RapidAPI account with a TikTok Intel API subscription (get one here)
  • curl, Python 3, or Node.js 18+

Step 1 — Copy your API key

Log in to RapidAPI, open the TikTok Intel API listing, and copy your key from the Security section of the playground.

Step 2 — Fetch a creator profile

Replace YOUR_API_KEY with your key and run:
curl -X GET \
  "https://tiktok-marketing-intelligence-api-production.up.railway.app/api/v1/users/charlidamelio" \
  -H "x-rapidapi-key: YOUR_API_KEY"

Step 3 — Inspect the response

{
  "meta": {
    "request_id": "550e8400-e29b-41d4-a716-446655440000",
    "timestamp": "2025-04-29T12:00:00.000Z",
    "cached": false,
    "version": "2025-01"
  },
  "data": {
    "user_id": "6748798062814978049",
    "username": "charlidamelio",
    "nickname": "charli d'amelio",
    "bio": "🧡",
    "avatar_url": "https://p16-sign.tiktokcdn-us.com/...",
    "follower_count": 155800000,
    "following_count": 1246,
    "heart_count": 11500000000,
    "video_count": 2341,
    "verified": true,
    "region": "US"
  },
  "pagination": null,
  "error": null
}

What’s next

Creator Intelligence

Get computed engagement scores and partnership signals for any creator.

User Posts

Paginate through a creator’s recent video history.

Search

Full-text search across videos, users, and live rooms.

Trending Sounds

Browse the commercial sound library sorted by hottest.