public-roadmap icon indicating copy to clipboard operation
public-roadmap copied to clipboard

[Google Images API] Add support for `imgar` parameter

Open martin-serpapi opened this issue 2 years ago • 0 comments

A customer reported that the tbs=iar:[s|w|t|p] does not work for filtering the results from the Google Images API by Aspect Ratio. I was able to reproduce it in the Playground:

image

Playground | Inspect

The parameter doesn't seem to work in Google either. Below is an example with the value of google_images_url from the previous response:

image

Google Images

However, using imgar=[s|w|t|p] works for filtering images by their Aspect Ratio in Google:

image

Google Images

Intercom

martin-serpapi avatar Apr 11 '24 07:04 martin-serpapi