Twitter / X Scraping

X Tweet Endpoint

POST /v1/x/tweet

#Pricing

  • 3 credits

#Request

{
  "url": "https://x.com/testuser/status/123456789"
}

#Response Fields

  • id
  • tweet_url
  • text
  • like_count
  • reply_count
  • retweet_count
  • quote_count
  • bookmark_count
  • view_count
  • video_url
  • author.name
  • author.username
  • author.profile_image_url

#Legacy Support

POST /v1/twitter is still present and costs the same, but new integrations should use /v1/x/tweet.