# OpenWebNinja Local Business Area Search by Radius

> OpenWebNinja Local Business Area Search by Radius 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).

Searches for local businesses within a geographic radius using coordinates and a keyword query, returning nearby business listings

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-business-data/area-search-by-radius
- 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-area-search-by-radius-05282b65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sB4m4hrwL1Mc2KDnLKiH-

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-area-search-by-radius-05282b65
```

Example prompt: Find me all coffee shops within 2 miles of latitude 37.359428, longitude -121.925337 — show up to 20 results in English for the US region.

## When to prefer this

Use this endpoint when you need to find local businesses or points of interest within a geographic radius from a known coordinate pair. Ideal for proximity-based local search use cases where you have lat/lng and want results filtered by distance and keyword. Choose this over general web search when structured local business data (addresses, contact info) is needed rather than web content.

## Known failure modes

- Missing required parameters (query, lat, lng, radius) returns a 400 error
- Invalid coordinate format causes lookup failure
- Radius too large or unsupported value may return empty results or error
- No businesses found matching query in the area returns empty results array
- Rate limiting or payment failure returns 402 or 429 status

## 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 local business listings matching the query keyword within the specified radius of the given coordinates, including business names, addresses, and potentially contact details if requested.

## 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-area-search-by-radius-05282b65/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)
