
🏯 Tweet Scraper V2 ($0.4 / 1K tweets) - X / Twitter Scraper
Pricing
from $0.40 / 1,000 tweets

🏯 Tweet Scraper V2 ($0.4 / 1K tweets) - X / Twitter Scraper
⚡️ 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!
2.4 (74)
Pricing
from $0.40 / 1,000 tweets
724
Total users
17K
Monthly users
2.2K
Runs succeeded
>99%
Issues response
5.2 hours
Last modified
4 hours ago
Not enough results
Closed
Hi again, thanks for the solution suggested. Unfortunately now it's not giving me all the results. 49 seems very low, I expected around 10 times this many results... Thanks for your help.
{ "customMapFunction": "(object) => { return {...object} }", "includeSearchTerms": false, "onlyImage": false, "onlyQuote": false, "onlyTwitterBlue": false, "onlyVerifiedUsers": false, "onlyVideo": false, "searchTerms": [ "from:deutsch365 until:2024-01-01 since:2023-01-01" ] }
2024-03-13T07:59:50.792Z ACTOR: Pulling Docker image of build DTKO9i5fGNI2upQeG from repository. 2024-03-13T07:59:50.889Z ACTOR: Creating Docker container. 2024-03-13T07:59:50.918Z ACTOR: Starting Docker container. 2024-03-13T07:59:54.584Z INFO System info {"apifyVersion":"3.1.11","apifyClientVersion":"2.8.4","crawleeVersion":"3.5.6","osType":"Linux","nodeVersion":"v18.19.1"} 2024-03-13T07:59:54.589Z INFO PHASE -- STARTING ACTOR. 2024-03-13T07:59:54.813Z INFO PHASE -- SETTING UP CRAWLER. 2024-03-13T07:59:54.816Z INFO The actor will retrieve unlimited items. 2024-03-13T07:59:54.817Z INFO PHASE -- CRAWLER STARTED. 2024-03-13T08:00:12.838Z INFO Got 19 results for from:deutsch365 until:2024-01-01 since:2023-01-01 with page: 1 2024-03-13T08:00:19.080Z INFO Got 20 results for from:deutsch365 until:2024-01-01 since:2023-01-01 with page: 2 2024-03-13T08:00:22.822Z INFO Got 10 results for from:deutsch365 until:2024-01-01 since:2023-01-01 with page: 3 2024-03-13T08:00:28.233Z INFO Got... [trimmed]
substantial_tiger
It's by the way the same issue when I look at a different account I need to analyse: https://console.apify.com/actors/61RPP7dywgiy0JPD0/runs/5zR2MlZb5CcD4aKup

Hello!
Sorry for the late response. I checked the results both from the actor and Twitter. Seems like they are matching properly. But maybe, I understand your needs differently and we might need to change your queries. If you want, we can talk directly via Discord. Just hook up with me on the Discord server and I can help you in real-time.
Otherwise, you can explain to me what you would like to receive using here :)
Let me know!
substantial_tiger
Thank you so much for your help!
What I need for my research is hopefully quite simple: This is my second research step and I need to take a look at the tweets from four accounts during the year 2023. I need to analyze these tweets for any traces of deepfake videos or images. So, I need a list of their tweets from 2023 with the tweet URLs, text, date and the amounts of likes, shares, responses and retweets.
Unfortunately the X-website search function or normal interface doesn’t allow me to go back manually. And this is why I desperately need your Scraper :-)
By the way, I used your scraper for my first research step already: https://console.apify.com/actors/61RPP7dywgiy0JPD0/runs/fNIaT1l6riROJPIIL, when I looked for #deepfake and that worked perfectly. (Of course I will mention you guys in my master thesis.)
I would expect these queries in my 2nd step to give out way more results as I know that these are very active accounts and also have been very active in 2023. Also I'm missing one specific tweet from my 1st research step that should also pop up in the query for @deutsch365: https://twitter.com/deutsch365/status/1641890876069761041. It looks like it's only giving back results from December...?
Thanks again for your help! :-D

Hey hey again!
Thank you very much for the nice words and I hope you'll hit the bullseye on your master thesis!!
I just checked this user and it seems this fella got a huge number of tweets 😱. Within that amount, Twitter is not able to handle that. Usually what happens is, that Twitter creates a "stream" per each paginated request and limits the results to some unknown numbers. That's why sometimes you get 40, sometimes you get 400.
The best way to overcome this issue is to split the results more and more. Rather than limiting your result in 2023-2024, it would be better to make it split per month such as:
from:afd until:2023-01-31 since:2023-01-01
from:afd until:2023-02-31 since:2023-02-01
from:afd until:2023-03-31 since:2023-03-01
In this way, you target to limit the windows of the streams and make them unrestricted.
I hope this helps. As said, you can reach me via Discord or reply to this Issue. I will close it but if you message me again, I will check it :) Cheers