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 ActorsTwitter Scraper
Twitter Scraper searches and extracts data from Twitter (with historic data from 2006) - parses and converts the data to structured formats: HTML table, JSON, CSV, Excel and XML.
Hello! I was wondering if there is a feature to exclude words from tweets. For example, scraping tweets that contain the phrase "communication" but not "miscommunication". Thank you!
Hi, you can can do just that. See sample run input.
1{ 2 "addUserInfo": true, 3 "maxRequestRetries": 4, 4 "maxTweets": 100, 5 "maxTweetsPerQuery": 100, 6 "scrapeTweetReplies": false, 7 "searchMode": "live", 8 "urls": [ 9 "https://x.com/search?q=communication+-miscommunication&src=typed_query&f=live" 10 ] 11}
This run works, thank you! However, I am now only getting 5 tweets at a time.
Free plan is limited to 5 results, please consider subscribing to a paid plan to pull more results