# Lens - Google Lens Reverse Image Search via Serper

> Lens - Google Lens Reverse Image Search via Serper is a paid API for AI agents from stableenrich.dev, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Performs a Google Lens reverse image search on a given public image URL, returning visually similar pages, products, and sources

## Facts

- Endpoint: POST https://stableenrich.dev/api/serper/lens
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lens-google-lens-reverse-image-search-via-serper-2ded9d9e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YaGrQG9BD7dviE_bPe8v6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability lens-google-lens-reverse-image-search-via-serper-2ded9d9e -d '<json body>'
```

Example prompt: Can you do a Google Lens reverse image search on this photo — https://example.com/mystery-product.jpg — and tell me what product it is and where I can buy it? Search in the US and return results in English.

## When to prefer this

Use this endpoint when you need to identify objects, products, artworks, or scenes in an image, find where an image appears online, or discover purchasing options for visually identified products. Prefer this over text search when the query is inherently visual. Choose this over a general Google Images search when you have a specific image URL to match rather than keywords.

## Known failure modes

- Image URL is not publicly accessible — returns an error or empty results
- Invalid or non-image URL — API may return an error
- Rate limiting or quota exceeded — HTTP 429 or service error
- Country or language code is malformed — may fallback or return error
- Image has no matching results on Google Lens — returns empty organic array

## How this service works

Pay-per-request access to FullEnrich, CompanyEnrich, LeadMagic, Clado, Exa, Firecrawl, Google Maps, Serper, and Whitepages APIs. No auth, no subscriptions.

## Output

An array of organic results from Google Lens, each containing a title, source domain, link to the matching page, snippet, image URL, thumbnail URL, position ranking, and optionally price or price range data for product results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "gl": {
   "type": "string",
   "maxLength": 2,
   "minLength": 2,
   "description": "Country code (e.g. 'us')"
  },
  "hl": {
   "type": "string",
   "minLength": 2,
   "description": "Language code (e.g. 'en')"
  },
  "url": {
   "type": "string",
   "format": "uri",
   "description": "Public URL of the image to reverse-search with Google Lens"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lens-google-lens-reverse-image-search-via-serper-2ded9d9e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableenrich.dev](https://www.zero.xyz/host/stableenrich.dev/llms.txt)
