Skip to content
Integrate Google Se...
 
Notifications
Clear all

Integrate Google Search with Gemini

11 Posts
8 Users
0 Reactions
4 Views
Hugo_Barbe
(@hugo_barbe)
Posts: 2
New Member
Topic starter
 

Hi! I was wondering if it's possible to perform Google searches in real-time using a Google Gemini integration, and if so, which version of Gemini would be required?

 
Posted : 28/12/2024 10:05 am
Shubham_Khajuria1
(@shubham_khajuria1)
Posts: 1
New Member
 

Yes, you can indeed call the Gemini API, and I believe you can use their API for Gemini 2.0 as well: https://www.callin.io/en/integrations/gemini-ai

 
Posted : 28/12/2024 11:03 am
dilipborad
(@dilipborad)
Posts: 28
Eminent Member
 

Hello,
As I understand it, you need to perform live (instant) research using the Google Gemini API.

However, currently, there are no specific AI models that support instant search via API.

When you access it in chat mode (UI mode), it uses its background processes to search Google Search for responses based on live data.

During my investigation, I discovered a couple of new approaches for conducting live research with the Gemini API. Please verify if these align with your requirements.

Please provide the rewritten markdown content; it should be in markdown format.

 
Posted : 28/12/2024 11:18 am
Hugo_Barbe
(@hugo_barbe)
Posts: 2
New Member
Topic starter
 

As you can observe, the 2.0 model is not providing accurate responses. These are not the correct answers. How can I obtain the right and immediate/real answers?

 
Posted : 28/12/2024 1:32 pm
12enric
(@12enric)
Posts: 2
New Member
 

I'm facing the same issue.

As far as I recall, within the advanced settings, under the tools section, you need to enable the grounding tool.

I haven't managed to get it working yet. If you happen to figure it out, I'd be grateful if you could share how you enabled this functionality.

 
Posted : 30/12/2024 4:05 pm
12enric
(@12enric)
Posts: 2
New Member
 

I'm quite confident you can enable grounding through the API call. The main question is how to implement it.

 
Posted : 30/12/2024 4:09 pm
timdim
(@timdim)
Posts: 2
New Member
 

I attempted to use the tools input and set it to google_search, but it's not functioning. Has anyone had success using the grounded Google Search within a Gemini AI API call?

 
Posted : 06/03/2025 1:05 pm
timdim
(@timdim)
Posts: 2
New Member
 

Just wanted to share that I've found a solution by utilizing exa.ai's web crawling and LLM response features. This approach proved more effective for the issue than Gemini.

 
Posted : 06/03/2025 10:54 pm
harry6
(@harry6)
Posts: 2
New Member
 

Could you create a brief guide for exa and LLMs?

 
Posted : 18/05/2025 11:50 am
Giovanni_Pini
(@giovanni_pini)
Posts: 1
New Member
 

I utilized [{"googleSearchRetrieval": {}}] within the tools section, and it functions correctly for me.

 
Posted : 27/06/2025 2:15 pm
Oscar_Carreras
(@oscar_carreras)
Posts: 1
New Member
 

It appears to be

[
  {"googleSearch": {}}
]

currently.

 
Posted : 29/07/2025 11:23 am
Share: