POST
/
tiktok_user_info
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": {}
}

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json

Response

200
application/json

Successful response with TikTok user information.

The response is of type object.