Skip to content

Enrich by handle analytics

Enrich by handle analytics

Request

Enrich a creator profile with performance analytics using their social media handle.

What you get

  • Returns the performance-analytics subset of the Enrich by handle full response: engagement/growth detail, posting frequency, income estimates, audience data, and optional lookalike creator recommendations.
  • No identity or contact fields, including email. Use Enrich by handle profile for those.
  • Works with Instagram, YouTube, TikTok, OnlyFans, Twitter and Twitch.
  • Facebook, Pinterest, Snapchat, Discord and LinkedIn have no analytics data and are rejected with a 400. Use Enrich by handle profile for those.
  • Optional lookalike inclusion setting available.

Credits

  • 0.8 credits per successful request. If no data is returned, no credits are deducted.
Security
Bearer
Bodyrequired
handlestringrequired

Creator identifier — username, profile URL, or YouTube channel ID (UC...).

platformstringrequired

Platform to enrich from — only platforms with analytics data are accepted.

Enum:"instagram""onlyfans""tiktok""twitch""twitter""youtube"
include_lookalikesboolean or null

Whether to include lookalike creator recommendations in the response.

Default:false
POST
/public/v1/creators/enrich/handle/analytics/
curl -i -X POST \
  https://api-dashboard.influencers.club/public/v1/creators/enrich/handle/analytics/ \
  -H 'Authorization: Bearer <YOUR_API_KEY_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "handle": "string",
    "platform": "instagram",
    "include_lookalikes": false
  }'

Responses

Bodyapplication/json
resultobject(HandleAnalyticsResultResponse)
credits_costnumber or null, (double)
Example:0.8
Response
{ "result": { "audience_interests": [], "lookalikes": [], "instagram": {}, "youtube": {}, "tiktok": {}, "onlyfans": {}, "twitter": {}, "twitch": {} }, "credits_cost": 0.8 }