# OpenWeb Ninja EV Charge Finder — Search by Location

> OpenWeb Ninja EV Charge Finder — Search by Location is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Finds nearby EV charging stations given a geographic location, returning station details and availability data.

## Facts

- Endpoint: GET https://x402.openwebninja.com/ev-charge-finder/search-by-location
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-ev-charge-finder-search-by-location-7060f8bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xGAr0nQM3yiuzJINTJ0cK

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-ev-charge-finder-search-by-location-7060f8bc
```

Example prompt: Can you find EV charging stations near downtown San Francisco, California — ideally within 5 miles — so I can plan where to charge my car?

## When to prefer this

Choose this endpoint when you need to find EV charging stations near a specific geographic location without requiring an account, API key, or subscription. It is ideal for agent workflows that need pay-per-call EV location data via x402 micropayments on Base, Polygon, or Arbitrum. Prefer this over map-based or mobility APIs when you want raw station data without a full mapping SDK dependency.

## Known failure modes

- Missing or invalid location parameters return an error or empty result
- Location outside supported geographic coverage returns no stations
- Overly broad radius with high station density may return truncated results
- Network or payment failure results in HTTP 402 if USDC payment is not settled
- Malformed coordinate values return a 400-level error

## 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 EV charging stations near the specified location, typically including station name, address, geographic coordinates, connector types (e.g. CCS, CHAdeMO, J1772, Tesla), charging speed/level, network operator, and real-time or static availability status.

## 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-ev-charge-finder-search-by-location-7060f8bc/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)
