# OpenWeb Ninja — Local Rank Tracker at Coordinate

> OpenWeb Ninja — Local Rank Tracker at Coordinate 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 local search ranking position of a business at a specific geographic coordinate, showing how it ranks in map/local search results from that location.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-rank-tracker/ranking-at-coordinate
- 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/openweb-ninja-local-rank-tracker-at-coordinate-325ad7e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RVpkXhGmLexTKPyv2y7vT

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-rank-tracker-at-coordinate-325ad7e3
```

Example prompt: Check what position 'Sunrise Coffee' ranks at in local Google Maps search results for the keyword 'coffee shop' from coordinates 37.7749° N, 122.4194° W.

## When to prefer this

Choose this endpoint when you need hyper-local, coordinate-precise ranking data for a business — especially for local SEO monitoring, understanding rank variation by geographic position, or checking map pack visibility from specific customer locations. Prefer over general SERP rank checkers when geographic granularity at the GPS coordinate level matters.

## Known failure modes

- Business not found in local results — returns no ranking or null position
- Invalid coordinates (out of range lat/long) — returns error
- Keyword returns no local pack results — unranked response
- Rate limit or payment failure over x402 — 402 Payment Required
- Coordinate outside supported region — no results returned

## 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 the local search ranking position (e.g., rank #1, #2, #3 in the map pack, or outside top results) for a business at the specified geographic coordinate for the given keyword, reflecting how visible the business is to users searching from that location.

## 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-rank-tracker-at-coordinate-325ad7e3/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)
