# OpenWeb Ninja — Local Business Photos API

> OpenWeb Ninja — Local Business Photos API is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches photos associated with a local business listing, such as Google Maps photos, given a business identifier

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-business-data/business-photos
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-local-business-photos-api-cb006d00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5xMvgQt-6onXVIpGZFehS

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 openweb-ninja-local-business-photos-api-cb006d00
```

Example prompt: Can you pull all the available photos for Nobu restaurant in Malibu so I can see what the place looks like before I go?

## When to prefer this

Choose this endpoint when you need to retrieve real photos associated with a specific local business — such as for enriching business profiles, powering visual previews in travel or review apps, or performing competitor research — without requiring an API key or account setup. It is particularly useful for agent workflows that need quick, pay-per-call access to business imagery with no subscription overhead.

## Known failure modes

- Business not found — returns empty result or error if the place ID or business name does not match any known listing
- Invalid input — missing required business identifier causes a 4xx error
- No photos available — some businesses have no associated photos, returning an empty array
- Payment failure — x402 USDC payment not processed, request not fulfilled
- Rate or quota issues — repeated calls in short windows may be throttled

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A JSON response containing a collection of photo URLs and associated metadata (such as captions or source attribution) linked to the requested local business, typically sourced from public business listings like Google Maps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-local-business-photos-api-cb006d00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
