cURL
curl --request POST \ --url https://www.topyappers.com/api/v2/creators/get \ --header 'Content-Type: application/json' \ --header 'x-ty-api-key: <api-key>' \ --data ' { "userIds": [ "<string>" ] } '
{ "data": [ { "id": "<string>", "username": "<string>", "followers": 123, "averageViews": 123, "engagementRate": 123, "age": "<string>", "gender": "<string>", "mainCategory": "<string>", "subCategory": "<string>", "bio": "<string>", "promotedProducts": [ "<string>" ], "nichesToPromote": [ "<string>" ], "country": "<string>", "source": "<string>", "email": "[email protected]" } ] }
Fetch full creator profiles by passing userIds returned from the search endpoint.
API key for TopYappers API authentication
List of creators
Show child attributes