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.
post/public/v1/creators/socials/
Request body
Example request
{
"platform": "instagram",
"handle": "creator_handle"
}Response
Example response
{
"credits_cost": 0.5
}Changes
Changed in 1 of the 3 revisions of this API.3
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-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
- ○