serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
47 stars 3 forks source link

[Google Search API] Contextual Autocomplete API #1119

Open aliayar opened 10 months ago

aliayar commented 10 months ago

Currently, our Autocomplete API doesn't return any suggested search terms for certain search keywords such as iphone android照片互傳2023 or iphone android照片互傳app.

However, after a contextually similar keyword has been searched, before-mentioned search keywords return auto suggested terms.

Example when the keywords are filled in search box on the home page:

image

or Google:

image

On the search results page where there are results for a similar keyword:

contextual

I suspected that this might be related to gl and hl parameters and search term should return results when they are set correctly but that's not the case.

Those two keywords return auto complete results only on a search results page where a similar keyword was searched before.

Intercom | Playground | Inspect | Google

zyc9012 commented 9 months ago

It's actually another form of "Related Searches". It's not fetched through the Autocomplete API but the Google search results.

image

aliayar commented 9 months ago

It seems that Autocomplete part has more search terms than related_searches. What do you think?

zyc9012 commented 9 months ago

It seems that Autocomplete part has more search terms than related_searches. What do you think?

Yes. I'm wondering if we should parse this into another attribute, as it seems to be largely intersected with related_searches. wdyt? @aciddjus @ilyazub @kagermanov27

scxliu commented 2 months ago

Hello , any update on this?