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
Platform to enrich from — only platforms with analytics data are accepted.
Enum:"instagram""onlyfans""tiktok""twitch""twitter""youtube"
POST
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
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
}'Response
{ "result": { "audience_interests": [ … ], "lookalikes": [ … ], "instagram": { … }, "youtube": { … }, "tiktok": { … }, "onlyfans": { … }, "twitter": { … }, "twitch": { … } }, "credits_cost": 0.8 }