# Battery Electric Vehicle (BEV) Washington State Electric

**Use case:** 

Extract Washington State Electric Vehicle Population data filtered by Battery Electric Vehicle (BEV). Export structured results ready for analysis, lead

## Input

```json
{
  "maxItems": 10,
  "resourceId": "f6w7-q2d2",
  "vehicleType": "BEV"
}
```

## Output

```json
{
  "vinPrefix": {
    "label": "VIN (1-10)",
    "format": "text"
  },
  "dolVehicleId": {
    "label": "DOL ID",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "modelYear": {
    "label": "Year",
    "format": "number"
  },
  "evType": {
    "label": "Type",
    "format": "text"
  },
  "cafvEligibility": {
    "label": "CAFV Eligibility",
    "format": "text"
  },
  "electricRange": {
    "label": "Range (mi)",
    "format": "number"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "ZIP",
    "format": "text"
  },
  "legislativeDistrict": {
    "label": "Leg. District",
    "format": "text"
  },
  "censusTract2020": {
    "label": "Census Tract",
    "format": "text"
  },
  "electricUtility": {
    "label": "Utility",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "raw": {
    "label": "Raw Row",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Washington State Electric Vehicle Population Scraper](https://apify.com/parseforge/data-wa-gov-electric-vehicle-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/data-wa-gov-electric-vehicle-scraper) to learn more, explore other use cases, and run it yourself.