VOOZH about

URL: https://apify.com/scrape.badger/google-lens-scraper

โ‡ฑ Google Lens Scraper โ€” Reverse Image Search ยท Apify


๐Ÿ‘ Google Lens Scraper โ€” Reverse Image Search avatar

Google Lens Scraper โ€” Reverse Image Search

Pricing

from $6.00 / 1,000 lens images

Go to Apify Store

Google Lens Scraper โ€” Reverse Image Search

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.

Pricing

from $6.00 / 1,000 lens images

Rating

0.0

(0)

Developer

๐Ÿ‘ Scrape Badger

Scrape Badger

Maintained by Community

Actor stats

0

Bookmarked

43

Total users

17

Monthly active users

18 days ago

Last modified

Share

What does Google Lens Scraper do?

Reverse image search with Google Lens. Submit an image URL โ€” get back visual matches, exact matches, shopping matches, and related searches.

Why use Google Lens Scraper?

  • Visual + exact + shopping matches. Every match type Lens surfaces, tagged visual_match / exact_match / shopping_match.
  • Related search chips. Google's suggested follow-up queries, emitted as type: related_search records.
  • No Apify image upload needed. Pass a URL โ€” we fetch it.
  • Shopping integration. Shopping matches include price, merchant, gpcid (feed into google-products-scraper).
  • No CAPTCHAs reach you. Lens's JS challenge is handled by ScrapeBadger's browser farm.

What data can Google Lens Scraper extract?

FieldTypeDescription
typestringvisual_match / exact_match / shopping_match / related_search
titlestringMatch description
linkstringSource page URL
sourcestringHost website
thumbnailstringMatch image URL
priceobjectShopping match: {value, currency, extracted}

How to scrape Google Lens

  1. Click Try for free.
  2. Paste the image URL (must be publicly reachable).
  3. Optional: add a text query to constrain results, set country / language.
  4. Toggle visual_matches / exact_matches (default: both on).
  5. Click Start โ€” matches stream into the dataset.

How much will it cost?

$0.006 per image (โ‰ˆ $6 per 1,000 images). One call per image. Shopping + visual + related search chips are all included โ€” no extra credits.

Competitor benchmark

ActorAuthorPriceNotes
zen-studio/google-lens-scraperzen-studio~$7.99 / 1k imagesPay-per-event
newyear/google-lens-scrapernewyear$15 /mo subscriptionDeprecated
scrape-badger/google-lens-scraperScrapeBadger$6 / 1k images25% under zen-studio, no subscription

Input

Configure the run in the Input tab above, or pass a JSON object matching the fields below when calling the Actor via the Apify API.

FieldRequiredDescription
image_urlโœ…Publicly reachable image URL.
queryโ€”Optional text constraint.
productโ€”Pre-narrow to shopping matches.
visual_matchesโ€”Default true.
exact_matchesโ€”Default false โ€” slower.
country / languageโ€”Defaults us / en.

Output

Every successful run streams records into the run's dataset. Download as JSON, CSV, XML, Excel, or HTML from the Dataset tab; consume programmatically via the Apify API or webhooks.

Example record:

[
{
"type":"visual_match",
"title":"Red running shoes \u2014 Nike Pegasus 41",
"link":"https://example.com/shoes",
"source":"example.com",
"thumbnail":"https://encrypted-tbn0.gstatic.com/\u2026"
},
{
"type":"shopping_match",
"title":"Nike Pegasus 41 Men's",
"link":"https://nike.com/\u2026",
"source":"Nike.com",
"thumbnail":"https://\u2026",
"price":{
"value":"$140.00",
"currency":"USD",
"extracted":140.0
}
},
{
"type":"related_search",
"title":"Running shoes for marathons"
}
]

Tips / Advanced options

  • Cache your source images. Google's CDN returns 404 if the source URL disappears mid-run. Host on S3 / Cloudflare for reliability.
  • Shopping matches ship with gpcid. Pipe them through google-products-scraper for full specs, offers, variants.
  • exact_matches is slower. Only enable when you need to track visually identical images across the web (copyright / brand monitoring).
  • Related searches are cheap ideation fuel. For SEO content research, related chips often beat autocomplete for breadth.

FAQ, Disclaimers, Support

Does it work with private / auth'd images?

No โ€” Google Lens needs to fetch the image; it must be public.

Can I upload a local file?

Not directly from the Apify input. Host your image on S3 / Cloudflare / imgur and pass the URL.

What's a visual match vs. exact match?

Visual = visually similar (same scene, different angle). Exact = the same image file (copyright / reuse tracking).

How big can the image be?

Google Lens accepts up to ~10 MB per image. Larger images are downscaled server-side.

Disclaimer

This Actor scrapes public Google data only. You're responsible for compliance with Google's Terms of Service and any applicable data-protection laws (GDPR, CCPA, etc.) in your jurisdiction. ScrapeBadger does not store the scraped results โ€” they are delivered directly to your Apify dataset.

Support

Something not working? Open a ticket in the Issues tab above โ€” we triage within one business day. Full API reference: docs.scrapebadger.com.

Related Actors

Powered by

ScrapeBadger โ€” Google-optimised residential proxy pool + browser-farm fallback, 99.7% uptime, unmetered bandwidth. No CAPTCHAs reach you.

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 Image Search Scraper & API Alternative

thodor/google-images-up-to-30k

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.

Facebook Group Posts

swerve/fb-group-scraper

Scrape public Facebook group posts at scale, or private if cookies are provided. Get post text, author, timestamp, comments count, and reactions. No login required for public groups.

Facebook Group Post Scraper

scrapier/facebook-group-post-scraper

Scrape posts from Facebook groups with the Facebook Group Post Scraper. Extract post text, images, videos, comments, reactions, and timestamps. Ideal for community analysis, engagement tracking, and market research. Fast, reliable, and scalable for single or multiple groups.

Google Images Scraper

crawlerbros/google-images-scraper

Extract image data from Google Images search. Scrape image URLs, dimensions, thumbnails, page titles, origins, and content URLs for any search query.

68

5.0

Facebook Group Posts Scraper ๐Ÿ“ฑ

easyapi/facebook-group-posts-scraper

Scrape Facebook group posts efficiently with login support. Extract post content, author info, timestamps and more from any public or private Facebook group you have access to.

Facebook Groups Scraper

caprolok/facebook-groups-scraper

Efficiently extract data from public Facebook groups: access group and post URLs, post texts, timestamps, likes, comments count, and basic user info and much more. Download in JSON, CSV, Excel for easy analysis and integration in apps, spreadsheets, or reports.

1.1K

3.6

Facebook Groups Posts Scraper

api-empire/facebook-groups-posts-scraper

Facebook Groups Posts Scraper extracts posts from public Facebook groups. Capture text, media, authors, timestamps, reactions, comments, and metadata. Ideal for research, community insights, trend tracking, and workflows needing structured Facebook group post data.

Facebook Groups Scraper

scrapeengine/facebook-groups-scraper

Extract data from public Facebook groups including posts, comments, reactions, and member insights. This Apify scraper helps you track discussions, analyze engagement, monitor trends, and gather valuable data for research, marketing, and community intelligence

45

Facebook Group & Post Scraper - Posts, Comments & Reactions

whoareyouanas/facebook-group-scraper

Scrape posts from public & private Facebook groups and page. Extract post text, author info, reactions, comments, shares, images, videos, and group metadata. Cookie auth for private groups. Clean JSON/CSV output. No API key needed.

278

5.0

Related articles

How to use Google Lens API to extract image data and find matching images
Read more