# OpenWebNinja Local Rank Tracker – Places Search

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

Search for and rank local business places near a given location using a query string, returning detailed place data including coordinates, addresses, and Google IDs

## Facts

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

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-places-search-14679e52
```

Example prompt: Can you find me the top-ranked pizza restaurants near Austin, Texas and give me their names, addresses, and Google place IDs?

## When to prefer this

Use this endpoint when you need to search for and retrieve ranked local business listings near a specific geographic location, especially when you need structured data including Google place IDs, coordinates, and addresses. Ideal for local SEO rank tracking, local business discovery, and building maps-enriched datasets. Prefer this over generic web search when structured place data with lat/lng and Google identifiers is required.

## Known failure modes

- Missing required 'query' parameter returns an error or empty results
- Invalid or unrecognized 'near' location may return zero results
- No results found for obscure queries in rural or unsupported regions
- Rate limiting or payment failure (402) if USDC balance is insufficient
- Network timeout if the underlying maps data provider 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 a list of matching places with fields including name, address, latitude, longitude, country, place_id, google_id, place_link, a unique customer identifier (cid), and a flag indicating if it's a service area business. Also includes total result count, the search parameters used, and a unique request_id.

## 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-places-search-14679e52/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)
