# OpenWebNinja Local Rank Tracker Grid

> OpenWebNinja Local Rank Tracker Grid 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).

Returns a grid-based local SEO rank analysis showing how a business ranks across multiple geographic points for a given search query

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-rank-tracker/grid
- 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-rank-tracker-grid-d18e83ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8HLTz3yMOCFzZwm54Ni4f

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-rank-tracker-grid-d18e83ca
```

Example prompt: Can you run a local rank tracker grid for my business (place ID 'ChIJN1t_tDeuEmsRUsoyG83frY3') searching 'coffee shop' centered at 37.341759, -121.938314, using a 5x5 grid with a 2 km radius, square shape?

## When to prefer this

Use this endpoint when you need geographically distributed local SEO rank data for a specific business across a grid of points rather than a single location check. Ideal for local SEO audits, competitive analysis, and understanding geographic visibility coverage for a Google Maps listing.

## Known failure modes

- Missing required parameters (place_id, query, lat, lng, grid_size, radius) returns a 400 error
- Invalid place_id returns empty or zero results
- Payment not provided or insufficient returns 402 Payment Required
- Grid size outside allowed enum values (3,5,7,9,11,13,15) returns validation error
- Coordinates outside valid geographic range may return no results

## 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 structured object with: total grid points analyzed, number of locations found, average rank of found locations, percentage of locations found, overall average total rank across all points, and percentage of points where the business ranked in the top 3. Also echoes back the search parameters used.

## 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-rank-tracker-grid-d18e83ca/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)
