# stableenrich.dev People Image Search

> stableenrich.dev People Image Search is a paid API for AI agents from stableenrich.dev, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-15, last successful call 2026-07-17).

Finds image results for a named person using Serper-powered Google image search.

## Facts

- Endpoint: POST https://stableenrich.dev/api/serper/people-image-search
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-07-17
- Success rate: 100% of calls made through Zero
- Rating: 4.7 / 5 from 2 reviews
- Activations on Zero: 5
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableenrich-dev-b9398bb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZA1zaT34I6xeq7Zh5A6KB

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 stableenrich-dev-b9398bb6 -d '<json body>'
```

Example prompt: Can you find some photos of Elon Musk for me — I need image results from a web search for that person.

## When to prefer this

Use this endpoint when you need image results specifically for a named person and want Serper-powered Google image search quality. Prefer this over general web scraping when you want structured image results for people enrichment workflows, such as adding a face/photo to a contact record or verifying the appearance of a professional contact.

## Known failure modes

- Person not found or too obscure — returns empty or low-quality results
- Ambiguous name with multiple people — results may mix images of different individuals
- Serper API downtime — upstream service unavailable error
- Invalid or missing query parameter — 400 bad request
- Insufficient USDC balance or payment failure — 402 payment required

## 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

A list of image search results for the queried person, including image URLs and likely metadata such as titles, source URLs, and thumbnails, powered by Serper's Google image search.

## Example request

```json
{
 "q": "\"John Smith\" software engineer",
 "gl": "us",
 "hl": "en",
 "num": 10
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "q": {
   "type": "string",
   "minLength": 1,
   "description": "Exact-name + company/context query, e.g. `\"Jane Doe\" \"Acme\" LinkedIn headshot`. For ambiguous people, resolve the profile slug/company/title first. LinkedIn photos may be non-public; if a scraper returns default_avatar: true or the first search fails, research the profile for alternate disambiguators and retry with public non-LinkedIn source terms."
  },
  "gl": {
   "type": "string",
   "maxLength": 2,
   "minLength": 2,
   "description": "Country code (e.g. 'us')"
  },
  "hl": {
   "type": "string",
   "minLength": 2,
   "description": "Language code (e.g. 'en')"
  },
  "num": {
   "type": "integer",
   "maximum": 100,
   "minimum": 1,
   "description": "Number of results to return (Serper `num`)"
  },
  "location": {
   "type": "string",
   "minLength": 1,
   "description": "Location (e.g. 'New York, NY')"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableenrich-dev-b9398bb6/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)
