X Twitter
Try for free
1 day trial then $10.00/month - No credit card required now
Go to Store
X Twitter
canadesk/x-twitter
Try for free
1 day trial then $10.00/month - No credit card required now
Collect Tweets and Usernames from X.com (Twitter). It's fast and costs little! Updated May 2024.
Features
-
Get Tweets by Username
[Input]
1{ 2 "keyword": string, // Must be a username (e.g., elonmusk) 3 "sincedate": string, // Optional 4 "untildate": string, // Optional 5 "maximum": integer // Optional 6}
[Output]
1{ 2 "author": string, // Full name 3 "verified": boolean, // Blue or Business badge 4 "avatar": string, // Username profile picture 5 "content": string, // Tweet description 6 "time": string, // Date (MM-DD) 7 "media": string, // Media attached 8 "quote": string, // Quote attached 9 "comments": integer || null, // Number of comments 10 "reposts": integer || null, // Number of reposts 11 "mentions": integer || null, // Number of quotes 12 "likes": integer || null, // Number of likes 13 "link": string, // Tweet URL 14 "type": string // "tweet" or "retweet" or "tweet_w_media" or "tweet_w_quote" 15}
-
Search for Usernames
[Input]
1{ 2 "keyword": string, // Must be a username (e.g., elonmusk) 3 "maximum": integer // Optional 4}
[Output]
1{ 2 "username": string, // X Twitter Username 3 "fullname": string, // Full name 4 "verified": boolean, // Blue or Business badge 5 "avatar": string, // Username profile picture 6 "content": string, // Tweet description 7 "url": string, // Username URL 8 "type": string // "username" 9}
-
Search for Tweets
[Input]
1{ 2 "keyword": string, 3 "sincedate": string, // Optional 4 "untildate": string, // Optional 5 "maximum": integer // Optional 6}
[Output]
1{ 2 "author": string, // Full name 3 "verified": boolean, // Blue or Business badge 4 "avatar": string, // Username profile picture 5 "content": string, // Tweet description 6 "time": string, // Date (MM-DD) 7 "media": string, // Media attached 8 "quote": string, // Quote attached 9 "comments": integer || null, // Number of comments 10 "reposts": integer || null, // Number of reposts 11 "mentions": integer || null, // Number of quotes 12 "likes": integer || null, // Number of likes 13 "link": string, // Tweet URL 14 "type": string // "tweet" or "retweet" or "tweet_w_media" or "tweet_w_quote" 15}
Support
Always use a high-quality or custom proxy, and make sure to wait between requests!
Open a new issue or contact support.
Please provide us with your run URL, and a screenshot of the original website output.
Cheers!
Developer
Maintained by Community
Actor Metrics
101 monthly users
-
7 stars
>99% runs succeeded
1 hours response time
Created in Nov 2023
Modified 6 months ago
Categories