Individual posts
Fetch one public post with normalized author, media, metrics, and referenced-post data.
READ-ONLY X DATA, NORMALIZED
Profiles, tweets, timelines, search, and queued exports through a read-only HTTP API.

Public X reads at a price that works for products, research, and agents with an appetite for context.
Up to 50x less for live reads. Up to 100x less for queued jobs.
A post is useful. The account, timeline, media, metrics, and references around it make it actionable.
Fetch one public post with normalized author, media, metrics, and referenced-post data.
Move through a public account history without building your own pagination and normalization layer.
Queue a larger search or account timeline and download private gzip NDJSON when it is ready.
Search public X posts with a predictable response shape for apps and agent tools.
Users and tweets keep a consistent response shape across every public HTTP route.
TWO REQUEST MODES
Call a predictable REST endpoint from any language or runtime.
curl /api/v1/users/marclou/tweets?limit=20 \
-H "Authorization: Bearer $TWITTERXAPI_KEY"curl /api/v1/jobs -X POST \
-H "Authorization: Bearer $TWITTERXAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"operation":"user_tweets","username":"marclou","limit":500}'{ items: Tweet[], count: number }
Your agent receives consistent objects instead of raw page fragments, so it can reason across authors, timelines, media, and references.
No hidden three-million-post ceiling. Start with five authenticated requests free, then choose live speed or queued economics.
Start freeRead-only public data, clear billing, and no implied relationship with X Corp.
No. TwitterXAPI is an independent service and is not affiliated with, endorsed by, or sponsored by X Corp.
Public posts, account profiles, account timelines, and public-post search results.
No. The service is read-only. It does not publish posts, like content, follow accounts, or modify X data.
Larger search and account-timeline jobs run in the background and produce a private gzip NDJSON download. Queued reads cost $0.05 per 1,000 items.
TwitterXAPI does not impose the hidden three-million-post cap described for the official X API. Normal account and service limits still apply.
FIVE REQUESTS ARE ON US