serpapi / public-roadmap

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

[Google Images API] Support `uds` for `Suggested searches` #1523

Closed aciddjus closed 2 months ago

aciddjus commented 3 months ago

Google could be deprecating chips parameter and has started using a combination of uds and udm parameters to achieve the same outcome.

image


Documentation | Playground | Inspect

kagermanov27 commented 2 months ago

We have released a fix for this issue. We now support uds parameter as well. It has the same use case as chips parameter. The majority of the search results from Google Images contain uds parameter.

Before:

image

After:

image

You can find more details in the documentation example.