EV Charging Station Scraper avatar

EV Charging Station Scraper

Pricing

from $3.00 / 1,000 stations

Go to Apify Store
EV Charging Station Scraper

EV Charging Station Scraper

EV charging stations for any place or bounding box from OpenStreetMap — operator, connectors, power, location. No key.

Pricing

from $3.00 / 1,000 stations

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

EV Charging Station Scraper 🔌

Pull EV charging stations for any place or bounding box worldwide — from OpenStreetMap. No API key, no proxy.

Give it a place name (or an exact bounding box) and get every EV charging station in the area with the details that matter: operator/network, connector (socket) types, number of connectors, power, access, fee, and precise location.

Perfect for EV apps & route planners, charge-point operators, market/coverage analysis, real-estate & fleet planning, and mapping products.

Uses OpenStreetMap's free Overpass + Nominatim APIs — global coverage, no key, no login.


Features

  • No API key, no proxy — open OpenStreetMap data.
  • Global — any city, region or bounding box on Earth.
  • Connector detail — Type 2, CCS (type2_combo), CHAdeMO, Tesla, etc., with counts.
  • Rich attributes — operator, network, capacity, power, access, fee, opening hours, address.
  • Filters — by operator/network and by connector type.

Input

FieldDescription
PlaceA place name (geocoded to a bounding box), e.g. Amsterdam, Berlin, California.
Bounding boxOr an exact area: minLat / minLon / maxLat / maxLon.
Include ways/areasAlso include stations mapped as areas (not just points).
Operator containsFilter by operator/network, e.g. Tesla, Ionity.
Socket typeOnly stations with a connector, e.g. type2, type2_combo, chademo.
Max resultsCap on stations.

Example — all stations in a city

{
"place": "Amsterdam"
}

Example — CCS fast chargers in an area

{
"place": "Bavaria",
"socketType": "type2_combo"
}

Output

{
"osm_type": "node",
"osm_id": 3093658989,
"name": "Orkan - Miklabraut",
"operator": "Orkan",
"network": null,
"capacity": 4,
"socket_types": ["chademo", "type2_combo"],
"sockets": { "chademo": "1", "type2_combo": "1" },
"max_power": "50 kW",
"access": "permissive",
"fee": "yes",
"opening_hours": "24/7",
"latitude": 64.132,
"longitude": -21.893,
"address": "Miklabraut Reykjavík",
"ref": null,
"url": "https://www.openstreetmap.org/node/3093658989"
}

Run it on a schedule

Re-run for your regions to keep a charging-station database fresh — pipe to a map, database or webhook.

Notes & limitations

  • Data comes from OpenStreetMap (community-mapped) — coverage and tag completeness vary by region; some stations lack operator/power tags.
  • Very large areas can be slow or hit Overpass limits — scope with a tighter place/bbox or maxResults.
  • Data source: © OpenStreetMap contributors (ODbL). Attribution required when redistributing.

Keywords

EV charging, charging stations, electric vehicle, EV chargers, charge points, OpenStreetMap, Overpass, Type 2, CCS, CHAdeMO, Tesla, connectors, charging network, EV infrastructure, e-mobility, charge point operator, EV map, station locator, charging data, sustainability.