Skip to main content
GET
Get creator intelligence scorecard
Computes a comprehensive intelligence scorecard for a public TikTok creator based on their profile and recent posting history. Scores are computed from up to 30 recent posts and include:
  • engagement_rate — mean (likes + comments + shares) / plays across posts
  • engagement_percentile — engagement rate relative to TikTok creator benchmarks
  • posting_consistency — regularity of publishing intervals (0 = erratic, 100 = perfectly consistent)
  • niche_concentration — how tightly focused the creator’s content is on one topic
  • follower_growth_score — estimated growth velocity based on follower-to-likes ratio
  • creator_authority_score — composite of the above scores
  • partnership_tier — tier_1 (≥80), tier_2 (60–79), tier_3 (40–59), tier_4 (<40)
Results are cached for 30 minutes.

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Path Parameters

username
string
required

TikTok username (with or without @). Account must be public.

Response

Success

meta
object

Response metadata present in every API response

data
object

Computed intelligence scorecard for a TikTok creator

pagination
object | null

Always null; this endpoint returns a single object and does not paginate.

Example:

null

error
object | null

Error details. Present only when the request failed; null on success.