
Google Lens
Deprecated
Pricing
$24.99/month + usage

Google Lens
Deprecated
Ultimate Lens API 🌟 Seamlessly identify text, translate in real time 🌐, recognize and classify objects 🎁, reverse search images 🔍, and extract detailed structured data 📚. It’s fast, reliable, and affordable—your essential tool for all visual intelligence needs! 🚀
0.0 (0)
Pricing
$24.99/month + usage
3
Total users
54
Monthly users
11
Runs succeeded
>99%
Last modified
22 days ago
You can access the Google Lens 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.
1echo '{
2 "type": "findImageSource",
3 "imageUrls": [
4 {
5 "url": "https://console.apify.com/img/logos_apify/logo_apify_full_white_text.svg"
6 }
7 ]
8}' |
9apify call borderline/google-lens --silent --output-dataset
Google Lens API through CLI
The Apify CLI is the official tool that allows you to use Google Lens locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: