# Local Rank Tracker Grid Coordinate Calculator

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

Generates a grid of geographic coordinate points centered on a given lat/lng, for use in local SEO rank tracking across a spatial grid

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-rank-tracker/calculate-grid-coordinates
- 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/local-rank-tracker-grid-coordinate-calculator-dd68fff9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3oIhCt8Nd3ONmNLXJim7Y

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 local-rank-tracker-grid-coordinate-calculator-dd68fff9
```

Example prompt: Calculate a 5x5 rank tracking grid centered on latitude 37.341759, longitude -121.938314 with a 2km radius, so I can see the coordinate points to check local search rankings across that area.

## When to prefer this

Use this endpoint when you need to programmatically generate a spatial grid of lat/lng points around a business location for local SEO rank tracking — specifically when you want to audit search rankings across a geographic area by checking multiple grid points rather than a single location. Prefer this over manual coordinate calculation or geospatial libraries when you need a structured, rank-tracker-compatible output with row/column indexing.

## Known failure modes

- Missing required query params (lat, lng, grid_size, radius) returns an error
- grid_size value outside allowed enum (3,5,7,9,11,13,15) returns validation error
- Invalid numeric values for lat/lng return a bad request error
- Payment not included or insufficient USDC results in 402 Payment Required
- Network timeout if the coordinate calculation service is slow

## 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 an array of coordinate objects, each with a lat/lng pair and a row/column index [rc], along with the input parameters echoed back and a unique request ID. The grid is evenly distributed across the specified radius around 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/local-rank-tracker-grid-coordinate-calculator-dd68fff9/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)
