Chat GPT 4 API + Google Sheets + Internet Browsing Possible?

BradyX

Elite Member
Jr. VIP
Joined
Aug 31, 2013
Messages
3,619
Reaction score
475
Hello

I want to use Chat GPT 4 API + Google Sheets extension with Internet Browsing
Use Case:
To visit 1000s of sites and find certain info about them.

The current extensions which are available do not have the Internet Browsing working

If anyone knows better, please do help me out!!!

Thanks
BradyX
 
I tried the same thing with the plugins, just guessing you mean that with extensions. It doesn't work well for scraping at all. Even if you get it to run once it is not scaleable in any way. The only thing that seams to work is to use the API and build a custom script with other agents with langchain and run that. The best flow would be scrape the sites then use AI to sort the content and put it in google sheets to store. But there is no out of the box solution yet
 
Hello

I want to use Chat GPT 4 API + Google Sheets extension with Internet Browsing
Use Case:
To visit 1000s of sites and find certain info about them.

The current extensions which are available do not have the Internet Browsing working

If anyone knows better, please do help me out!!!

Thanks
BradyX
Your approach is... not anything close to scraping industry standard.

Overall you have 3 options:
- browser plugin like imacros (it sucks)
- paid tool like zennoposter (it easy and it work out of the box, you can get ZP scraping template for low money)
- python + selenium (thats how pros do this).

You can use chatgpt to help you write python code
or you can pay $50 someone in HAF to do this for you

Trying to scrape 1000s sites without programming experience is bad idea.
 
A new chatgpt plugin is out and can scrape website, I am pretty sure of this, saw it on twitter, somewhere.
 
Hello

I want to use Chat GPT 4 API + Google Sheets extension with Internet Browsing
Use Case:
To visit 1000s of sites and find certain info about them.

The current extensions which are available do not have the Internet Browsing working

If anyone knows better, please do help me out!!!

Thanks
BradyX
Maybe use the extension of chat gpt 4 called webpilot
 
You can easily achieve that with python,
By either using requests or selenium, even captchas can be easily bypassed with 2captcha/0captcha,

You can use the intial sheet and save/use the data somewhere else,
Or you can save the data back to the sheet and use it later with any other extension/script/tool
 
Hello BradyX, utilizing Chat GPT 4 API with Google Sheets for web scraping is an ambitious project. To achieve this, you might need to develop custom scripts or extensions specifically tailored for your needs. It's essential to consider legal and ethical aspects while web scraping, respecting site terms of service. Seek guidance from experienced developers or consider hiring experts to ensure a smooth and compliant web scraping operation. Best of luck with your project!
AI reply :D
 
Doable. Just need the right script and connect your sheets with GPT API. As mentioned before use a captcha solving service like DBC or whatever.
 
The Webpilot plugin can do searching and scraping of websites but doesn't link with Google Sheets. Sheetmagic on Appsumo does internet browsing and is a native Google Sheets plugin. It wasn't useful for me but if Google Sheets is a big part of your workflow then it's probably worth it.
 
Hello

I want to use Chat GPT 4 API + Google Sheets extension with Internet Browsing
Use Case:
To visit 1000s of sites and find certain info about them.

The current extensions which are available do not have the Internet Browsing working

If anyone knows better, please do help me out!!!

Thanks
BradyX
Yo guys is this still doable ? is there any easy way to do it?
 
Back
Top