Plugshare: Search Stations
Plugshare via Parse · maps_geo
Search for EV charging stations within a specified radius (in km) of a central coordinate. Returns a list of stations with summary or detailed information depending on include_details. Grid-based internal tiling covers large radii; each station includes connector types and availability. Paginates as a single page bounded by limit. Retrieve EV charging station data from PlugShare, including location details, connector types, real-time availability, and user reviews. Supports radius-based search and filtering by property type such as residential or commercial. Fulfilled by Parse from plugshare.com.
- automotive
- maps-geo
- parse
- platform-key
- plugshare
- plugshare-com
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- maps_geo
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/25affbde-3a56-4d52-9c98-a8a6334399e4/search_stations
- Interface artifact
- sha256:2425b71282cfe6a1808f08bfdfd58aedaaffaa2c6af5479071f575e76651167c
- Manifest digest
- sha256:42fac141ddc97ed66d9bd671c60a92cef7fe8451f584e79ff1ff7e52af4d9669
Request fields
- limit (integer): Maximum number of stations to return.
- radius (number): Search radius in kilometers.
- latitude (number): Latitude of the search center.
- longitude (number): Longitude of the search center.
- include_details (boolean): Whether to fetch full details (reviews, outlet status) for each station found. When false, returns lightweight summaries.
Example queries
- {"limit":"3","radius":"5","latitude":"28.6139","longitude":"77.2088","include_details":"true"}