Connected Socials

Connected Socials

Discover all verified social accounts connected to a creator, given a seed platform and handle.

What you get

  • Returns an array of verified connected social accounts across platforms, including platform name, username, and follower count for each connected account.
  • Supports 6 seed platforms: Instagram, YouTube, TikTok, OnlyFans, Twitter, and Twitch.

Credits

  • 0.5 credits per successful request. If no data is returned, no credits are deducted.
<div class="ic-ai-prompt-root" data-endpoint="connected-socials"></div>
post/public/v1/creators/socials/

Request body

platform'instagram' | 'youtube' | 'tiktok' | 'onlyfans' | 'twitter' | 'twitch' required
handlestring required

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

Example request

{
  "platform": "instagram",
  "handle": "creator_handle"
}

Response

credits_costnumber double required
response_metaobject required

Example response

{
  "credits_cost": 0.5
}

Changes

Changed in 1 of the 3 revisions of this API.3

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog