Tesla avatar
Tesla

Pricing

$30.00/month + usage

Go to Store
Tesla

Tesla

Developed by

Álvaro Rodríguez

Álvaro Rodríguez

Maintained by Community

Get real-time Tesla inventory & pricing data globally! This Apify Scraper extracts new, used & demo car stock direct from Tesla's API. Filter by country, model (S, 3, X, Y), and condition. Ideal for market analysis, competitive insights, or finding your next Tesla.

0.0 (0)

Pricing

$30.00/month + usage

0

Total users

4

Monthly users

4

Runs succeeded

>99%

Last modified

9 days ago

Tesla Official Inventory & Pricing Scraper

This Apify Actor extracts real-time inventory and pricing data directly from Tesla's official website API. It allows you to precisely target your search by country, model, and vehicle condition (new, used, or demo). Get up-to-date information on available Tesla vehicles globally for market research, competitive analysis, or personal car shopping.

Features

  • Official Data Source: Scrapes directly from Tesla's public inventory API, ensuring high data accuracy and freshness.
  • Comprehensive Filtering: Specify target countries, models (S, 3, X, Y), and conditions (new, used, demo).
  • Global Coverage: Supports all countries listed, including US, Canada, Mexico, and various European markets.
  • Structured Output: Provides clean, machine-readable JSON data for each car listing, including VIN, price, model details, mileage, location, and more.

Input Parameters

The Actor accepts the following input fields, which you can specify in JSON format:

{
"countries": [
"us",
"de",
"ca",
"es",
],
"models": [
"s",
"3",
"x",
"y"
],
"conditions": [
"new",
"used"
],
"limit": 10,
"offset": 0
}
  • countries (Array of Strings, optional):

    • A list of lowercase 2-letter country codes for which to fetch inventory.
    • Example: ["us", "de", "gb"] for United States, Germany, and United Kingdom.
    • Default: ["us"]
  • models (Array of Strings, optional):

    • A list of Tesla model codes.
    • Valid options: "s", "3", "x", "y".
    • Example: ["3", "y"] for Model 3 and Model Y.
    • Default: ["s", "3", "x", "y"] (all models)
  • conditions (Array of Strings, optional):

    • A list of vehicle conditions to filter by.
    • Valid options: "new", "used", "demo".
    • Example: ["used"] for only used vehicles.
    • Default: ["used", "new"]

Output Example

The Actor outputs a dataset where each item represents a single Tesla vehicle listing. Here's an example of the structure:

[
{
"ActualPrice": 45000,
"Assets": [
{
"type": "image",
"url": "https://digitalassets.tesla.com/..."
}
],
"City": "New York",
"Country": "US",
"DeliveryType": "Direct",
"Drive": "AWD",
"ExteriorColor": "Pearl White Multi-Coat",
"InteriorColor": "Black",
"InventoryType": "used",
"LocationId": "12345",
"Model": "Model 3",
"Odometer": 15000,
"OptionCodeList": ["ADPX1", "ADPC0", "APF0", "..."],
"OptionNameList": ["Premium Interior", "Autopilot", "..."],
"Price": 45000,
"PurchasePrice": 45000,
"Region": "NY",
"Series": "Long Range",
"State": "New York",
"Trim": "Long Range AWD",
"VIN": "5YJ3E1EAXXX",
"Year": 2022,
"Zip": "10001",
"scraped_country": "US",
"scraped_condition": "used",
"scraped_model": "3"
},
// ... more listings
]

Potential Use Cases

  • Market Analysis: Track pricing trends, inventory levels, and popular configurations across different regions.
  • Competitive Intelligence: Monitor Tesla's stock in various markets.
  • Car Dealerships: Keep an eye on direct competitor inventory and pricing.
  • Research & Analytics: Gather data for academic studies on automotive market dynamics.
  • Personal Car Shopping: Find specific Tesla models with desired features and conditions in your area or abroad.