
Twitter (X.com) Scraper Unlimited: No Rate-Limits
Pricing
Pay per event

Twitter (X.com) Scraper Unlimited: No Rate-Limits
Introducing Twitter Scraper Unlimited, the most comprehensive Twitter data extraction solution available. Our enterprise-grade scraper offers unmatched capabilities with a transparent event-based pricing model, making it perfect for both small-scale and large-scale data extraction needs.
4.1 (24)
Pricing
Pay per event
189
Total users
5.4k
Monthly users
2.4k
Runs succeeded
>99%
Issue response
6.1 hours
Last modified
9 hours ago
Can not collect full data from twitter
Closed
I am trying to collect all tweet from the @RTErdogan profile from June1, 2023 to May 3, 2024.
However no matter how many times I am trying to collect the data, or change my queries, it is giving me only the tweets from last 6 months. I am using the following code.
Please go through it and give me proper suggestion
{ "end": "2024-05-03", "maxItems": 1000, "searchTerms": [ "@ from:RTErdogan since:2023-06-01 until:2023-07-01", "@ from:RTErdogan since:2023-07-01 until:2023-08-01", "@ from:RTErdogan since:2023-08-01 until:2023-09-01", "@ from:RTErdogan since:2023-09-01 until:2023-10-01", "@ from:RTErdogan since:2023-10-01 until:2023-11-01", "@ from:RTErdogan since:2023-11-01 until:2023-12-01", "@ from:RTErdogan since:2023-12-01 until:2024-01-01", "@ from:RTErdogan since:2024-01-01 until:2024-02-01", "@ from:RTErdogan since:2024-02-01 until:2024-03-01", "@ from:RTErdogan since:2024-03-01 until:2024-04-01", "@ from:RTErdogan since:2024-04-01 until:2023-05-03" ], "sort": "Top", "start": "2023-06-01", "twitterHandles": [ "RTErdogan" ] }

Hello,
The reason is because you are using the actor in a wrong way. You are using both start/end filters and Twitter queries. You should remove start/end and use only Twitter queries. Also your sort sets to Top, but it needs to be Latest. There is also an @
in the beginning which is not needed. You are also using twitterHandles
.
We have a very detailed readme file with an exact example which you can just copy paste and change.
Please go through it and check it properly.
https://apify.com/apidojo/tweet-scraper#fetching-the-tweets-of-a-profile
Cheers