twitterapi.cheap
Twexapi.io is a high-performance, cost-effective alternative to the official Twitter (X) API. While it provides robust programmatic access to Twitter’s data and functionalities, it has recently expanded its ecosystem to support modern developer workflows through CLI integration and AI-driven interactions. Updated Key Capabilities: AI-Powered Interactions: Twexapi now supports seamless…
twitterapi.cheap endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search Endpoints | ||
| POST |
get_cashtags /twitter/cashtags |
Search for tweets containing specific cashtags (stock symbols), |
| POST |
get_hashtags /twitter/hashtags |
Search for tweets containing specific hashtags |
| POST |
advanced_search_page /twitter/advanced_search/page |
Perform advanced search on Twitter with multiple search terms and filters |
| Tweet Actions Endpoints | ||
| DELETE |
Unlike a tweet /twitter/tweets/{tweet_id}/like |
Unlike a tweet |
| POST |
post_tweet /twitter/tweets/create |
Posts a new tweet. To create a reply, provide the `reply_tweet_id`. This endpoint does not handle quote tweets |
| POST |
retweet_tweet /twitter/tweets/{tweet_id}/retweet |
Retweets a specific tweet on behalf of the user associated with the provided cookie |
| DELETE |
Delete a bookmark /twitter/tweets/{tweet_id}/bookmark |
Delete a bookmark |
| POST |
delete_tweets_batch /twitter/tweets/delete-batch |
Deletes one or more tweets from a specified user account. This endpoint supports two modes: 1. **Single Tweet Deletion**: Provide a `target_id` to delete a specific tweet. 2.… |
| POST |
like_tweet /twitter/tweets/{tweet_id}/like |
Likes a specific tweet on behalf of the user associated with the provided cookie |
| POST |
quote_tweets /twitter/tweets/quote |
Posts a new tweet that quotes an existing tweet. Requires the URL of the tweet to be quoted and the new content |
| DELETE |
delete_retweet /twitter/tweets/{tweet_id}/retweet |
Delete a retweet |
| POST |
create_bookmark /twitter/tweets/{tweet_id}/bookmark |
Adds a specific tweet to the bookmarks of the user associated with the provided cookie |
| Users Endpoints | ||
| POST |
get_users_by_usernames /twitter/users |
Retrieve detailed profile information for multiple Twitter users by their usernames or profile URLs |
| Followers & Following Endpoints | ||
| GET |
get_following /twitter/following/{screen_name}/{count} |
Get following of a user |
| GET |
get_latest_followers /twitter/latest-followers/{screen_name} |
Get latest followers of a user |
| GET |
get_latest_following /twitter/latest-following/{screen_name} |
Get latest following of a user |
| GET |
get_followers /twitter/followers/{screen_name}/{count} |
Get followers of a user |
| Tweet Replies Endpoints | ||
| GET |
get_replies_by_id /twitter/tweets/{tweet_id}/replies/{count} |
Get replies for a specific tweet, returned as a nested Tweet object. |
| Tweets Endpoints | ||
| POST |
get_tweets_by_ids /twitter/tweets/lookup |
Retrieve detailed information for multiple Tweets by their IDs. |
| User Actions Endpoints | ||
| POST |
send_dm /twitter/send-dm |
Send DM to a user |
| POST |
dm_history /twitter/dm-history |
Get DM history |
| Notifications Endpoints | ||
| POST |
get_notifications /twitter/notifications |
Get notifications,one minute most call 12 times |
| Tweet Engagement Endpoints | ||
| GET |
get_retweeters /twitter/tweets/{tweet_id}/retweeters/{target_count} |
Get retweeters |
| POST |
get_favoriters /twitter/tweets-favoriters |
Get favoriters |
| Lists Endpoints | ||
| GET |
get_list_members /twitter/list/{list_id}/members/{target_count} |
Get list members |
| GET |
get_list_subscribers /twitter/list/{list_id}/subscribers/{target_count} |
Get list subscribers |
| GET |
get_list_tweets /twitter/list/{list_id}/tweets/{target_count} |
Get list tweets |
| POST |
search_list /twitter/list/search |
Search list |
| POST |
create_list /twitter/list/create |
Create a list |
| Communities Endpoints | ||
| POST |
search_community_tweets /twitter/community/search-tweets |
Search community tweets |
| POST |
search_community /twitter/community/search |
Search community |
| GET |
get_community_members /twitter/community/{community_id}/members/{target_count} |
Get community members |
| GET |
get_community_tweets /twitter/community/{community_id}/tweets/{tweet_type}/{target_count} |
Get community tweets |
twitterapi.cheap pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $25 / month | 5 / second |
|
| ULTRA | $55 / month | 5 / second |
|
| MEGA | $225 / month | 10 / second |
|