# OpenWebNinja Local Business Nearby Search

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

Search for nearby local businesses by keyword and geographic coordinates, returning business listings with optional contact extraction

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-business-data/search-nearby
- 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-local-business-nearby-search-83cc8862
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yLU-UMHwJEr45Kfj7dB7K

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-nearby-search-83cc8862
```

Example prompt: Find me the top 10 Italian restaurants near coordinates 37.359428, -121.925337 in the US, and include their contact emails if available.

## When to prefer this

Use this endpoint when you need to discover local businesses near a specific geographic point using keyword search, especially when you want structured business listings with optional contact extraction. Prefer this over generic web search when you need structured POI data tied to coordinates rather than unstructured web results.

## Known failure modes

- Missing required query, lat, or lng parameters returns a 400 error
- Invalid or out-of-range coordinates may return empty results
- No businesses found matching the query in the given area returns an empty list
- Unsupported region or language codes may cause unexpected results
- Payment not provided or insufficient USDC balance returns 402 Payment Required

## 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 list of nearby local businesses matching the search query, each with details such as business name, address, location, business type/subtype, and optionally extracted email addresses and contact information. Results are filtered by proximity to the provided latitude/longitude coordinates.

## 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-nearby-search-83cc8862/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)
