# EV Charge Finder - Search by Coordinates

> EV Charge Finder - Search by Coordinates 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).

Search for nearby EV charging stations by geographic coordinates, with optional filtering by connector type, power output, and availability

## Facts

- Endpoint: GET https://x402.openwebninja.com/ev-charge-finder/search-by-coordinates-point
- 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/ev-charge-finder-search-by-coordinates-cb719394
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pGuN2VgYeZ-9Syr1cCP6z

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 ev-charge-finder-search-by-coordinates-cb719394
```

Example prompt: Find me EV charging stations within reach of latitude 37.7749, longitude -122.4194 in San Francisco — show up to 10 results, and only include CCS connectors with at least 50kW output that are currently available.

## When to prefer this

Use this endpoint when you need to discover EV charging stations near a specific geographic point and want structured data including connector types, power ratings, availability, and ratings. Prefer this over general map search APIs when you need EV-specific attributes like kW output and connector standards (CCS, CHAdeMO, J1772, Tesla).

## Known failure modes

- Missing required lat or lng parameters returns a validation error
- Invalid coordinate values (out of range) may return empty results or an error
- Payment failure or insufficient USDC balance returns a 402 error
- No charging stations found near the given coordinates returns an empty data array
- Unsupported connector type filter value may return unfiltered or empty results

## 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 an array of EV charging station objects, each including a unique station ID, name, formatted address, latitude/longitude, photo URL, rating (0–5), website, and a list of connector details (type, power in kW, charging speed category, total count, and available count).

## 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/ev-charge-finder-search-by-coordinates-cb719394/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)
