Google Reverse Image Search API
No credit card required
Google Reverse Image Search API
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:
- 15 monthly users
- 4 stars
- 97.8% runs succeeded
- Created in Sep 2023
- Modified about 1 month ago