X Twitter

X Twitter

Collect Tweets and Usernames from X.com (Twitter). It's fast and costs little!

LEAD_GENERATIONSEO_TOOLSNEWSApify

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!

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!