-1

I'm trying to find if I can get the "People also asked" of a search in an API in the Google Cloud Platform or in an other Search Engine API.

For example, when you make a search in Google, there is a section called "People also asked". I try to find an API to get the informations in this section. I want the questions an the answers.

enter image description here

I didn't found anything but I'm quite sure it exists.

Can you help me founding it?

  • Can you describe your search? When you search what? and where? – guillaume blaquiere Dec 17 '20 at 08:00
  • For example when I search a plant "Dracaena fragrans" in Google there is a section called "People also asked". I want an API to get these questions and answers. – David Goncalves Dec 17 '20 at 09:14
  • I think I understand your question, but I am not sure. Maybe adding a screenshot could make a difference? – igrek Dec 17 '20 at 17:44
  • Or actually it's about some Google Cloud Platform.. Not sure.. Can you show an example of an API that you are using, and refer to the API spec page please. Thanks – igrek Dec 17 '20 at 17:58

1 Answers1

0

Are you referring to a regular google search at like https://www.google.com/search?q=Dracaena%20fragrans ? Is it an autocomplete API that you are looking for?

If I open a network monitor on that page (google chrome browser has it), then I am able to find some requests that look something like what you are probably looking for(see the picture below).

network monitor in chrome

Having that said I see this API being used:

https://www.google.com/complete/search?q=Dracaena%20fragrans%20&cp=18&client=psy-ab&xssi=t&gs_ri=gws-wiz&hl=en-UA&authuser=0&psi=gpjbX9nAL5K7UNGAmMAK.1608226950136&dpr=1

Not sure where to be looking for API specs though. Here maybe?

igrek
  • 1,415
  • 1
  • 12
  • 27