geographicevchargingnorth-americausacanadaccschademonacsteslaopen-charge-mapelectric-vehicleinfrastructure

North America EV charging stations (US + Canada) — 105k, connector + operator, Open Charge Map

Category
Geographic
Records
105,845 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
idstring
latstring
lngstring
operatorstring
usage_typestring
pointsstring
connectorsstring
power_kwstring
statusstring
data_sourcestring
countrystring

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
Sign up to purchase

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 card
Via 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"}'