cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/twitter_user_timeline \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "username": "<string>", "cursor": "<string>" }'
Retrieve tweets from a specific user’s timeline using their username and a cursor for pagination.
Scrapeasap Api Key
Successful response with timeline tweets.