serpapi / public-roadmap

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

[Google Reverse Image Search] Parse "Pages that include matching images" separately from "Possibly related search" results #627

Open schaferyan opened 1 year ago

schaferyan commented 1 year ago

Currently we parse both "Pages that include matching images" and "Possibly related search" results in image_results. It may be helpful for some use cases to parse these separately.

image

Playground | Search Inspector

aliayar commented 1 year ago

"Pages that include matching images" is great tool for copyright holders to check their leaked images. The user who requested this feature works on a similar use case.

Without breaking results, we can add another hash table called pages_that_include_matching_images and add the all URLs there.

marm123 commented 5 months ago

Another user requested this.

Intercom