# EasyAuto123 Scraper – Vehicle Listings, VINs & Dealer Data

**Use case:** 

Extract EasyAuto123 used vehicle listings into a clean dataset for pricing analysis, stock tracking, lead routing, and vehicle comparison workflows.

## Input

```json
{
  "mode": "search",
  "urls": [
    "https://easyauto123.com.au/buy/used-cars?page=1&limit=20"
  ],
  "sort": "price-reduced",
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 0,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "year": {
    "label": "Year"
  },
  "odometer": {
    "label": "Odometer"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "vin": {
    "label": "VIN"
  },
  "fuelConsumption": {
    "label": "Fuel L/100km"
  },
  "ancapRating": {
    "label": "ANCAP"
  },
  "co2Emission": {
    "label": "CO2 g/km"
  },
  "location": {
    "label": "Location"
  },
  "state": {
    "label": "State"
  },
  "storeName": {
    "label": "Store"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [EasyAuto123 Scraper – Vehicle Listings, VINs & Dealer Data](https://apify.com/abotapi/easyauto123-cars-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/easyauto123-cars-scraper) to learn more, explore other use cases, and run it yourself.