Retrieve information about a TikTok user by providing their username.
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": {} }
Scrapeasap Api Key
The TikTok username to look up.
Detailed information about the TikTok user.