# Carsales AU - Deep Search

**Use case:** 

Scrape Carsales.com.au. Bypass limits. Get 30+ fields/listing in JSON for dealers & analysts. $1/1K results.

## Input

```json
{
  "mode": "search",
  "urls": [
    "https://www.carsales.com.au/cars/used/toyota/corolla/"
  ],
  "condition": "used",
  "sellerType": "all",
  "bodyType": "",
  "state": "",
  "transmission": "",
  "fuelType": "",
  "sortBy": "featured",
  "fetchDetails": false,
  "maxListings": 30,
  "expandPriceBands": true,
  "maxPages": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "price": {
    "label": "Price (AUD)",
    "format": "integer"
  },
  "odometer": {
    "label": "Odometer (km)",
    "format": "integer"
  },
  "bodyType": {
    "label": "Body Type",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "url": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Carsales AU $1💰 Deep Search | Bypass 440-Car Limit](https://apify.com/abotapi/carsales-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/carsales-au-scraper) to learn more, explore other use cases, and run it yourself.