# Map All EV Charging Stations in a City

**Use case:** 

Collect every EV charging station in a city from PlugShare with connector types and locations for analysis and apps.

## Input

```json
{
  "searchQuery": "San Francisco",
  "maxItems": 200,
  "radiusKm": 50,
  "fastChargersOnly": false,
  "includeDetails": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "name": {
    "label": "Name"
  },
  "address": {
    "label": "Address"
  },
  "network": {
    "label": "Network"
  },
  "connectorTypes": {
    "label": "Connectors"
  },
  "stationCount": {
    "label": "Stations"
  },
  "kilowatts": {
    "label": "Power (kW)"
  },
  "isFastCharger": {
    "label": "Fast Charger"
  },
  "score": {
    "label": "Score"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  }
}
```

## About this Actor

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