Skip to content

Enrich by handle full

Request

Perform comprehensive enrichment of a creator profile using their social media handle.

What you get

  • Returns complete profile data including cross-platform presence, engagement analytics, follower growth metrics, content performance data, monetization indicators, niche classification, hashtags, income estimates, and optional lookalike creator recommendations.
  • Supports Instagram, YouTube, TikTok, OnlyFans, Twitter, Snapchat, Discord, Pinterest, Facebook, LinkedIn, and Twitch platforms.
  • Optional email requirement and lookalike inclusion settings available.
  • Need only part of this? Use Enrich by handle profile for identity and contact fields (0.2 credits) or Enrich by handle analytics for performance data (0.8 credits).

Credits

  • 1 credit 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...).

Example:"creator_handle"
platformstringrequired

Platform to enrich from (e.g., instagram, youtube).

Enum:"instagram""youtube""tiktok""onlyfans""twitter""snapchat""discord""pinterest""facebook""linkedin"
Example:"instagram"
email_requiredstring or null

Whether a validated email is required: 'must_have' rejects the match if no valid email is found (no credits charged), 'preferred' returns the match regardless. Defaults to 'preferred'.

Default:"preferred"
Enum:"must_have""preferred"
Example:"preferred"
include_lookalikesboolean or null

Whether to include lookalike creator recommendations in the response.

Default:false
Example:false
include_audience_databoolean or null

Whether to include audience demographic data in the response.

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

Responses

Bodyapplication/json
resultobject(HandleFullResultResponse)
credits_costnumber or null, (double)
Example:1
Response
{ "result": { "age_group": {}, "creator_has": {}, "email": "user@example.com", "email_type": "string", "first_name": "string", "gender": "string", "has_brand_deals": true, "has_link_in_bio": true, "instagram_link": "string", "is_business": true, "is_creator": true, "linkedin_link": "string", "links_in_bio": [], "location": "string", "onlyfans_link": "string", "other_links": [], "patreon_link": "string", "speaking_language": "string", "tiktok_link": "string", "twitch_link": "string", "twitter_link": "string", "youtube_link": "string", "instagram": {}, "youtube": {}, "tiktok": {}, "onlyfans": {}, "twitter": {}, "twitch": {}, "linkedin": {}, "facebook": {}, "pinterest": {}, "snapchat": {}, "discord": {}, "audience_interests": [], "lookalikes": [] }, "credits_cost": 1 }