# OpenChargeMap EV Station Full Export

**Use case:** 

Full Export of OpenChargeMap EV Station. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "coordinates": "51.5072,-0.1276",
  "distanceKm": 10,
  "maxItems": 500,
  "apiKey": "ff3a9388-daa1-41ae-9715-c1ac210f9398"
}
```

## Output

```json
{
  "title": {
    "label": "⚡ Station",
    "format": "text"
  },
  "stationUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "operator": {
    "label": "🏢 Operator",
    "format": "text"
  },
  "town": {
    "label": "🏙 Town",
    "format": "text"
  },
  "countryCode": {
    "label": "🌍 Country",
    "format": "text"
  },
  "maxPowerKW": {
    "label": "🔌 Max kW",
    "format": "number"
  },
  "connectionTypes": {
    "label": "🔱 Connectors",
    "format": "array"
  },
  "numberOfConnections": {
    "label": "#️⃣ Points",
    "format": "number"
  },
  "status": {
    "label": "✅ Status",
    "format": "text"
  },
  "dateLastVerified": {
    "label": "🕒 Verified",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenChargeMap EV Station Scraper](https://apify.com/parseforge/openchargemap-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openchargemap-scraper) to learn more, explore other use cases, and run it yourself.