- Mar 21, 2013
- 24,764
- 31,552
Are any of you scraping twitter in the Elon era? What tools do you use? Since the API is now also out of reach for most, I assume there's a new method to scrape them?
Dolphin + Selenium custom driver + python worked 3 months agoAre any of you scraping twitter in the Elon era? What tools do you use? Since the API is now also out of reach for most, I assume there's a new method to scrape them?
I saw lots of tools (very cheap) on Apify. Lots of scrapers with good reviews. I haven't used it, I've used it only the Instagram scrapers and they're good so I suspect the other ones are good too.Are any of you scraping twitter in the Elon era? What tools do you use? Since the API is now also out of reach for most, I assume there's a new method to scrape them?
I don't know who it was today, but he broke X![]()
Sounds like THE setup. Does dolphin avoid selenium detection?Dolphin + Selenium custom driver + python worked 3 months ago
Will take a lookI saw lots of tools (very cheap) on Apify. Lots of scrapers with good reviews. I haven't used it, I've used it only the Instagram scrapers and they're good so I suspect the other ones are good too.
Do they sell data sets or scraping tools?SociAIpro.com
How much would a terabyte data set cost?I think brightdata also has a lot of data on twitter
Straight python, no selenium? How do you scrape their API?Python with residential proxies is all you need pretty much
Dolphin guys made custom chrome drivers to avoid selenium revealSounds like THE setup. Does dolphin avoid selenium detection?
Dolphin guys made custom chrome drivers to avoid selenium reveal
Yup, still scraping Twitter — not with the API. Puppeteer + stealth + good resi proxies with sticky sessions is the move now. Fast rotations get you flagged quick. Think slow, human-like, headless browser vibes.Are any of you scraping twitter in the Elon era? What tools do you use? Since the API is now also out of reach for most, I assume there's a new method to scrape them?
Yup, still scraping Twitter — not with the API. Puppeteer + stealth + good resi proxies with sticky sessions is the move now. Fast rotations get you flagged quick. Think slow, human-like, headless browser vibes.
I do tg: @sosocialxAre any of you scraping twitter in the Elon era? What tools do you use? Since the API is now also out of reach for most, I assume there's a new method to scrape them?
I did not know about this. This is awesome. I use Selenium for a number of tasks, so do you think it won't be too difficult to use this solution?Dolphin guys made custom chrome drivers to avoid selenium reveal
The documentation isn't the best, but once you figure it out, it's pretty simple. All you need is to connect their custom chromedriver with your browser ID and you can use selenium like normalI did not know about this. This is awesome. I use Selenium for a number of tasks, so do you think it won't be too difficult to use this solution?
No, dolphin have modified chrome driver to hide automation, they have link in docs to download and exchange in your scriptI did not know about this. This is awesome. I use Selenium for a number of tasks, so do you think it won't be too difficult to use this solution?