Twitter Scraper avatar

Twitter Scraper

Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Twitter Scraper

Twitter Scraper

microworlds/twitter-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.

AJ

Possibility of excluding search terms?

Closed

accepting_jasper opened this issue
3 months ago

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!

microworlds avatar

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}
AJ

accepting_jasper

3 months ago

This run works, thank you! However, I am now only getting 5 tweets at a time.

microworlds avatar

Free plan is limited to 5 results, please consider subscribing to a paid plan to pull more results

Developer
Maintained by Community
Categories