Google Lens Reverse Image Search avatar
Google Lens Reverse Image Search

Deprecated

Pricing

$15.00/month + usage

Go to Store
Google Lens Reverse Image Search

Google Lens Reverse Image Search

Deprecated

Developed by

newyear

newyear

Maintained by Community

Scrape image sources from Google Lens with image urls, including 'Exact matches' and 'About this image' tabs. It's fast and low cost(as low as 128MB memory). Output in json format including source page url, title, description, time, image resolution, site icon and title.

0.0 (0)

Pricing

$15.00/month + usage

1

Total users

17

Monthly users

1

Runs succeeded

>99%

Issue response

1.5 days

Last modified

3 months ago

You can access the Google Lens Reverse Image Search programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "images": [
< "https://upload.wikimedia.org/wikipedia/commons/c/cb/Elon_Musk_Royal_Society_crop.jpg"
< ],
< "types": [
< "exact"
< ],
< "count": 10,
< "concurrency": 2,
< "extra_outputs": [
< "description",
< "time",
< "resolution",
< "icon",
< "site"
< ],
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}' |
<apify call newyear/google-reverse-image-search --silent --output-dataset

Google Lens Reverse Image Search API through CLI

The Apify CLI is the official tool that allows you to use Google Lens Reverse Image Search locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: