Twitter Scraper Lite - Cheapest and Fastest - Pay Per Result avatar

Twitter Scraper Lite - Cheapest and Fastest - Pay Per Result

Try for free

Pay $0.20 for 1,000 tweets

View all Actors
Twitter Scraper Lite - Cheapest and Fastest - Pay Per Result

Twitter Scraper Lite - Cheapest and Fastest - Pay Per Result

apidojo/twitter-scraper-lite
Try for free

Pay $0.20 for 1,000 tweets

Twitter Scraper searches and extracts data from Twitter (with historic data from 2006) - parses and converts the data to structured formats: HTML table, JSON, CSV, Excel, and XML. Super cheap Twitter API for $0.20/1000 tweets. Easy usage, customizable. Perfect for integration for products!

SI

Can not collect full data from twitter

Closed

saidur297 opened this issue
15 days 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

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

Developer
Maintained by Community
Actor metrics
  • 220 monthly users
  • 35 stars
  • 99.8% runs succeeded
  • 6 hours response time
  • Created in May 2024
  • Modified about 3 hours ago