Twitter / X Scraping

Twitter / X Scraping Pricing

#How Credits Work

The Scraping API uses a credit system. Credits are added to your account when you subscribe to a monthly package. Credits are only deducted for successful requests.

#Monthly Packages

Package Credits Price
Starter 10,000 $10/month
Growth 55,000 $50/month
Business 115,000 $100/month
Enterprise 600,000 $500/month
Scale 1,250,000 $1,000/month
Subscribe from your dashboard. Credits are added after successful payment.

#Request Costs

Endpoint Cost
POST /v1/x/tweet 3 credits
POST /v1/twitter 3 credits
POST /v1/x/search 10 credits
POST /v1/x/user 3 credits
POST /v1/x/user-tweets 10 credits

#Credit Rules

  • Credits are only deducted for successful requests
  • Validation failures do not deduct credits
  • Requests with no remaining credits return 403

#Rate Limit

POST /v1/x/search is throttled with throttle:60,1.

If hit repeatedly within the window, it can return:

{
  "message": "Too Many Attempts."
}