# OpenWeb Ninja Local Business Photo Details

> OpenWeb Ninja Local Business Photo Details 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-13).

Retrieves photo details for a local business listing, including image URLs and metadata

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-business-data/photo-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-local-business-photo-details-00593a58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oxRwZ6ZlFTuObTRGu8Icr

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-00593a58
```

Example prompt: Can you pull up the photo details for the business listing of 'Joe's Pizza' in New York — I want to see the image URLs and any available metadata for their photos?

## When to prefer this

Choose this endpoint when you need photo-level detail (URLs, metadata, contributor info) for a specific local business listing without requiring an API key or account setup. Ideal for agents that need pay-per-call access to local business imagery data using USDC micropayments via x402, especially when you want to avoid subscription costs for infrequent lookups.

## Known failure modes

- Invalid or missing business/photo identifier returns an empty result or error
- Business not found in the data source returns a 404 or empty JSON
- Malformed request parameters result in a 400 error
- Payment not received or insufficient USDC results in a 402 response blocking the call
- Rate limiting or network timeout may cause intermittent failures

## 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 object containing photo details for the specified local business, including image URLs, photo IDs, contributor information, timestamps, and other associated metadata for each photo in the listing.

## 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-00593a58/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)
