VOOZH about

URL: https://apify.com/borderline/google-lens

⇱ Google Lens | AI Mode | Reverse image search | Translation+OCR Β· Apify


πŸ‘ Google Lens | AI Mode | Reverse image search | Translation+OCR avatar

Google Lens | AI Mode | Reverse image search | Translation+OCR

Under maintenance

Pricing

Pay per event

Go to Apify Store

Google Lens | AI Mode | Reverse image search | Translation+OCR

Under maintenance

Google Lens | Reverse image search | AI Mode🌟 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! πŸš€

Pricing

Pay per event

Rating

5.0

(2)

Developer

πŸ‘ borderline

borderline

Maintained by Community

Actor stats

9

Bookmarked

1.2K

Total users

114

Monthly active users

a month ago

Last modified

Share

πŸ“Έ Google Lens Actor

Welcome to the Google Lens Actor! This unofficial Google Lens API empowers you to analyze images programmatically, just like Google Lens does, but with added flexibility. Whether you're identifying text, recognizing objects, performing reverse image searches, or getting AI-powered insights, this Actor has got you covered!

🀝 Contribute: Feel free to open issues or pull requests to suggest new features or report bugs!


✨ What Does the Google Lens Actor Do?

This Actor allows you to process images in multiple powerful ways, delivering programmatic access to:

  • πŸ” OCR and Text Recognition: Extract text from images with high accuracy
  • 🌐 Text Translation: Translate extracted text into any supported language
  • πŸ–ΌοΈ Reverse Image Search: Discover similar images and their sources
  • 🎯 Exact Match Search: Find exact matches of images across the web
  • πŸ‘οΈ Visual Match Search: Find visually similar images
  • πŸ›οΈ Product Search: Identify and find products in images
  • πŸ“š Homework Help: Get educational assistance for images with questions or problems
  • πŸ€– AI Mode: Ask questions about images and get AI-powered answers

πŸ’‘ Why Use the Google Lens Actor?

  • 🧠 Bootstrap AI Training: Build robust AI models with curated datasets
  • πŸ›οΈ Find Similar Products: Enhance shopping experiences with visual matches
  • πŸ”¦ Detect Web Content: Discover hidden or related content online
  • πŸ“– Extract Text: Convert images to searchable, translatable text
  • πŸ€– AI-Powered Insights: Get intelligent answers about image content

πŸ› οΈ How to Use the Google Lens Actor

Step 1: Prepare Your Input

Provide the Actor with one or more image URLs and select which search types you want to perform. These images can come from blogs, social media, e-commerce sites, or anywhere on the web.

Input Example:

{
"searchTypes":["all","ai-mode","translate-ocr"],
"imageUrls":[
{"url":"https://example.com/image1.jpg"},
{"url":"https://example.com/image2.png"}
],
"aiModeQuestions":[
"What is the main color in this image?",
"What objects can you identify?"
],
"translateLanguage":"fr",
"language":"en"
}

Input Parameters:

FieldTypeRequiredDescription
searchTypesarrayYesArray of search modes to perform. Available options: all, ai-mode, ocr, translate-ocr, exact-match, visual-match, products, homework
imageUrlsarrayYesList of image URLs to process
aiModeQuestionsarrayConditionalQuestions to ask about the images (required if ai-mode is selected)
translateLanguagestringNoTarget language code for translation (default: "en"). Used with translate-ocr mode
languagestringNoLanguage for search results (default: "en")

Available Search Types:

  • all - All search results from Google Lens
  • ai-mode - AI-powered answers to questions about the image
  • ocr - Extract text from images
  • translate-ocr - Extract and translate text from images
  • exact-match - Find exact matches of the image
  • visual-match - Find visually similar images
  • products - Search for products in the image
  • homework - Get educational help for homework questions

Step 2: Review the Output

After processing, the Actor generates structured data that can be downloaded in various formats, such as JSON, CSV, Excel, or HTML.

Dataset Views

The Actor provides organized dataset views for easy access to your results. Each search type has its own view in the Apify console:

  • All Results - All search results with individual rows per result
  • AI Mode - AI-powered answers to your questions
  • OCR Text - Extracted text segments
  • Translated OCR - Translated text with original and translated versions
  • Exact Match - Exact image matches found across the web
  • Visual Match - Visually similar images
  • Products - Product information and shopping links
  • Homework - Educational assistance and explanations
  • Global Errors - Any processing errors or issues

Access these views in the Storage tab of your Actor run on the Apify console.


🎯 Output Examples

All Results / Visual Match / Exact Match

Find similar images, exact matches, or general search results:

{
"all":{
"results":[
{
"search":{
"title":"Hachette Boardgames USA - Yogi",
"href":"https://www.hachetteboardgames.com/products/yogi",
"description":"Yogi board game available at Hachette"
}
},
{
"search":{
"title":"Amazon.de - UDC Gigamic 2 Games: Yogi and Yogi Guru",
"href":"https://www.amazon.de/...",
"description":"Yogi game set on Amazon"
}
}
]
}
}

OCR - Text Extraction

Extract text from images with position information:

{
"ocr":{
"results":[
{
"text":"APIFY",
"boundingBox":{
"imageDimensions":[152,40],
"centerPerX":0.6644801,
"centerPerY":0.4873848,
"perWidth":0.7105263,
"perHeight":0.575,
"pixelCoords":{
"x":47,
"y":8,
"width":108,
"height":23
}
}
}
]
}
}

Translate OCR - Text Translation

Extract and translate text from images:

{
"translate-ocr":{
"originalExtractedText":"GOOD VIBES ONLY",
"originalImage":{
"words":[
{
"text":"GOOD",
"top":"412.417px",
"left":"144.583px",
"width":"747.583px",
"height":"177.983px",
"rotation":0
},
{
"text":"VIBES",
"top":"658.55px",
"left":"115.15px",
"width":"808.883px",
"height":"183.917px",
"rotation":0
}
]
},
"translatedImage":{
"words":[
{
"text":"BONNES",
"top":"412.417px",
"left":"144.583px",
"width":"747.583px",
"height":"177.983px",
"rotation":0
},
{
"text":"VIBRATIONS",
"top":"658.55px",
"left":"115.15px",
"width":"808.883px",
"height":"183.917px",
"rotation":0
}
]
}
}
}

AI Mode

Get AI-powered answers about your images:

{
"ai-mode":{
"results":[
{
"question":"What is the main color in this image?",
"answer":"The main color in this image is blue, with various shades creating a calming atmosphere."
},
{
"question":"What objects can you identify?",
"answer":"I can identify a laptop, a coffee cup, a notebook, and a pen on a wooden desk."
}
]
}
}

Products

Find and identify products in images:

{
"products":{
"results":[
{
"title":"Yogi Board Game",
"price":"$24.99",
"vendor":"Amazon",
"link":"https://www.amazon.com/...",
"thumbnail":"https://..."
}
]
}
}

πŸ”¦ Real-World Use Cases

  • πŸ“Š Data Analysis: Extract text and data from images for research and reporting
  • 🎨 Creative Inspiration: Use visual matches to fuel your designs
  • πŸ›οΈ E-commerce: Identify and find similar products from images
  • 🧠 AI Training: Build robust datasets for machine learning models
  • πŸ“š Education: Get help with homework and learning materials
  • 🌐 Content Discovery: Find the source and context of images
  • πŸ€– Intelligent Image Analysis: Ask questions and get AI-powered insights about any image

🏁 Ready to Start?

  1. Create a free Apify account at apify.com
  2. Find the Google Lens Actor in the Apify Store
  3. Configure your input:
    • Add image URLs
    • Select search types (all, ai-mode, translate-ocr, etc.)
    • Add optional parameters like AI questions or translation language
  4. Click "Start" to process your images
  5. View results in the Storage tab using the convenient dataset views
  6. Download results in your preferred format (JSON, CSV, Excel, HTML)

πŸ“– Advanced Features

Multiple Search Types

Run multiple search types simultaneously to get comprehensive image analysis:

{
"searchTypes":["all","ocr","products","ai-mode"],
"imageUrls":[{"url":"https://example.com/product.jpg"}],
"aiModeQuestions":["What product is this?","What is its condition?"]
}

Language Support

The Actor supports 100+ languages for both search results and text translation. Specify your preferred language:

{
"searchTypes":["translate-ocr","all"],
"imageUrls":[{"url":"https://example.com/image.jpg"}],
"translateLanguage":"fr",
"language":"fr"
}

Dataset Views

Results are organized into convenient views in the Apify console. Each view shows data in a tabular format with individual rows for easy analysis and export. Access views directly from the Storage tab or via the Apify API.


For additional guidance, refer to the Apify documentation or contact support for assistance. Happy scraping! πŸš€

You might also like

Google Lens Search API - Reverse Image Search & OCR

zen-studio/google-lens-visual-search

Reverse image search via Google Lens. Returns visual matches, AI descriptions, related links, related searches, and OCR text with bounding boxes. Four modes from fast OCR-only to full all-tabs extraction.

Google Lens OCR API - Image to Text Under 500ms REST API

zen-studio/google-lens-ocr

Extract text from any image via Google Lens OCR API. Under 500ms per image, no browser needed. Returns word-level bounding boxes with pixel coordinates, detected language, and structured paragraphs/lines/words. Batch and HTTP API modes.

Google Image Search Scraper & API Alternative

thodor/google-image-scraper

Scrape images from Google Images by keyword. Extract direct image URLs, alt text, and source links, up to 30k results per query. A fast Google image search API alternative for JSON, CSV, or Python.

Google Lens Scraper β€” Reverse Image Search

scrape.badger/google-lens-scraper

Reverse image search at scale via Google Lens: visual matches, exact matches, and shoppable product matches with price chips. Feed any public image URL, get structured JSON β€” title, source, source_favicon, thumbnail, price tag, in-stock flag, plus related search chips.

43

Google Shopping API | Google Shopping Products, Prices & Deals

johnvc/google-shopping-api-google-shopping-products-prices-deals

Scrape Google Shopping results: extract product listings, prices, ratings, sellers, delivery info, and discount tags. Filter by location, price range, sort order, free shipping, and sale items. Supports multi-page scraping. Extract product listings, prices, ratings, sellers, and delivery info.

Reverse Image Search API

thodor/google-lens-exact-matches

Reverse image search where any image appears online with source URL resolution. Covers Instagram, TikTok, eBay, Amazon and the entire web.

Search By Image Aliexpress

freecamp008/search-by-image-aliexpress

The Reverse Image Search is an AliExpress Search By Image API that allows you to locate products by image URL alone. Skip the keywords and get immediate matches, pricing, and seller data using cutting-edge image search technology.

37

5.0

Bing Images Scraper

thodor/bing-images

Scrape Bing Images online from the bing images website with search terms and get full-size URLs, source pages, and metadata. No Bing API key required

Google Shopping Scraper β€” Product Prices & Merchants

automation-lab/google-shopping-scraper

Compare product prices across merchants on Google Shopping: titles, prices, numeric price, merchants, ratings, delivery info, product URLs, country/language targeting, and exports.

πŸ‘ User avatar

Stas Persiianenko

152

Google Maps Places API

thodor/google-maps-scraper-with-reviews

Google Places API alternative. Get 60+ business attributes per place: names, phones, websites, hours, reviews, and coordinates. JSON, CSV, or Excel. Unlimited results per area, no per-request quota.

Related articles

How to use Google Lens API to extract image data and find matching images
Read more
Top 5 Google Image Search APIs to extract web image data
Read more