Tesla Scraper avatar

Tesla Scraper

Under maintenance

Pricing

from $5.00 / 1,000 sites

Go to Apify Store
Tesla Scraper

Tesla Scraper

Under maintenance

Pricing

from $5.00 / 1,000 sites

Rating

0.0

(0)

Developer

reventadata

reventadata

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Tesla Supercharger Scraper — Sites, Stalls, Power & Prices

Unofficial. This Actor is not affiliated with, authorised by, endorsed by, or in any way officially connected to Tesla, Inc. "Tesla" and "Supercharger" are trademarks of their respective owners and are used here only to describe what this tool reads.

Every Tesla Supercharger site in any bounding box with stall counts, max power, time-of-use per-kWh pricebooks, congestion fees, amenities, access hours and hourly congestion curves — read from Tesla's own Find Us map API.

Input

FieldWhat it does
bboxWest/bboxSouth/bboxEast/bboxNorthSearch box, WGS84 degrees (pins are pre-filtered by box before any detail call).
searchTextFree-text match on the site name.
minStalls / minPowerKwMinimum stall count / site power in kW (0 = off).
openToNonTeslaOnlyOnly sites where non-Tesla EVs can charge.
maxItemsSite cap (each site costs one detail request — keep low for QA).

Transport is always Apify Unblocker: tesla.com sits behind Akamai Bot Manager and refuses direct, datacenter and residential egress outright.

Output

One row per site:

{
"id": "299962",
"name": "Majadahonda, Spain",
"stallCount": 20,
"maxPowerKw": 250,
"priceCurrency": "EUR",
"priceKwhFrom": 0.2,
"congestionFeePerMinMax": 0.5
}

(Sample from a real run, 2026-09-22. Full 18-entry time-of-use pricebooks and 7×24 congestion curves ride along in pricebooks / congestionByWeekday.)

FAQ

Is stall availability live? No. Rows carry stall counts, opening hours and historical congestion curves — not real-time free-stall numbers.

Where do prices come from? Tesla's own per-site pricebooks (member and non-member time-of-use rates plus congestion fees), emitted verbatim.