---
title: "Export a dealership's used inventory from its own website"
slug: "dealer-website-used-inventory-export"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/dealer-website-used-inventory-export"
actor: "Car Dealer Website Inventory Scraper - VIN, Price & Stock"
actor_url: "https://automationbyexperts.com/apify/dealer-inventory-scraper"
apify_url: "https://apify.com/fayoussef/dealer-inventory-scraper/examples/dealer-website-used-inventory-export?fpr=youssef&fp_sid=abe_ex_dealer-website-used-inventory-export"
price: "$0.002"
price_unit: "per vehicle scraped"
---

# Export a dealership's used inventory from its own website

Paste dealer homepages and the Actor finds their inventory pages by itself, detects the website platform, and returns every used vehicle at VIN level with the dealer's own price, mileage, stock number and photos, opening each vehicle page to fill in engine and transmission. Works on dealer sites it has never seen.

**Run it:** [Export a dealership's used inventory from its own website on Apify](https://apify.com/fayoussef/dealer-inventory-scraper/examples/dealer-website-used-inventory-export?fpr=youssef&fp_sid=abe_ex_dealer-website-used-inventory-export)  
**Actor:** [Car Dealer Website Inventory Scraper - VIN, Price & Stock](https://automationbyexperts.com/apify/dealer-inventory-scraper)  
**Pricing:** $0.002 per vehicle scraped

## The input this task runs with

```json
{
  "dealerUrls": [
    "https://www.toyotaofdowntownla.com",
    "https://www.mbofsmithtown.com"
  ],
  "condition": "used",
  "maxVehiclesPerDealer": 300,
  "fetchDetails": true
}
```

## What every run returns

- `VIN & stock number`
- `Year, make, model & trim`
- `Dealer asking price`
- `Mileage`
- `Body style & colour`
- `Listed date`
- `Vehicle detail URL`
- `Detected website platform`
- `Price change since last run`
- `Change status (new, price drop, price increase, unchanged, removed)`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Car Dealer Website Inventory Scraper - VIN, Price & Stock tasks

- [Track price drops on competing dealer lots](https://automationbyexperts.com/apify/examples/dealer-price-drop-tracker): Reads the full inventory of each dealer site and compares it with the previous run, labelling every vehicle new, price_drop, price_increase, unchanged or removed. Schedule it daily and the changes view is a running log of what your competitors discounted and what they sold.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
