# Changelog of Carsales.com.au Cars Scraper: Used car listings (`getascraper/carsales-au-cars-scraper`) Actor

- **URL**: https://apify.com/getascraper/carsales-au-cars-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/getascraper/carsales-au-cars-scraper.md

## Changelog

All notable changes to this project will be documented in this file.

### \[0.1.4] - 2026-09-15

#### Changed

- 🛡️ Capped full-detail lookups at 10 listings per run to keep runs predictable and fast when "Fetch full detail pages" is on.
- ⚡ Listings already looked up recently are now reused instantly instead of being fetched again, so repeat and scheduled runs go faster and cost less.

### \[0.1.3] - 2026-09-07

#### Changed

- 📈 Cut the cost of a standard run by roughly 19x, making this one of the cheapest ways to pull Carsales listings.
- ⚡ A standard run now returns 25 listings in about 30 seconds.
- 🔎 Raised the default result count from 10 to 25 at no extra cost per run.

### \[0.1.2] - 2026-09-07

#### Changed

- 📈 Cut the cost of a standard run by roughly 6x, so runs land well below comparable Actors on the Store.
- ⚡ A default run now finishes in well under a minute instead of several minutes.
- ⚙️ Full listing details are now an opt-in toggle rather than always-on, so you only pay for the deeper page visit when you actually want those extra fields.

#### Fixed

- 🐛 Fixed the result-limit field showing one number in the form while API and scheduled runs used another.

### \[0.1.1] - 2026-08-21

#### Added

- 🎯 Real search filters: price range, model year range, maximum odometer reading, transmission, fuel type, body type, state, and new/used condition, matching the filters on the live site.
- ✨ Filters can be combined with each other and with custom start URLs in the same run.

#### Changed

- 🧹 Every returned listing is double-checked against every filter you set, so a price or year range always reflects the real, extracted value on that listing, not just the search page it came from.

### \[0.1.0] - 2026-08-20

#### Added

- 🚀 Initial release of Carsales.com.au Cars Scraper.
- ✨ Extracts structured car listings from Carsales.com.au search pages: title, make, model, variant, year, price, odometer reading, fuel type, transmission, body type, drivetrain, doors, seats, engine size, seller details, and photo gallery.
- 🔗 Custom start URLs for the general search, a make page, or a make-and-model page.
- 🧹 Clean output dataset: fields the source page doesn't show are simply omitted rather than filled with placeholders.
