Washington State Electric Vehicle Population Scraper avatar

Washington State Electric Vehicle Population Scraper

Pricing

from $1.50 / 1,000 vehicle records

Go to Apify Store
Washington State Electric Vehicle Population Scraper

Washington State Electric Vehicle Population Scraper

Scrape Washington State official Electric Vehicle Population Data API for structured BEV and PHEV registration records. Filter by county, city, make, model, EV type, model year, CAFV eligibility, and electric range.

Pricing

from $1.50 / 1,000 vehicle records

Rating

0.0

(0)

Developer

Muhammad Afzal

Muhammad Afzal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Query the official Washington State Data.WA Electric Vehicle Population Data API and return structured records for registered battery-electric vehicles (BEVs) and plug-in hybrid electric vehicles (PHEVs).

The source is a public Socrata endpoint; no API key, login, browser session, or proxy is required. Each output item represents one source vehicle record. The actor does not infer ownership, location beyond the source fields, or current vehicle availability.

What you can filter

  • County, city, registered-owner state, make, and model
  • Electric vehicle type and CAFV eligibility
  • Inclusive model-year range
  • Minimum electric-only range in miles
  • Result ordering and a starting offset for pagination

The default run returns up to 100 records ordered by newest model year. maxResults is capped at 10,000 per run. For larger exports, run multiple jobs with increasing offset values and keep the same filter and sort settings.

Output

The dataset contains normalized camelCase fields such as modelYear, make, model, evType, electricRange, county, city, state, electricUtility, and dolVehicleId. sourceUrl points to the official dataset page and retrievedAt records the extraction time.

The OUTPUT key-value record contains counts, pagination state, source identifiers, and warnings. A successful query with no matches returns an empty dataset and a warning summary; an unavailable official API is reported as an error rather than fabricated data.

Example input

{
"county": "King",
"evType": "Battery Electric Vehicle (BEV)",
"minModelYear": 2020,
"maxResults": 25,
"orderBy": "electric_range",
"orderDirection": "desc"
}

Source and limitations

Source: Washington State Electric Vehicle Population Data, provided by the Washington State Department of Licensing. The source dataset can change over time, may contain records with missing fields, and includes some registered-owner addresses outside Washington.

This Actor is read-only and intended for data analysis, market research, fleet research, and public-sector or academic workflows. Respect the source's terms and rate limits when scheduling repeated runs.