Twitter/X Scraper API
Real-time Twitter/X data API — get user profiles with follower stats, browse recent tweets with full engagement metrics, and get individual tweet details. All data is scraped directly from Twitter/X and returned as clean, structured JSON. 3 endpoints: - Get User Profile — Full profile by username or profile URL: user ID, name, username, bio, location, website, follower/following counts, tweet…
Twitter/X Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| User | ||
| GET |
getUserProfile /twitter/profile |
Get a Twitter/X user's full profile including bio, follower/following counts, tweet count, verification status, and profile images. Accepts a username (without @) or a full… |
| Tweets | ||
| GET |
getTweetById /twitter/tweet |
Get a single tweet by its ID or full URL. Returns the tweet text, author info, engagement metrics, media attachments, and any replies. Accepts a numeric tweet ID or a full tweet… |
| GET |
getUserTweets /twitter/tweets |
Get a user's recent tweets including text, metrics (likes, retweets, replies, views), media attachments, and quoted/retweeted tweets. Returns up to 40 tweets per request. The… |
Twitter/X Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $100 / month | — |
|