Advanced Twitter Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsAdvanced Twitter Scraper
Twitter Scraper: Efficient Tweet Collector Collect tweets effortlessly with our Twitter Scraper actor. this tool quickly gathers tweets based on your search queries. Key Features: - Flexible search queries (Twitter advanced search) - Customizable tweet limit - Real-time progress tracking
Twitter Advanced Search Scraper
This Apify actor allows you to scrape tweets using Twitter's advanced search queries. It's designed to be user-friendly and efficient, requiring no API keys from the user.
Features
- Utilizes Twitter advanced search queries
- Customizable maximum output
- No API key required from users
- Real-time progress tracking
- Results stored in Apify datasets
Input
This actor accepts the following inputs:
-
query
(required): A Twitter advanced search query string. Example: "Apple since:2023-01-01 until:2023-06-30 min_replies:100" -
max_output
(optional): The maximum number of tweets to scrape. Default: 100
Usage
- Navigate to the actor's page on the Apify platform.
- Click on "Run" or "Try for free".
- In the input field, enter your Twitter advanced search query.
- Optionally, set the
max_output
to limit the number of tweets scraped. - Click "Run" to start the actor.
Output
The actor will store the scraped tweets in the default dataset associated with the actor run. You can access this data in various formats including JSON, CSV, and more.
Example
Input:
1{ 2 "query": "climate change since:2024-01-01 until:2024-07-01 min_retweets:50", 3 "max_output": 500 4}