Twitter Scraper PPR avatar
Twitter Scraper PPR

Pricing

$0.30 / 1,000 results

Go to Store
Twitter Scraper PPR

Twitter Scraper PPR

Developed by

Jan Danecki

Jan Danecki

Maintained by Community

Scrap Twitter fast and easy. It is designed to be fast and efficient, so it can extract a large number of post for low price.

4.9 (2)

Pricing

$0.30 / 1,000 results

79

Total users

2.6K

Monthly users

776

Runs succeeded

>99%

Issues response

15 days

Last modified

a month ago

GM

Cannot perform keyword-only search without specifying username

Open

gnomonic_moment opened this issue
5 days ago

Hello, I'm trying to use the scraper to search for a specific keyword on X (for example, the query "n8n"), and I want to retrieve 10 tweets from the Top search results, excluding replies and retweets.

However, when I omit the "username" field, it automatically defaults to "username": "elonmusk". If I manually set "username": "username", I get an error.

Here are the input parameters I'm using:

{ "includeReplies": false, "includeRetweets": false, "max_posts": 10, "search_type": "Top", "username": "username", "search": "n8n" }

danek avatar

you should be able to start with input like:

{ "max_posts": 20, "query": "python" }