# OpenWeb Ninja Local Business Area Search by Radius

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

Search for local businesses within a specified radius around a geographic point, returning nearby business listings and details.

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-business-data/area-search-by-radius
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-local-business-area-search-by-radius-c4f8c07c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HtOjKO5jOGT_gbaWF2ja-

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

Example prompt: Find all coffee shops within a 1-mile radius of 37.7749° N, 122.4194° W in San Francisco and give me their names, addresses, and ratings.

## When to prefer this

Choose this endpoint when you need to discover local businesses within a geographic radius without requiring an API key or account setup. Ideal for agent workflows that need pay-per-call access to local business data via x402 micropayments on Base, Polygon, or Arbitrum. Best for geospatial queries centered on coordinates rather than keyword-based SERP searches.

## Known failure modes

- Invalid or missing coordinates return an error response
- Radius value out of acceptable range returns validation error
- No businesses found in area returns empty results array
- Payment failure via x402 returns HTTP 402 before data is provided
- Rate limiting or network issues may cause timeouts

## 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 JSON list of local businesses found within the specified radius, typically including business name, address, phone number, category, ratings, and distance from the center point.

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