Twitter / X
Twitter / X Tweet
Scrape any public tweet by URL — text, author, media, and reply / repost / like counts — as structured JSON.
GET
/v1/twitter/tweetExample request
curl "https://api.scraperize.com/v1/twitter/tweet?url=https://x.com/honour_can_code/status/2092616549722968274" \ -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