# OpenWeb Ninja — Local Business Photo Details API

> OpenWeb Ninja — Local Business Photo Details 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 photo details for a specific local business from real-time maps and local business data sources

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-business-data/photo-details
- 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-photo-details-api-6ba4efab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_feLxHbvcoqQNdDS-3juTw

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-photo-details-api-6ba4efab
```

Example prompt: Can you pull up the photo details for Joe's Pizza in Brooklyn — I want to see what images are associated with their business listing?

## When to prefer this

Choose this endpoint when you need real-time photo data for a specific local business without requiring an account or API key, and you want per-call USDC micropayment billing. Ideal for agents enriching business profiles, building directories, or previewing locations. Prefer over Google Places API or similar when avoiding key management overhead and needing pay-as-you-go x402 pricing.

## Known failure modes

- Business not found — returns empty result or 404 if the identifier doesn't match a known listing
- Invalid or missing required parameters — returns error indicating required fields
- Payment failure — x402 payment of $0.003 USDC not processed, request rejected
- Rate or quota issues — upstream data provider throttling causes timeout or partial response
- No photos available — business exists but has no associated photos in the dataset

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

Returns photo details associated with a local business listing, including photo URLs, metadata such as captions or timestamps, and attribution information 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-photo-details-api-6ba4efab/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)
