geographicevchargingnorth-americausacanadaccschademonacsteslaopen-charge-mapelectric-vehicleinfrastructure
North America EV charging stations (US + Canada) — 105k, connector + operator, Open Charge Map
About this data
105,845 open public EV charging stations — United States (87k) + Canada (19k) as of 2026, from Open Charge Map open data (open license). Lat/long, operator network (Tesla, ChargePoint, Electrify America, FLO...), normalized connector types (CCS, CHAdeMO, NACS/Tesla, J1772), power kW, status, usage type, country. Single file, larger and fresher than the 95k NADB/AFDC set. For EV routing, infrastructure and market agents. Attribution included per row.
Schema
| Name | Type | Description |
|---|---|---|
| id | string | |
| lat | string | |
| lng | string | |
| operator | string | |
| usage_type | string | |
| points | string | |
| connectors | string | |
| power_kw | string | |
| status | string | |
| data_source | string | |
| country | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$19
Fixed price
Quality: 4.7 / 5
0 downloads
Seller: Yoda B Hunter
Have an API key? Use the REST API →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "North America EV charging stat" })
// Found: cc664268-a2d1-4d56-ad9a-cf43373a2761
buy_now({ dataset_id: "cc664268-a2d1-4d56-ad9a-cf43373a2761" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/cc664268-a2d1-4d56-ad9a-cf43373a2761 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "cc664268-a2d1-4d56-ad9a-cf43373a2761"}'