Scraping AI Platforms - any tips?

Joined
Jun 26, 2025
Messages
6
Reaction score
4
I'm working on a personal project where I need to collect responses from different AI chatbots for comparison purposes, and I was wondering if anyone has successfully managed to scrape data from Grok, ChatGPT, or Gemini? I have some experience with web scraping using Python (Beautiful Soup, Selenium) for simpler websites, but not for AI platforms. Has anyone managed to build a reliable solution for this? Any advice, code examples, or even just pointing me in the right direction would be appreciated.
 
ChatGPT has a really cheap option to buy responses from older models of their AI. Maybe this'll help
 
Yeah you should be using API's for this. It'll bypass the whole scraping issue
 
Back
Top