Twitter/X Tweets Scraper: Tweets,  Retweets, Lists & More! avatar

Twitter/X Tweets Scraper: Tweets, Retweets, Lists & More!

Pricing

$0.20 / 1,000 results

Go to Apify Store
Twitter/X Tweets Scraper: Tweets,  Retweets, Lists & More!

Twitter/X Tweets Scraper: Tweets, Retweets, Lists & More!

Unlock Twitter/X data with ScrapeBadger, a top Apify actor for scraping tweets, followers, lists & more. Get insights without an API key. Use advanced search for tweets, scrape Twitter followers, get Twitter retweets, and more. Ideal for market research, brand monitoring & analysis.

Pricing

$0.20 / 1,000 results

Rating

4.8

(9)

Developer

Scrape Badger

Scrape Badger

Maintained by Community

Actor stats

25

Bookmarked

886

Total users

198

Monthly active users

2.1 hours

Issues response

16 days ago

Last modified

Categories

Share

ScrapeBadger: Twitter/X Tweet Scraper - Search Tweets, Get Replies, Retweeters, and More!

Scrapebadger Twitter Scraper

ScrapeBadger offers a powerful yet incredibly affordable way to extract Twitter/X tweet data for various needs. Leverage our intuitive interface or the flexibility of Twitter's advanced search queries to gather tweets, replies, retweeters, favoriters, and more, all starting at just $0.20 per 1,000 results.

Unlock the power of public Twitter (now X) data with ScrapeBadger's efficient Apify Actor. Whether you're a seasoned professional, a growing business, a dedicated researcher, or simply curious, our tool provides a streamlined and cost-effective way to collect valuable insights from tweets. Get reliable access to structured information without the complexities of direct APIs.

Key Features

  • Effortless Operation: Designed for ease of use, ScrapeBadger requires you to select a Mode and provide its corresponding identifier (e.g., Tweet ID for "Get Tweet by ID", search query for "Advanced Search").
  • Comprehensive Tweet Acquisition:
    • Fetch specific public tweets using their unique IDs with extensive data points per tweet, including likes, views, retweets, hashtags, mentions, timestamps, language, source, and embedded URLs.
    • Conduct powerful Twitter/X searches by keywords and operators, fully supporting Twitter's advanced search syntax (use the query parameter in "Advanced Search" mode).
    • Analyze hashtag performance and identify trending topics.
  • Deep Engagement Analysis:
    • Get Retweeters - Discover users who have retweeted a specific tweet.
    • Get Replies - Track and analyze replies to understand conversation flow.
    • Get Favoriters - Find users who liked/favorited a tweet.
    • Get Similar Tweets - Discover tweets similar to a given tweet.
    • Get Quotes - Find all tweets that quote a specific tweet.
  • Flexible and Structured Output: Data is delivered in Apify's standard Dataset, ready for export in CSV, JSON, etc.
  • Enterprise-Grade Reliability: Built on the robust Apify platform for consistent results.
  • Cost-Effective Solution: Just $0.20 per 1,000 results.

Great For

  • Data-Driven Professionals: Conduct in-depth market research, perform competitive analysis, and gain strategic insights.
  • Marketing & Growth Teams: Monitor brand mentions, track campaign performance, analyze hashtag trends.
  • Academic Researchers: Build comprehensive datasets for social behavior studies and linguistic analysis.
  • Journalists & Media Analysts: Track breaking news, analyze public sentiment around events.
  • Developers & Automators: Integrate real-time Twitter/X data into your applications.
  • Businesses of All Sizes: Gain actionable insights into your market, competitors, and customers.

How to Use - Mode-Specific Input Parameters

ModeDescriptionKey Input ParameterJSON ParameterOptional
Get a Few TweetsRetrieve data for multiple tweets by their IDsTweet IDstweetsmax_results
Get Tweet by IDRetrieve data for a single tweet by IDTweet IDid-
Get RetweetersGet users who retweeted a specific tweetTweet IDidmax_results
Get RepliesGet replies to a specific tweetTweet IDidmax_results
Get FavoritersGet users who liked/favorited a tweetTweet IDidmax_results
Get Similar TweetsGet tweets similar to a given tweetTweet IDidmax_results
Get QuotesGet tweets that quote a specific tweetTweet IDidmax_results
Advanced SearchSearch tweets using advanced search syntaxSearch Queryqueryquery_type, max_results

Request and Response Examples

1. Get a Few Tweets

Request:

{
"mode": "Get a Few Tweets",
"tweets": "1922985589583847691,1923033126806098079"
}

2. Get Tweet by ID

Request:

{
"mode": "Get Tweet by ID",
"id": "1922985589583847691"
}

Response:

{
"id": "1922985589583847691",
"created_at": "2025-05-15T12:00:00+00:00",
"text": "Tweet content here...",
"lang": "en",
"retweet_count": 150,
"favorite_count": 1200,
"reply_count": 45,
"view_count": "50000",
"user": {
"id": "12345678",
"screen_name": "username"
}
}

3. Get Retweeters

Request:

{
"mode": "Get Retweeters",
"id": "1922985589583847691",
"max_results": 100
}

Response (array of users):

{
"id": "98765432",
"screen_name": "retweeter_user",
"name": "Retweeter Name",
"followers_count": 1500,
"following_count": 300
}

4. Get Replies

Request:

{
"mode": "Get Replies",
"id": "1922985589583847691",
"max_results": 500
}

5. Get Favoriters

Request:

{
"mode": "Get Favoriters",
"id": "1922985589583847691",
"max_results": 1000
}

Response (array of users who liked the tweet):

{
"id": "11223344",
"screen_name": "liker_user",
"name": "User Who Liked",
"followers_count": 500,
"verified": true
}

6. Get Similar Tweets

Request:

{
"mode": "Get Similar Tweets",
"id": "1922985589583847691",
"max_results": 50
}

7. Get Quotes

Request:

{
"mode": "Get Quotes",
"id": "1922985589583847691",
"max_results": 500
}

Response (array of tweets that quote the original tweet):

{
"id": "1923456789012345678",
"text": "This is my take on the original tweet...",
"created_at": "2025-05-16T08:30:00+00:00",
"username": "quoter_user",
"retweet_count": 25,
"favorite_count": 150,
"is_quote_status": true
}

Request:

{
"mode": "Advanced Search",
"query": "from:elonmusk since:2024-01-01",
"query_type": "Latest",
"max_results": 100
}

Query Type Options:

  • Top - Most popular/relevant tweets (default)
  • Latest - Most recent tweets
  • Media - Tweets containing images/videos

Advanced Search Syntax Examples:

  • from:username - Tweets from a specific user
  • to:username - Replies to a specific user
  • #hashtag - Tweets containing a hashtag
  • lang:en - Tweets in a specific language
  • since:2024-01-01 - Tweets since a date
  • until:2024-12-31 - Tweets until a date
  • min_retweets:100 - Tweets with minimum retweets
  • min_faves:500 - Tweets with minimum likes

Output Fields

Tweet objects include:

  • Core: id, text, full_text, created_at, lang, source
  • Author: user_id, username, user_name
  • Engagement: favorite_count, retweet_count, reply_count, quote_count, view_count, bookmark_count
  • Content: media, urls, hashtags, user_mentions, poll
  • Properties: possibly_sensitive, is_quote_status, is_retweet, conversation_id
  • Reply Info: in_reply_to_status_id, in_reply_to_user_id

Important Note: To prevent API abuse and ensure fair resource allocation, you will be charged for requests that return an empty results set.

Why Choose ScrapeBadger?

  • Highly Targeted Data: Get precisely the Twitter/X data you need.
  • Efficient and Reliable: Built for speed and stability on the Apify platform.
  • Unbeatable Value: Just $0.20 per 1,000 results.
  • User-Friendly: Easy to configure regardless of technical expertise.
  • Seamless Integration: Output data readily available for analysis.

About ScrapeBadger

This actor is powered by ScrapeBadger - a reliable Twitter/X data extraction service.

  • Official Website: scrapebadger.com
  • Faster Support: Get priority support directly through the ScrapeBadger website
  • SDK & API Access: Want to use ScrapeBadger outside of Apify? The Python SDK and REST API are available for direct integration into your own applications