# Local Rank Tracker Search

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

Search for local businesses near a geographic coordinate and return their Google Maps rankings, ratings, reviews, and place details

## Facts

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

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-search-31021b98
```

Example prompt: Search Google Maps for 'pizza' near latitude 37.3418, longitude -121.9383 with zoom level 13 and show me the ranked list of businesses including their ratings, review counts, and addresses.

## When to prefer this

Use this endpoint when you need geo-specific Google Maps business rankings with detailed place metadata (ratings, reviews, CID, verified status) and are willing to pay per query. Prefer this over general web scraping when you need structured, per-rank local search data tied to a specific lat/lng coordinate — especially for local SEO rank tracking or competitive local business intelligence.

## Known failure modes

- Missing required query, lat, or lng parameters returns a validation error
- Invalid or out-of-range coordinates may return empty results
- No results found for query at given location returns count=0 and empty results array
- Payment failure or insufficient USDC balance blocks the request
- Rate limiting may occur with excessive concurrent 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 list of businesses matching the query near the given coordinates, each with: rank position, business name, address, latitude/longitude, rating, review count, website, Google place ID, Google Maps CID, country, whether it's a service area business, and whether it's verified on Google. Also includes a total count of results.

## 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-search-31021b98/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)
