---
title: "Scrape used car listings in Sydney from Autotrader"
slug: "sydney-used-cars-autotrader-au"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/sydney-used-cars-autotrader-au"
actor: "Autotrader.com.au Scraper - Australian Car Listings"
actor_url: "https://automationbyexperts.com/apify/autotrader-au-scraper"
apify_url: "https://apify.com/fayoussef/autotrader-au-scraper/examples/sydney-used-cars-autotrader-au?fpr=youssef&fp_sid=abe_ex_sydney-used-cars-autotrader-au"
price: "$0.001"
price_unit: "per result"
---

# Scrape used car listings in Sydney from Autotrader

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.

**Run it:** [Scrape used car listings in Sydney from Autotrader on Apify](https://apify.com/fayoussef/autotrader-au-scraper/examples/sydney-used-cars-autotrader-au?fpr=youssef&fp_sid=abe_ex_sydney-used-cars-autotrader-au)  
**Actor:** [Autotrader.com.au Scraper - Australian Car Listings](https://automationbyexperts.com/apify/autotrader-au-scraper)  
**Pricing:** $0.001 per result

## The input this task runs with

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

## What every run returns

- `Make, model, year & badge`
- `Price (AUD)`
- `Odometer / kilometres`
- `VIN number`
- `Transmission & drivetrain`
- `Engine, fuel type & body style`
- `Colour & seats`
- `Dealer name, phone & location`
- `State & suburb`
- `All listing photos`
- `Listing URL & date`

## 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 Autotrader.com.au Scraper - Australian Car Listings tasks

- [Export used Toyota HiLux listings across Australia](https://automationbyexperts.com/apify/examples/used-toyota-hilux-australia): Scrapes every Toyota HiLux listed on Autotrader.com.au and returns 30 plus fields per ute: driveaway price, kilometres, VIN, body, engine, dealer name and phone, GPS coordinates and the full photo gallery. Australia's best selling vehicle, in one spreadsheet.

---

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