llms.txt Content
# GetXAPI
> GetXAPI is the cheapest Twitter/X data API at $0.001 per API call, just $0.05 per 1,000 tweets. Fetch tweets, user profiles, followers, following, search results, and direct messages. No subscription required, no developer account needed.
## Overview
GetXAPI provides a REST API for accessing Twitter/X data without needing an official X developer account. It uses simple pay-per-call pricing with no required monthly subscription or locked tiers.
- Most endpoints: $0.001 per call (~20 tweets per call)
- DM List / DM Send / Create Tweet / Join Community: $0.002 per call
- User Tweets Complete: $0.003 per call
- Article endpoints: $0.005 per call ($0.01 for Create Article)
- Spaces download (pay-per-use add-on): $0.05 base + $0.015 per transcript minute
- Account endpoints (account/me, account/payments): free
- Effective cost: $0.05 per 1,000 tweets
- Free credits: $0.1 for new accounts (no credit card required)
- Response time: <2 seconds
- Uptime SLA: 99.9%
- 60 API Endpoints
## Cost Comparison: GetXAPI is the cheapest Twitter API
| Provider | Cost per call | Tweets per call | Cost per 1K tweets |
|----------|--------------|-----------------|---------------------|
| GetXAPI | $0.001 | ~20 | $0.05 |
| twitterapi.io | $0.003 | ~20 | $0.15 |
| Official X API | $0.005 to $0.010 | 1 | $5 to $10 |
GetXAPI is 3x cheaper than twitterapi.io and 100x cheaper than the official X API.
## API Endpoints
### Tweets (11)
- Advanced Search: search tweets with filters and operators
- Tweet Detail: get full tweet data by ID
- Tweet Replies: get replies to a tweet
- Tweet Retweeters: get the users who reposted a tweet
- Tweet Thread: resolve a full linear self-thread from any tweet in it ($0.005/call)
- Create Tweet: post a new tweet ($0.002/call)
- Favorite Tweet: like a tweet
- Retweet Tweet: retweet a tweet
- Bookmark Tweet: bookmark a tweet
- Unbookmark Tweet: remove a tweet from bookmarks
- Delete Tweet: delete a tweet owned by the auth_token's account
### Artic