Twitter (X.com) Scraper Unlimited: No Rate-Limits avatar
Twitter (X.com) Scraper Unlimited: No Rate-Limits

Pricing

Pay per event

Go to Store
Twitter (X.com) Scraper Unlimited: No Rate-Limits

Twitter (X.com) Scraper Unlimited: No Rate-Limits

Developed by

API Dojo

API Dojo

Maintained by Community

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

SI

Can not collect full data from twitter

Closed

saidur297 opened this issue
7 months ago

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" ] }

apidojo avatar

API Dojo (apidojo)

7 months ago

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