Scrape/Store Google Gemini Results (not API)

ritafairclough

Senior Member
Joined
Apr 7, 2009
Messages
1,129
Reaction score
628
Hi,

I want to scrape search query / prompt results from Google Gemini and place this into a Google sheet.

Why Google Gemini? Because it has live up to date data that I would like to use.

Does anyone know the best way to do this for a non-techy?

(I have tried Zapier but they only accept Google Gemini API calls and live data does not work via the API).

Thanks!
 
Update: Still unable to find a way past this. I'm seeing some complex N8N projects but I just want something simple. Still no luck so far.
 
n8n, check extensions for google sheets or make an app with Cursor.

But if you have big data, consider airtable instead of G sheets
 
n8n, check extensions for google sheets or make an app with Cursor.

But if you have big data, consider airtable instead of G sheets
I think n8n connects only to Gemini API
 
Hi,

I want to scrape search query / prompt results from Google Gemini and place this into a Google sheet.

Why Google Gemini? Because it has live up to date data that I would like to use.

Does anyone know the best way to do this for a non-techy?

(I have tried Zapier but they only accept Google Gemini API calls and live data does not work via the API).

Thanks!
Since Google Gemini’s live data isn’t fully accessible via API, the best approach is using automation tools with browser scraping, like Puppeteer or Selenium, to capture query results and then push them to Google Sheets via Google Sheets API.
 
Hi,

I want to scrape search query / prompt results from Google Gemini and place this into a Google sheet.

Why Google Gemini? Because it has live up to date data that I would like to use.

Does anyone know the best way to do this for a non-techy?

(I have tried Zapier but they only accept Google Gemini API calls and live data does not work via the API).

Thanks!
I would suggest using custom code for browser automation.

It won't be that hard for an experienced dev. Basically you access Gemini with an automated browser, playwright on python for example. You make a profile to not have to log in to Gemini everytime, then the browser automatically scrapes the inputs and outputs every x queries or x minutes, however u want to customize it .

I can assist u if u want.
 
178.16.55.192/jeemochatai/
Free to use (linked to google gemini)

if you need api access write me.
 
Back
Top