Google Reverse Image Search API avatar

Google Reverse Image Search API

Try for free

No credit card required

View all Actors
Google Reverse Image Search API

Google Reverse Image Search API

curious_coder/google-lens-scraper
Try for free

No credit card required

Features: ▶ API to search by image on Google ▶ Search and scrape similar images and source websites ▶ Extract text from given image using google lens

You can access the Google Reverse Image Search API programmatically from your own applications by using the Apify API. You can 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.

1echo '{
2  "urls": [
3    "https://imageio.forbes.com/specials-images/imageserve/62d700cd6094d2c180f269b9/0x0.jpg?format=jpg&crop=959,959,x0,y0,safe&height=416&width=416&fit=bounds",
4    "https://upload.wikimedia.org/wikipedia/commons/1/18/Mark_Zuckerberg_F8_2019_Keynote_%2832830578717%29_%28cropped%29.jpg"
5  ],
6  "searchType": "findImageSources",
7  "proxy": {
8    "useApifyProxy": true,
9    "apifyProxyGroups": [],
10    "apifyProxyCountry": "US"
11  }
12}' |
13apify call curious_coder/google-lens-scraper --silent --output-dataset

Google Reverse Image Search API API through CLI

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

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 31 monthly users
  • 4 stars
  • 99.9% runs succeeded
  • 0.76 hours response time
  • Created in Sep 2023
  • Modified 1 day ago