POST
/
twitter_user_info
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/twitter_user_info \
  --header 'Content-Type: application/json' \
  --header 'apikey: <apikey>' \
  --data '{
  "username": "<string>"
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
username
string

The username of the Twitter user.

Response

200

Successful response with user details.