public-roadmap
public-roadmap copied to clipboard
[Google Reverse Image Search] Parse "Pages that include matching images" separately from "Possibly related search" results
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.

"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.