apify-google-lens-apilisted
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: