🏯 Tweet Scraper V2 - X / Twitter Scraper avatar
🏯 Tweet Scraper V2 - X / Twitter Scraper

Pricing

from $0.40 / 1,000 tweets

Go to Store
🏯 Tweet Scraper V2 - X / Twitter Scraper

🏯 Tweet Scraper V2 - X / Twitter Scraper

Developed by

API Dojo

API Dojo

Maintained by Community

⚡️ Lightning-fast search, URL, list, and profile scraping, with customizable filters. At $0.40 per 1000 tweets, and 30-80 tweets per second, it is ideal for researchers, entrepreneurs, and businesses! Get comprehensive insights from Twitter (X) now!

3.1 (89)

Pricing

from $0.40 / 1,000 tweets

803

20K

2.6K

Issues response

4 hours

Last modified

3 days ago

MR

The output only returned 4,674 posts, which seems significantly lower than expected

Closed
maryamalotaibi opened this issue
2 months ago

I used your actor to scrape at least 100,000 Twitter posts based on specific hashtag keywords, within the date range from November 1, 2023 to May 1, 2025. The data is urgently needed for research purposes. However, the output only returned 4,674 posts, which seems significantly lower than expected — I believe the actual number of relevant tweets should be much higher.

Could you please advise if there's anything wrong with my configuration or if I might be missing something?

Below is the input I used:

{ "customMapFunction": "(object) => { return {...object} }", "end": "2025-05-01", "includeSearchTerms": true, "maxItems": 100000, "minimumFavorites": 5, "minimumReplies": 5, "minimumRetweets": 5, "onlyImage": false, "onlyQuote": false, "onlyTwitterBlue": false, "onlyVerifiedUsers": false, "onlyVideo": false, "searchTerms": [ "#banisraelproducts", "#boycottisrael", "#boycottisraelproducts", "#BoycottIsraelNow", "#BoycottIsraeliProducts", "#israelboycott", "#مقاطعة_المنتجات", "المقاطعة", "#المقاطعه_مستمره", "#المقاطعه" ], "sort": "Latest", "start": "2023-11-01" }

apidojo avatar

API Dojo (apidojo)

2 months ago

Hello,

I've checked your run and nothing seems wrong. We don't have any control on how many tweets Twitter returns, sometimes it may return unexpectedly low results (pagination ends early) so my best suggestion would be to try to lower minimumFavorites minimumReplies and minimumRetweets` filters or just try again.

I hope this helps.

Cheers.