Twitter/X Profile & Tweet Scraper
Access Twitter/X data affordably! 🐦  **Profile Data:** • Follower and following counts • Tweet count and join date • Bio, location, and website • Verification status • Profile and banner images • Pinned tweets **Tweet Intelligence:** ✓ Tweet text and media (images, videos, GIFs) ✓ Retweet, like, and reply…
Twitter/X Profile & Tweet Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/twitter/user/{username} /twitter/user/{username} |
Get user profile - Returns: user_id, username, display_name, bio, follower_count, following_count, tweet_count, join_date, verified, profile_image_url, banner_url, location,… |
| GET |
/twitter/tweet/{tweet_id} /twitter/tweet/{tweet_id} |
Get tweet details - Returns: text, author, retweet_count, like_count, reply_count, quote_count, timestamp, media (array), hashtags, mentions, urls, is_thread, thread_tweets (array) |
| GET |
/twitter/user/tweets/{username} /twitter/user/tweets/{username} |
Get user's tweets - Parameters: limit (int, optional), include_replies (boolean, optional) - Returns: tweets (array), next_cursor |
| GET |
/twitter/search /twitter/search |
Search tweets - Parameters: query (string), limit (int, optional) - Returns: tweets (array), result_count |
| GET |
/twitter/trending /twitter/trending |
Get trending topics - Parameters: location (string, optional) - Returns: trends (array), location, as_of |