# OpenWebNinja Local Rank Tracker Search

> OpenWebNinja Local Rank Tracker Search 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 ranked local business search results from Google Maps for a given keyword query at a specific geographic location and zoom level

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-rank-tracker/search
- 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/openwebninja-local-rank-tracker-search-0a170289
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dKQCEQtwmBEcKz4kc_Vqr

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-search-0a170289
```

Example prompt: Search for 'coffee shop' near latitude 37.341759, longitude -121.938314 at zoom level 13 and show me the ranked list of businesses that appear in Google Maps results, including their ratings, review counts, and addresses.

## When to prefer this

Use this endpoint when you need geo-specific Google Maps local business rankings for a keyword, including rank position, ratings, and review counts at a precise latitude/longitude. Prefer it over generic place search APIs when local SEO rank tracking or competitive local business positioning is the primary goal.

## Known failure modes

- Missing required query, lat, or lng parameters returns a validation error
- Invalid or out-of-range coordinates (e.g. lat > 90) may return an error or empty results
- No businesses found for the query at the given location returns count 0 and empty results array
- Payment failure or insufficient USDC balance results in 402 Payment Required
- Rate limiting or quota exhaustion may return 429 Too Many Requests

## 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 ranked list of local businesses matching the search query at the specified coordinates, each with name, rank position, rating, review count, address, website URL, place_id, google_id, cid, lat/lng, country, verified flag, and service-area-business flag.

## 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-search-0a170289/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)
