cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/tiktok_user_info \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "username": "<string>" }'
{ "user_info": {} }
Retrieve information about a TikTok user by providing their username.
Scrapeasap Api Key
Successful response with TikTok user information.
The response is of type object.
object