google-images icon indicating copy to clipboard operation
google-images copied to clipboard

Order of results?

Open yh54321 opened this issue 5 years ago • 1 comments

I performed a search with the name of a novel as my query, and the first result was a pornographic image. When I manually enter this search query on Google images, I do not see this pornographic image anywhere in the search results. This is not a 'safe search' related issue.

How are the results being selected? What determines the order of the results?

Ideally, I would like for the results to be the same as those which are visible when manually searching Google Images...

yh54321 avatar Dec 01 '19 23:12 yh54321

You can add safe search option to block pornographic content (NSFW) and leaving content safe.

A quick example: client.search("Steve Angello", {safe: "active"});

Mairon31 avatar Mar 09 '21 23:03 Mairon31