Social — entry 011 of 39

GetXAPI

Verified Jul 2026

GetXAPI is a pay-per-call X/Twitter scraper offering 57 REST endpoints covering both reads (search, profiles, follower graphs, timelines, bookmarks, trends) and writes (posting tweets, replies, likes, retweets, follows, DMs) without requiring an official X developer account. Every request authenticates with a bearer API key, and pricing is metered per call — roughly $0.001 for a standard ~20-tweet read — rather than sold as flat monthly subscription tiers.

twitterxscrapingmeteredrest-api
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingMeteredBilled per request beyond a limited free quota.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score69out of 100
Authentication15/25API key required
Pricing11/20Metered / usage-based pricing
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 69 on greatapis.com
<a href="https://greatapis.com/api/getxapi/"><img src="https://greatapis.com/badge/getxapi.svg" alt="Scored 69 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.