# OpenWeb Ninja — Local Business Details Plus

> OpenWeb Ninja — Local Business Details Plus 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).

Returns enriched details for a specific local business, including contact info, hours, ratings, and extended attributes, payable per call via x402 (USDC).

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-business-data/business-details-plus
- 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-details-plus-7f63cf35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mNFLq-rW2mylAKX0xsviY

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-details-plus-7f63cf35
```

Example prompt: Can you pull up the full business details for Joe's Pizza in Manhattan — I need their phone number, hours, address, ratings, and any other info available?

## When to prefer this

Use this endpoint when you need comprehensive, enriched details about a single known local business and want to avoid managing API keys or subscriptions — paying $0.003 per call via USDC on Base/Polygon/Arbitrum. Prefer this over basic directory lookups when you need extended attributes beyond name/address. Best suited for one-off or low-volume lookups; for bulk enrichment consider batch alternatives.

## Known failure modes

- Business not found — returns empty result or 404-equivalent if the business ID or name/location combo doesn't match any listing
- Ambiguous query — multiple businesses match, requiring more specific input
- Payment failure — x402 USDC payment not processed, request blocked
- Rate limiting or network timeout — transient errors from upstream data provider
- Stale data — business information may not reflect real-time changes like temporary closures

## 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 enriched business details such as name, address, phone number, website, business hours, star rating, review count, business categories, and extended attributes (e.g. amenities, payment methods, accessibility). The 'plus' variant typically includes more fields than a basic listing lookup.

## 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-details-plus-7f63cf35/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)
