Twitter Scraper Lite - Cheapest and Fastest - Pay Per Result
Pay $0.30 for 1,000 tweets
Twitter Scraper Lite - Cheapest and Fastest - Pay Per Result
Pay $0.30 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!
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
Actor Metrics
288 monthly users
-
44 stars
99% runs succeeded
2.7 hours response time
Created in May 2024
Modified 6 hours ago