# Scrape used car listings in Sydney from Autotrader

**Use case:** 

Pulls the current used car listings for Sydney from Autotrader.com.au with price, kilometres, VIN, dealer details and photos on every row. Dealers use it to benchmark stock against the local market; analysts use it on a schedule to build a Sydney price index.

## Input

```json
{
  "start_urls": [
    {
      "url": "https://www.autotrader.com.au/for-sale/nsw/sydney/"
    }
  ],
  "max_pages": 5,
  "max_concurrent_start_urls": 3,
  "max_concurrent_api_pages_per_start_url": 5,
  "max_retries": 5,
  "proxyConfiguration": {}
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "text"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "url"
  },
  "stock_no": {
    "label": "Stock No.",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "is_driveaway_pricing_model": {
    "label": "Is Driveaway Price Model",
    "format": "boolean"
  },
  "advertised_price": {
    "label": "Advertised Price",
    "format": "number"
  },
  "driveaway_price": {
    "label": "Driveaway Price",
    "format": "number"
  },
  "manu_year": {
    "label": "Year",
    "format": "number"
  },
  "odometer": {
    "label": "Odometer (km)",
    "format": "number"
  },
  "rego_expiry": {
    "label": "Rego Expiry",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "variant": {
    "label": "Variant",
    "format": "text"
  },
  "series": {
    "label": "Series",
    "format": "text"
  },
  "colour_base": {
    "label": "Base Color",
    "format": "text"
  },
  "colour_body": {
    "label": "Body Color",
    "format": "text"
  },
  "colour_interior": {
    "label": "Interior Color",
    "format": "text"
  },
  "status_api": {
    "label": "API Status",
    "format": "text"
  },
  "created_at_api": {
    "label": "API Created At",
    "format": "datetime"
  },
  "updated_at_api": {
    "label": "API Updated At",
    "format": "datetime"
  },
  "is_dealer_listing": {
    "label": "Dealer Listing?",
    "format": "boolean"
  },
  "is_private_listing": {
    "label": "Private Listing?",
    "format": "boolean"
  },
  "vehicle_transmission_type": {
    "label": "Transmission",
    "format": "text"
  },
  "vehicle_fuel_type": {
    "label": "Fuel Type",
    "format": "text"
  },
  "vehicle_engine_size": {
    "label": "Engine Size",
    "format": "text"
  },
  "vehicle_drive_type": {
    "label": "Drive Type",
    "format": "text"
  },
  "vehicle_drive_type_abbreviated": {
    "label": "Drive (Abbr.)",
    "format": "text"
  },
  "vehicle_seats": {
    "label": "Seats",
    "format": "number"
  },
  "vehicle_doors": {
    "label": "Doors",
    "format": "number"
  },
  "vehicle_safety_rating_ancap": {
    "label": "ANCAP Rating",
    "format": "text"
  },
  "vehicle_body_type": {
    "label": "Body Type",
    "format": "text"
  },
  "vehicle_body_type_group": {
    "label": "Body Group",
    "format": "text"
  },
  "vehicle_body_type_style": {
    "label": "Body Style",
    "format": "text"
  },
  "vehicle_cylinders": {
    "label": "Cylinders",
    "format": "number"
  },
  "vehicle_cylinder_description": {
    "label": "Cylinder Desc.",
    "format": "text"
  },
  "vehicle_engine_power_kw": {
    "label": "Power (kW)",
    "format": "number"
  },
  "vehicle_segment": {
    "label": "Segment",
    "format": "text"
  },
  "dealer_id_api": {
    "label": "Dealer ID (API)",
    "format": "text"
  },
  "dealer_name": {
    "label": "Dealer Name",
    "format": "text"
  },
  "dealer_phone": {
    "label": "Dealer Phone",
    "format": "text"
  },
  "dealer_city": {
    "label": "Dealer City",
    "format": "text"
  },
  "dealer_state": {
    "label": "Dealer State",
    "format": "text"
  },
  "dealer_contactless_sales": {
    "label": "Contactless Sales",
    "format": "boolean"
  },
  "dealer_home_delivery": {
    "label": "Home Delivery",
    "format": "boolean"
  },
  "listing_location_city": {
    "label": "Listing City",
    "format": "text"
  },
  "listing_location_state": {
    "label": "Listing State",
    "format": "text"
  },
  "listing_latitude": {
    "label": "Latitude",
    "format": "text"
  },
  "listing_longitude": {
    "label": "Longitude",
    "format": "text"
  },
  "feature_search_terms_string": {
    "label": "Features (Raw)",
    "format": "text"
  },
  "popularity_score_api": {
    "label": "Popularity Score",
    "format": "number"
  },
  "views_score_api": {
    "label": "Views Score",
    "format": "number"
  },
  "has_good_data_api": {
    "label": "Has Good Data?",
    "format": "boolean"
  },
  "images": {
    "label": "Image URLs",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AutoTrader Australia Car Scraper: Prices, VIN & Dealers](https://apify.com/fayoussef/autotrader-au-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fayoussef/autotrader-au-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/fayoussef/autotrader-au-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
