# OpenWebNinja Local Business Details

> OpenWebNinja Local Business 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-15).

Retrieves detailed information about a specific local business by ID, including contact info, emails, maps data, and a shareable link

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/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/openwebninja-local-business-details-9807f1be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BQ4FPM4AnbXyYSvTwRlpB

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-local-business-details-9807f1be
```

Example prompt: Can you pull up the full business details for the Google Maps business ID 'ChIJN1t_tDeuEmsRUsoyG83frY3' in the US, including their emails and contact info?

## When to prefer this

Use this endpoint when you already have a specific business_id (e.g. from a prior search or Google Maps reference) and need to fetch comprehensive details including contact emails and phone numbers. Prefer this over a search endpoint when the business is already identified and you need structured profile data with optional contact extraction.

## Known failure modes

- Missing or invalid business_id returns an error or empty result
- Business not found for the given ID returns null or 404-like response
- Unsupported region or language codes may return unexpected results
- extract_emails_and_contacts may return empty if none are publicly available
- Network or upstream data provider timeout

## 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 structured business profile including name, address, phone number, extracted email addresses and contacts, coordinates, optional shareable maps link, and other business attributes available in the local business dataset.

## 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-local-business-details-9807f1be/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)
