# 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-15).

Retrieves photos associated with a local business from real-time local and maps data sources

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-business-data/business-photos
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-local-business-photos-api-bcf2231f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KfJK4rTKKjTRSYaF-LAGV

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-bcf2231f
```

Example prompt: Can you pull the photos for 'Morning Bloom Coffee' in Austin, TX — I want to see what the place looks like before I visit?

## When to prefer this

Choose this endpoint when you need real-time photos of a specific local business without requiring an API key or account setup, and when paying $0.003 USDC per call via x402 is acceptable. It is ideal for agents that need to enrich business profiles, verify storefronts, or present visual information about a venue to users on demand.

## Known failure modes

- Business not found — returns empty result or error if the identifier does not match a known listing
- Invalid or missing required parameters — API returns an error if required fields like business ID or name are absent
- No photos available — some businesses may have no associated photos in the data source
- Payment failure — x402 micropayment not completed results in 402 response and no data returned
- Rate or network errors — transient failures from upstream maps data provider

## 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 photo URLs and associated metadata (such as captions, timestamps, or source tags) for the queried local business, sourced from real-time maps and local business data.

## 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-bcf2231f/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)
