Twitter / X
Twitter / X User tweets
Scrape a public profile's tweets in display order — pinned first, then newest to oldest — with full tweet details and engagement metrics as JSON.
GET
/v1/twitter/user-tweetsExample request
curl "https://api.scraperize.com/v1/twitter/user-tweets?handle=thedankoe" \ -H "x-api-key: YOUR_API_KEY"
- Authenticate with the x-api-key header (or Authorization: Bearer).
- Responses come back as clean JSON in a consistent envelope.
- 1 credit per successful call — errors and cache hits are free.
- Full parameters and the response shape live in the API reference.
More Twitter / X endpoints