🏯 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.8 (87)

Pricing

from $0.40 / 1,000 tweets

796

Total users

19K

Monthly users

2.6K

Runs succeeded

>99%

Issues response

4.1 hours

Last modified

8 hours ago

EM

Missing Recent data in Crawl

Closed

earthy_myrtle opened this issue
15 days ago

I used twitter post crawl and i gave 4 brand handles and they have recent posts too but none crawled.

Attaching the crawl rule for reference: https://console.apify.com/actors/61RPP7dywgiy0JPD0/runs/d3Cs0Mom6cxg9hnWm#output

apidojo avatar

Hello,

If you want to fetch all the tweets of these accounts, you must use Twitter Queries. If you use twitterHandles, you can only fetch 800 tweets per account. Please try the following

{
"searchTerms": [
"from:Jarir_Store",
"from:TemuUae",
"from:CarrefourEgypt",
"from:TalabatEG"
]
}

If you still have issues with the accounts with this INPUT, please refer to the documentation for more advanced usages https://apify.com/apidojo/tweet-scraper#fetching-the-tweets-of-a-profile.

Cheers

EM

earthy_myrtle

15 days ago

I have selected to fetch latest data as in sort by, it should take latest data first then older data but it took reversed. i am not getting any data from 2025, 2024. and if using your way i am getting too much junk, I already tried it.

apidojo avatar

Hello,

If you are using Twitter queries like this, you should only use it and not other filters. If you want to filter by dates, you can use it like this:

{
"searchTerms": [
"from:Jarir_Store since:2025-01-01 until:2025-06-06"
]
}

If you don't use any other filters, it will fetch the most recent ones. Can you please check all your INPUT and make sure if you have any other filters? If you are still having this issue, send us a new run ID so we can investigate

I hope this helps.

Cheers

EM

earthy_myrtle

15 days ago

I just gave 3 things, brand handles + sort by latest + Maximum output items 6000. Just these things can you pls investigate because i also initiate other 2 sets it give all data and if i reinitiate with these brand pages i am not getting data.

EM

earthy_myrtle

15 days ago

check this crawl i initaite before this it goes fine only: https://console.apify.com/actors/61RPP7dywgiy0JPD0/runs/NYJP2RF9prO0Pp7JB#output

apidojo avatar

Hello,

You are still using twitterHandles. If you use it, the other filters won't work. Can you please remove it and only use Twitter queries as mentioned in my previous message?

Cheers

EM

earthy_myrtle

15 days ago

Can you pls check this crawl (new with 1 brand in search term this time): Not fetching any results https://console.apify.com/actors/61RPP7dywgiy0JPD0/runs/bbau6m4Uqugjdt64Q https://console.apify.com/actors/61RPP7dywgiy0JPD0/runs/4Fa2JmU101nQRzkeg

apidojo avatar

Hello,

There are no tweets available with the filters you are using: TemuUae lang:en min_retweets:5 min_faves:5 min_replies:5 since:2023-01-01 until:2025-06-13

Please remove all these filters (min replies, faves, retweets etc) and try again only with dates. I am attaching some screenshots for your reference. You can check Twitter web UI to see if there are any tweets with your query/filters.

Also please check my previous messages and the documentation to learn more on how to use INPUT variables, twitter queries, etc. We have lots of examples for all these cases in our documentation.

https://apify.com/apidojo/tweet-scraper#fetching-the-tweets-of-a-profile

Cheers