PlugShare EV Charging Station Scraper
Pricing
from $5.00 / 1,000 results
PlugShare EV Charging Station Scraper
Scrapes EV charging station listings from PlugShare by search query or geographic coordinates. Returns each station as a flat row with address, connector types, power output, and optional reviews and photos.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
1
Bookmarked
60
Total users
7
Monthly active users
0.08 hours
Issues response
2 days ago
Last modified
Categories
Share
PlugShare EV Charging Station Scraper
Scrape EV charging station data from PlugShare by location, connector type, or network, up to a million stations per run. Every station comes with its address, plug types, power output, and user ratings. No API key required. Export to CSV, JSON, Excel, or XML.
PlugShare's map is the largest crowd-sourced directory of EV charging stations, but manually collecting data across regions is slow. This actor reads the public station feeds directly, searching by place name, coordinates, or network, and filters by connector type and charging speed. You get a clean dataset of stations matching your criteria, ready for analysis.
| Who uses it | What they scrape PlugShare for |
|---|---|
| EV infrastructure planners | Mapping charger density and coverage gaps in a target region. |
| Fleet managers | Finding compatible fast chargers along planned delivery routes. |
| Market researchers | Tracking network expansion and connector type availability by city. |
| App developers | Building a database of station locations and attributes for a trip-planning tool. |
What it does
This Actor collects EV charging station listings from PlugShare by search query or geographic coordinates and returns each station as a flat row.
- π Search by location: Enter a place name, network, or address like 'Tesla Supercharger' or 'ChargePoint San Francisco'.
- π Search by coordinates: Provide a latitude, longitude, and radius in kilometers to scrape all stations in a circular area.
- π Connector type filter: Limit results to CCS1, CHAdeMO, J1772, Tesla, NACS, Type 2, or CCS2 plugs.
- β‘ Fast charger filter: Return only DC fast charging stations delivering 50kW or more.
- π Full detail mode: Optionally fetch reviews, photos, hours, and pricing for each station.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with PlugShare data
πΊοΈ Map regional charger availability.
An infrastructure planner enters a city's coordinates and a 100 km radius to collect every public station, then analyzes connector type distribution to identify underserved neighborhoods.
π Plan EV fleet routes.
A logistics manager searches for 'CCS1' fast chargers along a highway corridor to ensure their electric trucks can complete a new delivery route without range anxiety.
π Monitor network growth.
A market analyst runs the scraper monthly for 'Tesla Supercharger' across a state to track new station openings and measure the pace of network expansion.
π± Populate a trip-planning app.
A developer scrapes all J1772 and CCS1 stations in a metro area to seed a mobile app's database with accurate location, plug type, and power output data.
Why choose this scraper
| What you get | |
|---|---|
| No official API needed | Access PlugShare's public data without registering an application or managing API keys. |
| Flexible search | Find stations by name, network, or geographic bounding box with a radius up to 500 km. |
| Hardware-level filtering | Target specific connector types and exclude slow Level 2 chargers when you only need DC fast charging. |
| Scalable collection | Collect up to a million stations in a single run for large-scale infrastructure analysis. |
How it compares
This actor focuses on flexible search and hardware-level filtering for EV infrastructure analysis, while other PlugShare scrapers emphasize user-generated content extraction.
| Feature | ParseForge | PlugShare EV Charging Station Scraper | PlugShare Scraper |
|---|---|---|---|
| Search by coordinates and radius | Yes | Not listed | Yes |
| Filter by connector type | Yes | Not listed | Yes |
| Fast charger only filter (50kW+) | Yes | Not listed | Yes |
| User check-ins and live status | Not listed | Yes | Not listed |
| User reviews and photos | Yes | Yes | Not listed |
| Station pricing data | Yes | Yes | Yes |
Configure the run
Drive the Actor with a search query or a latitude-longitude pair and radius, and filters run as each station is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"searchQuery": "Tesla Supercharger","maxItems": 10}
A larger pull:
{"searchQuery": "Tesla Supercharger","maxItems": 200}
Pricing
Pay-per-result: $0.0055 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $0.55 |
| 1,000 results | $5.50 |
| 10,000 results | $55.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the PlugShare EV Charging Station Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to PlugShare through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/plugshare-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that your search query is spelled correctly or that your coordinates point to a populated area. Also, try widening the radius or removing connector type and fast-charger filters to see if any stations exist in the area.
The run is taking a long time. Is that normal?
If you enabled 'Include Full Details', the actor fetches extra data for each station, which slows it down. For faster runs, disable this option or reduce the maximum number of stations.
Why do some stations have missing details even with 'Include Full Details' on?
Not every station on PlugShare has user-submitted photos, reviews, or pricing. The actor returns whatever data is publicly available for each station.
I got fewer results than my max items setting. Why?
The actor stops when it has found all matching stations in the search area. If the area has fewer stations than your limit, you will receive all of them. Try expanding your radius or removing filters.
FAQ
| Question | Answer |
|---|---|
| Can I scrape stations by a specific network like Tesla or ChargePoint? | Yes. Enter the network name in the search query field, such as 'Tesla Supercharger' or 'ChargePoint', and the actor will return matching stations. |
| How do I scrape stations in a specific city? | You can either enter the city name in the search query field or provide the city's latitude and longitude with a radius to capture all stations within that area. |
| What connector types can I filter by? | The actor supports filtering by CCS1, CCS2, CHAdeMO, J1772, Tesla, Type 2, and NACS connectors. You can select one type per run. |
| Does this actor require a PlugShare account or API key? | No. It reads publicly available station data from the PlugShare map, so no login, account, or API key is needed. |
| What extra data do I get with the 'Include Full Details' option? | Enabling this option fetches additional information for each station, including user reviews, photos, operating hours, and pricing details. It takes longer per station but provides a richer dataset. |
| Can I get only DC fast chargers and skip Level 2 stations? | Yes. Check the 'Fast Chargers Only' box to restrict results to stations with a power output of 50kW or higher. |
| What is the maximum search radius? | You can set a radius up to 500 kilometers from your chosen center coordinates. |
| How many stations can I collect in one run? | You can set the maximum up to 1,000,000 stations. The actor will stop once it reaches your limit or exhausts the matching stations in the search area. |
| What output formats are supported? | You can export your results to CSV, JSON, Excel, or XML from the Apify dataset tab. |
| Can I search by coordinates without a search query? | Yes. Leave the search query field empty and provide a latitude, longitude, and radius to perform a purely geographic search. |
Related actors
Browse the full ParseForge collection for more scrapers.
π Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
β οΈ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by PlugShare, LLC. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
