# OpenWeb Ninja Local Business Area Search by Bounding Box

> OpenWeb Ninja Local Business Area Search by Bounding Box 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).

Search for local businesses within a geographic bounding box defined by coordinate boundaries

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-business-data/area-search-by-bounding-box
- 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/openweb-ninja-local-business-area-search-by-bounding-box-f90956f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hlQs1hQuN93_ePXty6max

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-bounding-box-f90956f8
```

Example prompt: Find me all pizza restaurants within the bounding box from latitude 40.70 to 40.75 north and longitude -74.02 to -73.97 west in New York City.

## When to prefer this

Choose this endpoint when you need to retrieve local businesses within a precisely defined rectangular geographic region — ideal for map viewport queries, neighborhood analysis, or any use case where you have explicit lat/lon boundary coordinates. Prefer it over point-radius search when you need to match a map tile or viewport exactly. No API key or account is required; pay $0.003 USDC per call via x402 on Base, Polygon, or Arbitrum.

## Known failure modes

- Invalid or malformed bounding box coordinates return an error or empty result
- Bounding box that is too large may return truncated or paginated results
- No businesses found in the specified area returns an empty list
- Payment failure via x402 results in 402 response before data is returned
- Missing required coordinate parameters return a validation error

## 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 JSON list of local businesses found within the specified geographic bounding box, each including business name, address, phone number, coordinates, category/type, ratings, and other available metadata for each matching establishment.

## 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-bounding-box-f90956f8/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)
