← ClaudeAtlas

apify-google-lens-apilisted

Run Google Lens style reverse image search from code with the Apify Google Lens API Actor (johnvc/google-lens-api). Send one image URL and get ranked matches as JSON. Three search types per lookup; visual_matches for similar images with title, source, url and thumbnail, products for shoppable matches with price, currency and stock, exact_matches for pages using the same image with the page url and date. Country and language biasing, optional text refinement, up to hundreds of rows per lookup with paging handled. Use when the user wants a google lens api, reverse image search api, search by image from code, visual product search, or image matches as JSON or CSV. Pay per result, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-google-lens-api · ★ 0 · AI & Automation · score 63
Install: claude install-skill johnisanerd/claude-skill-google-lens-api
# Google Lens API. Reverse Image Search as Structured JSON A working reverse image search API. One image URL in, ranked visual, product, or exact matches out as JSON rows. ## When to use this skill - The user wants a "google lens api" or "reverse image search api" they can call from code. - They have an image URL and want to know what it shows, where it appears, or what it costs. - They want visual product search: a product photo in, shoppable matches with prices out. - They are building bulk reverse image lookups over a list of URLs. Not for: image attribution and theft sweeps (use the companion apify-image-attribution-checker skill, tuned for exact_matches), keyword image search (Google Images API), or a second-index opinion (Yandex Reverse Image Search). See `references/actor-index.md`. ## What you get One dataset row per match. `searchType` echoes the mode; fields fill by type: - All rows: `position`, `title`, `source` (the site showing it), `url`, `thumbnail`, `queryImage` echo - `visual_matches` rows add `image`, `imageWidth`, `imageHeight` for the matched image file - `products` rows add `price`, `currency`, `inStock`, plus `rating` and `reviewCount` when shown - `exact_matches` rows add `date` when the source page shows one ## Prerequisites - Apify account (sign up at https://apify.com?fpr=9n7kx3&fp_sid=skillrepo). - Authentication via `apify login`, or an `APIFY_TOKEN` environment variable (Apify Console, Settings, Integrations). ## The Actor - Store page: