Skip to main content
MethodEndpointParameters
GET/twitter/userusername
GET/twitter/tweetsusername, count (default 20), cursor (optional)
curl -H "Authorization: Bearer <key>" "https://api.scrape.rocks/twitter/user?username=elonmusk"
Response
{
  "id": "44196397",
  "name": "Elon Musk",
  "username": "elonmusk",
  "description": "Mars & Cars",
  "location": "Texas",
  "verified": true,
  "followers_count": 185000000,
  "friends_count": 650,
  "statuses_count": 45000,
  "profile_image_url_https": "https://..."
}