X Data API
## X (Twitter) Scraper API Scrape real-time data from X (formerly Twitter) including user profiles, tweet details, timelines, and **media downloads** (photos, videos, GIFs). ### Key Features - **User Profiles** — Get detailed profile data: name, bio, followers, following, tweet count, verification status - **Tweet Details** — Full tweet data with engagement metrics (likes, retweets, replies,…
X Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getUserTweets /tweet/user-tweets |
|
| GET |
getUserProfile /user/profile |
|
| GET |
getTweetDetails /tweet/details |
|
| GET |
getTweetMedia /tweet/media |
|
| GET |
downloadTweetMedia /tweet/download |
|
| GET |
getUserMedia /user/{username}/media |
X Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $9.99 / month | 5 / second |
|
| ULTRA Recommended | $49.99 / month | 10 / second |
|
| MEGA | $149.99 / month | 20 / second |
|