Scweet Twitter (X) Scraper — Pay-Per-Result $0.30 / 1 k

Scweet Twitter (X) Scraper — Pay-Per-Result $0.30 / 1 k

by altimis

Open-source powered Twitter/X scraper. Filter by keywords, hashtags, users, dates; export JSON/CSV. Free demo, 1 000 tweets/min, unlimited scale for $...

467,896 runs
465 users
Try This Actor

Opens on Apify.com

About Scweet Twitter (X) Scraper — Pay-Per-Result $0.30 / 1 k

Open-source powered Twitter/X scraper. Filter by keywords, hashtags, users, dates; export JSON/CSV. Free demo, 1 000 tweets/min, unlimited scale for $0.30 / 1k tweets.

What does this actor do?

Scweet Twitter (X) Scraper — Pay-Per-Result $0.30 / 1 k is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Scweet on Apify builds upon the original Scweet library to enable large-scale tweet scraping from X (formerly Twitter) in a cloud environment. With minimal setup and flexible configuration, you can easily collect vast amounts of tweet data for research, analytics, journalism, and more. Free tier ⇒ up to 10 lifetime runs and 10 000 lifetime tweets; upgrade for unlimited usage. ## 🚨 Responsible Usage This Actor is intended for lawful and ethical use only. Please ensure you comply with X's terms of service when using this tool. --- ## 🛠️ Quick Guide 1. Open the Actor on Apify – Start by opening the Actor on your Apify console. 2. Set Input Parameters – Define your parameters, such as keywords, hashtags, date range, and optionally location or user filters. 3. Run the Actor – Initiate the scraping process. 4. Monitor Progress – Keep an eye on high-level messages during the run. 5. Retrieve Data – Once the run completes, access the tweet data from the Apify dataset. --- ## ⚙️ Detailed Usage ### 3.1 Configuration & Input Parameters Customize your tweet search using the following parameters. All fields are optional, and defaults will apply if omitted. | Field | Type | Default | Description | |----------------|-------------|----------------|---------------------------------------------------------------------------------| | words_and | list[string]| [] (empty) | Terms that must appear in the tweet. | | words_or | list[string]| [] (empty) | At least one term must appear in the tweet. | | hashtag | list[string]| [] (empty) | One or more hashtags to search for. | | from_user | string | None | Scrape tweets from a specific user. | | to_user | string | None | Scrape tweets replying to a specific user. | | min_likes | string | None | Minimum likes required for a tweet. | | min_replies | string | None | Minimum replies required for a tweet. | | min_retweets | string | None | Minimum retweets required for a tweet. | | lang | string | None | Restrict tweets to a specific language (e.g., "en"). | | since | string (YYYY-MM-DD) | 2 years ago | Start date of the search window. | | until | string (YYYY-MM-DD) | Today’s date | End date of the search window. | | type | string | "Top" | Choose "Top" (popular tweets) or "Latest" (real-time tweets). | | maxItems | number | 1000 | Maximum number of tweets to scrape. | | geocode | string | None | Geolocation search (e.g., "39.8283,-98.5795,2500km"). | | place | string | None | Twitter Place ID for more precise location-based search. | | near | string | None | Name of a city or location to narrow the search. Use with within for accuracy. | ### 3.2 Location Considerations 🌍 - Location Data Limitations: Only about 1–2% of all X tweets include geolocation data. Many users also provide fictional or playful locations (e.g., "Laugh Tale"). Therefore, location-based searches might yield incomplete results. - Improving Accuracy: If you need better location accuracy, use the place parameter (Twitter Place ID). This will yield far more precise results than geocode. - Using the near Parameter: If you use the near field, we recommend adding a within radius (e.g., "within:10km") to increase search accuracy. ### 3.3 User Filters 🧑‍💻 - Scraping for Specific Users: If you want to scrape tweets from a specific user or tweets replying to a particular user, use the from_user and to_user parameters. - Example: from_user: "exampleuser" will filter tweets sent by this user. - Similarly, to_user: "exampleuser" will capture tweets replying to this user. Note: Scraping a specific profile (e.g., https://x.com/handle) is equivalent to using the from_user parameter with the profile’s handle. ### 3.4 Usage Limits & Rate Limiting ⏱️ To protect our shared infrastructure and ensure fair access, Scweet applies different quotas for free vs. paid users: | Limit | Free Plan | Paid Plan | |-----------------------------------|------------------------|----------------------| | Concurrent connections | Up to 5 concurrency | Unlimited | | Run frequency | 60 s between runs | 5 s between runs | | Total runs (lifetime) | 10 | Unlimited | | Total tweets (lifetime) | 10 000 | Unlimited | - Free Plan: Best for tests or light research (max 10 total runs / 10 000 tweets). - Paid Plan: Ideal for high-volume research or production workloads. If you hit a “rate limit” message, simply wait the required seconds before starting your next run. If you reach the 10-run / 10 000-tweet lifetime cap, please upgrade to continue scraping. ### 3.5 Speed & Performance ⚡ - Standard Speed: Under typical conditions, Scweet on Apify can scrape over 1,000 tweets per minute. - Enhanced Performance: Paying users benefit from higher resource allocation, allowing for faster scraping and larger tweet volumes. The performance boost depends on the maxItems setting and date range. --- ## 📥 Output Format The Actor stores the results in Apify’s dataset. You can download your results in JSON, CSV, or XLSX format. ### Example JSON output: json [ { "id": "tweet-1877796743036743891", "user_is_blue_verified": true, "user_created_at": "Tue Jun 02 20:12:29 +0000 2009", "user_description": "", "user_urls": [], "user_favourites_count": 113767, "user_followers_count": 212302178, "user_friends_count": 931, "user_location": "", "user_media_count": 3086, "user_handle": "elonmusk", "user_profile_image_url_https": "...", "tweet_source": "<a href=\"http://twitter.com/download/iphone\" ...>", "tweet_created_at": "Fri Jan 10 19:16:45 +0000 2025", "tweet_mentions": [], "tweet_url": "https://x.com/elonmusk/status/1877796743036743891", "tweet_view_count": "28738465", "tweet_text": "Tyrannical behavior", "tweet_hashtags": [], "tweet_favorite_count": 218062, "tweet_quote_count": 1518, "tweet_reply_count": 10558, "tweet_retweet_count": 51030, "tweet_lang": "en", "tweet_media_urls": [], "tweet_media_expanded_urls": [] } ] --- ## 🛠️ Support & Future Growth Scweet on Apify is constantly evolving. We welcome feedback from researchers, data scientists, journalists, and casual users. Let us know how you use this tool and any improvements you'd like to see. ### Changelog - 2025-06-16 – Introduced lifetime free-tier limits (10 total runs, 10 000 total tweets) and reset counters for all existing free users. --- ## ⚠️ Disclaimer Scweet on Apify only stores minimal run-related user data for the sole purpose of rate limiting and preventing abuse. This data is used internally and is not shared with third parties.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Scweet Twitter (X) Scraper — Pay-Per-Result $0.30 / 1 k now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
altimis
Pricing
Paid
Total Runs
467,896
Active Users
465
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support