cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/twitter_user_info \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "username": "<string>" }'
Fetch information about a Twitter user using their username.
Scrapeasap Api Key
Successful response with user details.