# OpenWebNinja Business Details Plus

> OpenWebNinja 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-14).

Retrieves comprehensive details for a local business by business ID, including contact info, emails, location, and maps data

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-business-data/business-details-plus
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-business-details-plus-0667d46b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ara_5FbJi7adu-IIHfWW9

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 openwebninja-business-details-plus-0667d46b
```

Example prompt: Look up full details for the business with ID 'ChIJN1t_tDeuEmsRUsoyG83frY3' in the US — I need the address, phone, emails, and any contact info you can find.

## When to prefer this

Use this endpoint when you already have a specific business ID (e.g. from a prior search or Google Maps listing) and need comprehensive details including contact information and emails. Prefer this over generic web scraping when you need structured, reliable business data including extracted email addresses. Best suited for single-business enrichment rather than bulk search.

## Known failure modes

- Invalid or unknown business_id returns empty or error response
- Missing required business_id parameter returns 400 validation error
- Business exists but has no email/contact data — extract_emails_and_contacts returns empty array
- Unsupported region or language code may return degraded results
- Payment not fulfilled results in 402 Payment Required response

## 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 a detailed business profile including name, address, phone number, business category, coordinates, hours, website, extracted email addresses and contact info, and optionally a shareable maps link — all fields available for a given business ID.

## 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/openwebninja-business-details-plus-0667d46b/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)
