Twitter Scraper avatar
Twitter Scraper

Deprecated

Pricing

$1.50 / 1,000 tweets

Go to Store
Twitter Scraper

Twitter Scraper

Deprecated

Developed by

Caleb David

Caleb David

Maintained by Community

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.

5.0 (1)

Pricing

$1.50 / 1,000 tweets

61

Total users

13K

Monthly users

37

Runs succeeded

>99%

Last modified

9 months ago

AJ

Possibility of excluding search terms?

Closed

accepting_jasper opened this issue
a year 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.

{
"addUserInfo": true,
"maxRequestRetries": 4,
"maxTweets": 100,
"maxTweetsPerQuery": 100,
"scrapeTweetReplies": false,
"searchMode": "live",
"urls": [
"https://x.com/search?q=communication+-miscommunication&src=typed_query&f=live"
]
}
AJ

accepting_jasper

a year 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