# 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).

Returns local business listings within a geographic bounding box, enabling spatial discovery of businesses in a defined map area.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/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-895cf166
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7sIjOe9oazfIP4qP-_4nF

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-895cf166
```

Example prompt: Find all coffee shops and cafes within the area bounded by coordinates 37.7800N, 122.4000W (northeast) and 37.7600N, 122.4300W (southwest) in San Francisco.

## When to prefer this

Use this endpoint when you need to discover businesses within a specific geographic region defined by map corners (bounding box), rather than a point-radius or city-name search. Ideal for map-based UIs, spatial analysis, real estate research, or when you have exact coordinate boundaries from a map viewport. Preferred over point-radius searches when the target area is rectangular or aligned with a map view.

## Known failure modes

- Invalid or out-of-range bounding box coordinates return an error or empty result
- Bounding box too large may return truncated or incomplete results
- No businesses found in the specified area returns an empty array
- Malformed coordinate format causes a 400-level error
- Payment failure over x402 returns a 402 status without data

## 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 array of local business listings within the specified bounding box, each entry including the business name, address, phone number, geographic coordinates, star rating, review count, business category, website URL, and operating hours where available.

## 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-895cf166/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)
