Easily locate the nearest electric car charging stations with our tool! Input postcode, location name, or GPS coordinates, and set your desired distance and result limits. Enjoy a user-friendly interface and access to a comprehensive database, ensuring a hassle-free charging experience on the go!
Discover the most convenient electric car charging stations near you with our powerful tool! Designed for electric vehicle (EV) owners, this actor helps you save time and energy by locating charging points effortlessly.
Real-Time Location Search: Easily find charging stations based on your postcode (e.g., "90001"), location name (e.g., "New York"), or precise latitude and longitude values to ensure accurate results.
Customizable Distance: Specify the search radius with the distance parameter (in kilometers) to find stations within your preferred range. Default is set to 5 km, allowing you to adjust based on your needs.
Max Results Control: Control the number of results displayed with the maxresults parameter. Set a maximum of up to 100 results to quickly sift through available charging options.
Comprehensive Database: Access a vast network of charging stations, including fast chargers and standard outlets, tailored to meet the needs of all electric vehicle owners.
User-Friendly Interface: Navigate through an intuitive interface that simplifies the process of locating charging stations, making it easier than ever to find the perfect spot to recharge.
Filter Options: Customize your search with various filters to ensure you discover the most suitable charging stations based on your specific requirements.
Start your journey with us today and make your electric vehicle experience hassle-free. No more worries about charging—just plug in and go!
A full explanation of an input example in JSON.
1{ 2 "distance": 5, 3 "locationName": "New York", 4 "maxresults": 20 5}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "DataProvider": { 4 "WebsiteURL": "http://openchargemap.org", 5 "Comments": null, 6 "DataProviderStatusType": { 7 "IsProviderEnabled": true, 8 "ID": 1, 9 "Title": "Manual Data Entry" 10 }, 11 "IsRestrictedEdit": false, 12 "IsOpenDataLicensed": true, 13 "IsApprovedImport": true, 14 "License": "Licensed under Creative Commons Attribution 4.0 International (CC BY 4.0)", 15 "DateLastImported": null, 16 "ID": 1, 17 "Title": "Open Charge Map Contributors" 18 }, 19 "OperatorInfo": { 20 "WebsiteURL": " https://go-tou.com", 21 "Comments": null, 22 "PhonePrimaryContact": null, 23 "PhoneSecondaryContact": null, 24 "IsPrivateIndividual": false, 25 "AddressInfo": null, 26 "BookingURL": null, 27 "ContactEmail": null, 28 "FaultReportEmail": null, 29 "IsRestrictedEdit": false, 30 "ID": 3494, 31 "Title": "Go ToU" 32 }, 33 "UsageType": { 34 "IsPayAtLocation": false, 35 "IsMembershipRequired": true, 36 "IsAccessKeyRequired": true, 37 "ID": 4, 38 "Title": "Public - Membership Required" 39 }, 40 "StatusType": { 41 "IsOperational": true, 42 "IsUserSelectable": true, 43 "ID": 50, 44 "Title": "Operational" 45 }, 46 "SubmissionStatus": { 47 "IsLive": true, 48 "ID": 200, 49 "Title": "Submission Published" 50 }, 51 "UserComments": null, 52 "PercentageSimilarity": null, 53 "MediaItems": null, 54 "IsRecentlyVerified": true, 55 "DateLastVerified": "2024-09-01T20:35:00Z", 56 "ID": 303729, 57 "UUID": "DA06C31E-40E5-436D-AAE6-6B0FB3771AF0", 58 "ParentChargePointID": null, 59 "DataProviderID": 1, 60 "DataProvidersReference": null, 61 "OperatorID": 3494, 62 "OperatorsReference": null, 63 "UsageTypeID": 4, 64 "UsageCost": "", 65 "AddressInfo": { 66 "ID": 304118, 67 "Title": "вулиця Грушевського", 68 "AddressLine1": "4Q62+3Q Вільхівці", 69 "AddressLine2": null, 70 "Town": "Вільхівці", 71 "StateOrProvince": "Закарпатська область", 72 "Postcode": "90540", 73 "CountryID": 234, 74 "Country": { 75 "ISOCode": "UA", 76 "ContinentCode": "EU", 77 "ID": 234, 78 "Title": "Ukraine" 79 }, 80 "Latitude": 48.11006764216259, 81 "Longitude": 23.751595352245033, 82 "ContactTelephone1": "0 800 217 007", 83 "ContactTelephone2": null, 84 "ContactEmail": null, 85 "AccessComments": null, 86 "RelatedURL": "http://go-tou.com", 87 "Distance": null, 88 "DistanceUnit": 0 89 }, 90 "Connections": [ 91 { 92 "ID": 573380, 93 "ConnectionTypeID": 33, 94 "ConnectionType": { 95 "FormalName": "IEC 62196-3 Configuration FF", 96 "IsDiscontinued": false, 97 "IsObsolete": false, 98 "ID": 33, 99 "Title": "CCS (Type 2)" 100 }, 101 "Reference": null, 102 "StatusTypeID": 50, 103 "StatusType": { 104 "IsOperational": true, 105 "IsUserSelectable": true, 106 "ID": 50, 107 "Title": "Operational" 108 }, 109 "LevelID": 3, 110 "Level": { 111 "Comments": "40KW and Higher", 112 "IsFastChargeCapable": true, 113 "ID": 3, 114 "Title": "Level 3: High (Over 40kW)" 115 }, 116 "Amps": null, 117 "Voltage": null, 118 "PowerKW": 80, 119 "CurrentTypeID": 30, 120 "CurrentType": { 121 "Description": "Direct Current", 122 "ID": 30, 123 "Title": "DC" 124 }, 125 "Quantity": 1, 126 "Comments": null 127 } 128 } 129]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!