# 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-13).

Searches for local businesses/places near a given location using a text query, returning Google Maps place details including coordinates, addresses, and place IDs

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-rank-tracker/places
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-local-rank-tracker-places-search-60b91c1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GFGH3z3UjwqUh30d0E-Pm

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-60b91c1d
```

Example prompt: Can you find all the pizza restaurants near downtown Chicago and give me their Google Place IDs, addresses, and coordinates?

## When to prefer this

Use this endpoint when you need to find local businesses or points of interest near a specific location with Google Maps-level data including place IDs and coordinates — especially useful for local SEO rank tracking, competitor research, or geocoding business locations. Prefer this over generic geocoding APIs when you need Google-specific identifiers (place_id, CID) for local ranking analysis.

## Known failure modes

- Missing required 'query' parameter returns an error
- Invalid or unrecognized 'near' location may return zero results
- No results found for obscure query/location combinations
- Payment failure (x402) if USDC balance insufficient
- Rate limiting if too many requests are made

## 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 their name, address, latitude/longitude, country, unique place_id, Google ID (CID), a link to the place's details, and whether each is a Service Area Business — plus the total result count, request ID, and echoed search parameters.

## 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-60b91c1d/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)
