# Autotrader Australia Deals by Price

**Use case:** 

Find Autotrader Australia vehicles under a price cap — price, photos and location. Spot deals fast, structured JSON.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.autotrader.com.au/for-sale/used/toyota/corolla"
    }
  ],
  "make": "Mazda",
  "model": "CX-5",
  "priceTo": 40000,
  "strictModelFilter": true,
  "maxResults": 10,
  "includeDetailPages": false,
  "compact": true,
  "imagesMode": "first3",
  "incrementalMode": false,
  "pushUnchangedSkeletons": false,
  "emitExpired": true,
  "maxPages": 200,
  "minDelayMs": 0,
  "maxDelayMs": 0,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "price": {
    "label": "Price (AUD)",
    "format": "number"
  },
  "previousPrice": {
    "label": "Previous Price",
    "format": "number"
  },
  "odometer": {
    "label": "Odometer (km)",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "bodyType": {
    "label": "Body",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "dealerName": {
    "label": "Dealer",
    "format": "text"
  },
  "dealerPhone": {
    "label": "Dealer Phone",
    "format": "text"
  },
  "portalUrl": {
    "label": "URL",
    "format": "link"
  },
  "changeType": {
    "label": "Change Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Autotrader AU [$0.9💰] Car & Caravan Scraper 🇦🇺](https://apify.com/blackfalcondata/autotrader-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/autotrader-au-scraper) to learn more, explore other use cases, and run it yourself.