Twitterr
The cheapest and most stable Twitter (X) API with a clear and well-structured response format. Unlike other APIs with inconsistent or disorganized data structures, our API delivers clean, organized, and easy-to-parse data, ensuring a seamless integration experience for developers and data analysts. If you have any questions, please contact: https://t.me/TiloSen email: [email protected]
Twitterr endpoints
| Method | Endpoint | Description |
|---|---|---|
| User | ||
| GET |
get user info by user name /twitter/user/info |
get user info by user name |
| GET |
Batch Get User Info By UserIds /twitter/user/batch_info_by_ids |
Batch get user info by user ids. |
| GET |
/twitter/user/mentions /twitter/user/mentions |
get tweet mentions by user screen name.Each page returns exactly 20 mentions. Use cursor for pagination. Order by mention time desc. |
| Tweet | ||
| GET |
/twitter/tweet/quotes /twitter/tweet/quotes |
get tweet quotes by tweet id.Each page returns exactly 20 quotes. Use cursor for pagination. Order by quote time desc |
| GET |
/twitter/tweet/replies /twitter/tweet/replies |
get tweet replies by tweet id.Each page returns exactly 20 replies. Use cursor for pagination. Order by reply time desc |
| GET |
/twitter/tweets /twitter/tweets |
get tweet by tweet ids |
| GET |
/twitter/tweet/retweeters /twitter/tweet/retweeters |
get tweet retweeters by tweet id.Each page returns about 100 retweeters. Use cursor for pagination. Order by retweet time desc |
| Search | ||
| GET |
/twitter/tweet/advanced_search /twitter/tweet/advanced_search |
Advanced search for tweets.Each page returns exactly about 20 tweets. Use cursor for pagination. |
| List | ||
| GET |
/twitter/list/tweets /twitter/list/tweets |
get tweets by list id.Each page returns exactly 20 tweets. Use cursor for pagination. Order by tweet time desc |
| Follower | ||
| GET |
/twitter/user/followers /twitter/user/followers |
Get user followers in reverse chronological order (newest first). Returns exactly 200 followers per page, sorted by follow date. Most recent followers appear on the first page.… |
| Following | ||
| GET |
/twitter/user/followings /twitter/user/followings |
Get user followings. Each page returns exactly 200 followings. Use cursor for pagination. |
| Trend | ||
| GET |
/twitter/trends /twitter/trends |
Get trends by woeid |
| Post | ||
| POST |
/twitter/login_by_email_or_username /twitter/login_by_email_or_username |
Login Step 1: by email or username.Recommend to use email.Trial operation price: $0.003 per call. |
| POST |
/twitter/login_by_2fa /twitter/login_by_2fa |
Login Step 2: by 2fa code.Trial operation price: $0.003 per call. |
| POST |
/twitter/create_tweet /twitter/create_tweet |
Create a tweet.Need to login first.Trial operation price: $0.001 per call. |
| POST |
/twitter/like_tweet /twitter/like_tweet |
Like a tweet.Need to login first. Trial operation price: $0.001 per call. |
Twitterr pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 100 / second |
|
| ULTRA | $49 / month | — |
|
| MEGA | $199 / month | — |
|