OpenChargeMap EV Station Scraper
Pricing
$0.80 / 1,000 results
OpenChargeMap EV Station Scraper
Find EV charging stations from OpenChargeMap by coordinates or country. Each station returns its name, operator, address, status, connector types, maximum power in kW, and the number of charge points. Useful for trip planning, EV infrastructure research, and charging network analysis.
Pricing
$0.80 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share

โก OpenChargeMap EV Station Scraper
๐ Map EV charging stations anywhere in seconds. Query a city or a whole country and get operators, connector types, and power ratings for every station.
๐ Last updated: 2026-06-02 ยท ๐ 29 fields per station ยท coordinate or country queries ยท global EV network
Pull electric vehicle charging stations from the OpenChargeMap global network. Search by coordinates with a radius or by country code, and for every station get its operator, full address, status, connector types, maximum power in kW, and the number of charge points.
Coverage: the worldwide OpenChargeMap database of public and private charging points. Pass coordinates (for example "51.5072,-0.1276") with a radius, or a two-letter country code.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| EV drivers and apps | Find and map nearby chargers |
| Charge network operators | Benchmark competitor coverage |
| Infrastructure analysts | Study connector and power mix |
| Fleet and logistics teams | Plan charging along routes |
๐ What the OpenChargeMap EV Station Scraper does
- Finds charging stations near coordinates or within a country.
- Returns 29 structured fields per station, including a full connector list.
- Captures operator, status, usage type, and verification date.
- Computes maximum power in kW and lists every connector type.
- Includes per-connector power, current type, and quantity.
- Exports to CSV, Excel, JSON, XML, or via API.
๐ฌ Full Demo (๐ง Coming soon)
โ๏ธ Input
| Field | Type | Description |
|---|---|---|
coordinates | string | Center point "lat,lon". Returns nearby stations. |
distanceKm | integer | Search radius in km. |
countryCode | string | Optional. Two-letter ISO code, used when no coordinates are given. |
maxItems | integer | Cap on stations returned. Free plan is limited to 10. |
apiKey | string | OpenChargeMap API key. A shared key is provided by default. |
Example 1: by coordinates
{"coordinates": "51.5072,-0.1276","distanceKm": 10,"maxItems": 100}
Example 2: by country
{"countryCode": "DE","maxItems": 500}
โ ๏ธ Good to Know: OpenChargeMap requires a free API key. A shared key ships by default, but for heavy use get your own at openchargemap.org. The
distanceKmfield is populated only for coordinate queries. Some community records omit status, cost, or connector details, so those fields can be empty.
๐ Output
Each record contains the following fields:
| Field | Description |
|---|---|
๐ stationId | OpenChargeMap station ID |
๐ uuid | Station UUID |
โก title | Station name |
๐ข operator | Charging network operator |
๐ฆ usageType | Public, private, membership, and similar |
โ
status | Operational status |
๐ addressLine1 | Street address |
๐ town | Town or city |
๐บ stateOrProvince | State or province |
๐ฎ postcode | Postal code |
๐ country | Country name |
๐ณ countryCode | Two-letter country code |
๐งญ latitude | Latitude |
๐งญ longitude | Longitude |
๐ distanceKm | Distance from the query point (coordinate queries) |
โ phone | Contact phone |
๐ relatedUrl | Operator or station URL |
๐ฒ usageCost | Stated usage cost |
๐ข numberOfPoints | Reported charge points |
#๏ธโฃ numberOfConnections | Connector records |
๐ maxPowerKW | Highest connector power in kW |
๐ฑ connectionTypes | Unique connector types |
๐ connections | Per-connector type, level, power, current, quantity |
โ isRecentlyVerified | Recently verified flag |
๐ dateLastVerified | Last verification timestamp |
๐ท dataProvider | Source data provider |
๐ stationUrl | OpenChargeMap detail page |
๐ scrapedAt | Collection timestamp |
โ error | Error message, null on success |
Real sample records:
{"stationId": 104898,"title": "Saint Martins Lane Hotel","operator": "BP Pulse (UK)","usageType": "Public - Membership Required","status": "Operational","town": "45 Saint Martin's Lane","country": "United Kingdom","countryCode": "GB","latitude": 51.510475,"longitude": -0.126729,"maxPowerKW": 50,"numberOfConnections": 3,"connectionTypes": ["CCS (Type 2)", "CHAdeMO", "Type 2 (Tethered Connector)"],"connections": [{ "type": "CCS (Type 2)", "level": "Level 3: High (Over 40kW)", "powerKW": 50, "currentType": "DC", "quantity": 2 }],"dateLastVerified": "2023-08-23T10:23:00Z","stationUrl": "https://openchargemap.org/site/poi/details/104898","error": null}
{"stationId": 490796,"title": "EnBW Ladestation","operator": "EnBW (D)","usageType": "Public","status": "Operational","town": "Piding","country": "Germany","countryCode": "DE","latitude": 47.76536753088391,"longitude": 12.905386005739047,"maxPowerKW": 50,"numberOfConnections": 3,"connectionTypes": ["CCS (Type 2)", "CHAdeMO"],"connections": [{ "type": "CCS (Type 2)", "level": "Level 3: High (Over 40kW)", "powerKW": 50, "currentType": "DC", "quantity": 1 }],"dateLastVerified": "2026-05-27T09:19:00Z","stationUrl": "https://openchargemap.org/site/poi/details/490796","error": null}
{"stationId": 490074,"title": "Heidklift","operator": "eCarUp (CH)","usageType": "Public","status": "Operational","town": "Bedburg","country": "Germany","countryCode": "DE","latitude": 51.002310300122275,"longitude": 6.538312400160976,"maxPowerKW": 50,"numberOfConnections": 1,"connectionTypes": ["CCS (Type 2)"],"connections": [{ "type": "CCS (Type 2)", "level": "Level 3: High (Over 40kW)", "powerKW": 50, "currentType": "DC", "quantity": 1 }],"dateLastVerified": "2026-05-27T06:38:00Z","stationUrl": "https://openchargemap.org/site/poi/details/490074","error": null}
โจ Why choose this Actor
- Global coverage. Query any city by coordinates or any nation by code.
- Connector detail. Per-connector type, power, current, and quantity on every station.
- Headline metrics. Maximum power and unique connector types computed for you.
- Operator and status. Know who runs each station and whether it is operational.
- Ready to export. CSV, Excel, JSON, XML, or API, with a clean table view.
๐ How it compares to alternatives
| OpenChargeMap EV Station Scraper | Manual API calls | Generic web scrapers | |
|---|---|---|---|
| Per-connector detail | โ | โ ๏ธ Manual | โ |
| Coordinate and country search | โ | โ ๏ธ | โ |
| Computed max power and types | โ | โ | โ |
| Operator and status | โ | โ ๏ธ | โ ๏ธ |
| Export to CSV/Excel/JSON/XML | โ | โ | โ ๏ธ |
๐ How to use
- Create a free Apify account using this sign-up link.
- Open the OpenChargeMap EV Station Scraper.
- Enter
coordinateswith adistanceKm, or acountryCode, and setmaxItems. - Click Start and watch the dataset fill in real time.
- Export your results as CSV, Excel, JSON, or XML, or pull them via API.
๐ผ Business use cases
๐บ Network mapping
| Goal | How |
|---|---|
| Map a city | Query coordinates with a radius |
| Cover a country | Query by country code |
๐ Competitive analysis
| Goal | How |
|---|---|
| Benchmark operators | Group stations by operator |
| Compare power | Sort by maximum kW |
๐ Route and fleet planning
| Goal | How |
|---|---|
| Plan stops | Find fast chargers along a path |
| Match connectors | Filter by connector type |
๐ Infrastructure research
| Goal | How |
|---|---|
| Study gaps | Aggregate stations by area |
| Track growth | Re-run on a schedule |
๐ Automating OpenChargeMap EV Station Scraper
Connect this Actor to your stack with Apify integrations: Make, Zapier, Slack, Airbyte, GitHub, and Google Drive. Schedule runs and push fresh charging data into spreadsheets, databases, or alerts.
๐ Beyond business use cases
- Research: study EV infrastructure growth across regions.
- Personal: find chargers near home or along a trip.
- Non-profit: support clean transport initiatives with open data.
- Experimentation: build EV analytics and mapping projects.
๐ค Ask an AI assistant
Paste your dataset into ChatGPT, Claude, Perplexity, or Copilot and ask for the fastest chargers, operator coverage, or connector distribution.
โ Frequently Asked Questions
1. Do I need an API key? OpenChargeMap requires a free key. A shared key ships by default, and you can add your own for heavy use.
2. How do I search a city?
Pass coordinates as "lat,lon" with a distanceKm radius.
3. Can I search a whole country?
Yes. Use countryCode with a two-letter ISO code.
4. What connector data is included? Each station lists connector type, level, power in kW, current type, and quantity.
5. Why is distance sometimes empty? Distance is calculated only for coordinate queries, not country queries.
6. How fresh is the data?
Each station shows dateLastVerified and an isRecentlyVerified flag.
7. Can I filter by power or connector?
Sort or filter the output by maxPowerKW or connectionTypes after a run.
8. What export formats are supported? CSV, Excel, JSON, XML, and API.
9. Can I run it on a schedule? Yes, with Apify Schedules and integrations.
10. Is there a free option? Yes. Free runs are limited to 10 items as a preview. Paid plans unlock up to 1,000,000.
๐ Integrate with any app
Use the Apify API, webhooks, and 5,000-plus integrations to push OpenChargeMap data into Make, Zapier, Google Sheets, Airtable, databases, and more.
๐ Recommended Actors
- PlugShare EV Charging Scraper
- AFDC EV Stations Scraper
- OpenAQ Air Quality Scraper
- EV Database Scraper
- OpenStreetMap Nominatim Scraper
๐ก Pro Tip: browse the complete ParseForge collection.
๐ Need Help? Open our contact form
โ ๏ธ Disclaimer: independent tool, not affiliated with OpenChargeMap. Data is provided by the OpenChargeMap open data platform and its contributors.