# OpenWeb Ninja Local Business Details API

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

Returns detailed profile data for a specific local business, payable per-call via x402 (USDC, no API key needed).

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-business-data/business-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-details-api-3ed83a5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hVV-iZxlqD2kT3UtxTUyX

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-api-3ed83a5d
```

Example prompt: Can you pull up the full details for 'Blue Bottle Coffee' in San Francisco — I need their address, phone number, hours, website, and customer rating?

## When to prefer this

Choose this endpoint when you need structured, up-to-date details for a single known local business and want to avoid API key registration overhead. It is ideal for per-call, pay-as-you-go workflows via x402/USDC. Prefer it over scraping Google Maps or Yelp directly, and over subscription-based business data APIs when usage is sporadic or agent-driven. Best suited for enrichment pipelines, lead generation, restaurant/venue research, and competitive intelligence tasks.

## Known failure modes

- Business not found — returns empty result or 404 if the identifier doesn't match a known listing
- Payment failure — x402 payment not accepted, call blocked
- Ambiguous business identifier — wrong or partial name may return incorrect business
- Rate limiting or network timeout on upstream data provider
- Missing fields — some businesses may have incomplete data (no website, no hours listed)

## 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 the business's structured profile: name, address, phone number, website, business category, opening hours, star rating, review count, geographic coordinates, and any other available attributes from the underlying local business data source.

## 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-api-3ed83a5d/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)
