JustCars.com.au Car Data Scraper🇦🇺
Pricing
from $0.70 / 1,000 results
JustCars.com.au Car Data Scraper🇦🇺
Scrape classic, vintage & unique car listings from justcars.com.au — Australia's specialist marketplace for rare and collectible vehicles. Get price, year, make, model, mileage, trim, condition & photos in a clean, structured dataset. No coding required.
Pricing
from $0.70 / 1,000 results
Rating
0.0
(0)
Developer
MrDoe
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
🚘 JustCars.com.au Car Data Scraper
Scrape classic, vintage, and unique car listings from justcars.com.au — Australia's home for classic, vintage, and unique cars for sale.
A vehicle listings dataset for a niche corner of the Australian car market: give it a make and model (or leave them blank) and this actor pulls a structured dataset of real listings straight from justcars.com.au's own search index — price, year, trim, mileage, colour, condition, seller phone number, and location for every listing. Built for classic car market research and used car data extraction, without writing a single line of scraping code.
🇦🇺 Part of the Australia Car Data Scraper collection
Use this actor if you only need justcars.com.au data. For multi-site coverage, use one of the collective actors instead:
- All Car Data Scraper Australia — searches justcars.com.au plus 5 more major Australian car sites (new + used) in one run.
- Used Car Data Scraper Australia — same 6 sites, used/second-hand listings only.
Or scrape another single Australian site directly:
- Carsales.com.au Car Data Scraper
- AutoTrader.com.au Car Data Scraper
- CarsGuide.com.au Car Data Scraper
- Pickles.com.au Car Data Scraper
- Drive.com.au Car Data Scraper
🧑💼 Who uses this
- Classic car collectors & investors tracking asking prices and depreciation/appreciation trends by make, model, and year
- Restoration & parts businesses monitoring what specific classic models are currently listed and where
- Market researchers building a vehicle listings dataset for Australia's classic/vintage segment specifically, distinct from mainstream marketplaces
- Developers feeding justcars.com.au data into their own app or dashboard
✨ Why use this instead of browsing manually
- 🔎 Any make, any model, or none at all — leave make/model blank to search across the whole site instead of one vehicle line (default
maxItemsis 20 per run — raise or set it to0for deeper coverage). - 📞 Seller phone number included — every listing comes with the advertiser's contact number, not just a link to the ad.
- 🏛️ Classic, vintage, and unique inventory — a different pool of listings than the mainstream new/used car marketplaces.
- 📄 Real depth — set "Max results" to
0and it pages through as much real inventory as the query actually has (up to a 5,000-listing safety ceiling). - ⚡ Fast and direct — talks straight to the site's own search API, so runs are quick and don't need a browser.
💰 Pricing
This actor makes lightweight HTTP requests only — no browser is launched — so it runs on comparatively few Apify compute units per listing. See the Pricing tab on this actor's Store page for current rates before running at scale.
⚙️ Input
Nothing is required.
| Field | Type | Description |
|---|---|---|
make | string | Optional. e.g. "Ford", "Holden", "Jaguar". Leave blank to search every make. |
model | string | Optional. e.g. "Mustang", "Calais". Leave blank to search all models of the make. |
condition | string | "any" (default), "new", or "used" — filters using the site's own new/used classification. |
maxItems | integer | Stop once this many listings are collected. Default 20. Set to 0 for "no limit". |
proxyConfiguration | object | Recommended for reliability at volume. Defaults to an Australian residential proxy. |
📦 Output
One row per listing:
{"url": "https://www.justcars.com.au/cars-for-sale/2011-ford-mustang-gt500-shelby-svt-6-sp-manual-2d-coupe/JAFD5388463","title": "2011 ford mustang gt500 shelby svt 6 sp manual 2d coupe","image": "https://cdn.justauto.com.au/advertisement%2F14216%2F3032%2F14216_3032_1.jpg","make": "Ford","model": "Mustang","price": 119990,"vin": null,"location": "carrs park, nsw","sellerName": null,"sellerPhone": "(02) 9546 5400","currency": "AUD","trim": "gt500 shelby svt","year": 2011,"condition": "used","mileage": 9354,"exteriorColor": null,"listedAt": "2026-08-05"}
You can download the dataset in JSON, CSV, Excel, HTML, or several other formats from the Console, or pull it via the API.
📝 Notes
sellerNameisnull— this site's listings only carry a contact phone number, not a dealer/business name field.priceisnullfor auction-style or POA (price-on-application) listings — these genuinely have no fixed price yet in the site's own data, not a scraping gap.exteriorColorandmileagearenullfor some listings (mostly project cars and auction lots) where the seller hasn't filled in those fields.conditionis oftennullon this site — many classic/vintage listings simply don't have that field filled in by the seller; this reflects the site's own data, not a scraping gap, andcondition: "used"searches still include these listings.- No proxy is strictly required for this actor's requests (the underlying search API isn't proxy-gated), but a residential proxy is still recommended for reliability at higher volumes.
❓ FAQ
Is this actor affiliated with justcars.com.au? No. This is an independent, unofficial scraper built on Apify — it isn't operated by, endorsed by, or affiliated with justcars.com.au in any way.
Do I need to know how to code? No. Fill in the input form (make, model, condition), click "Start", and download the results as JSON, CSV, or Excel from the run's Dataset tab.
Is scraping justcars.com.au data legal? This actor only collects publicly visible listing data. You're responsible for how you use the output — check justcars.com.au's terms of service and applicable law for your specific use case.
How much does this cost to run? This actor doesn't use a browser, so it consumes fewer compute units than most scrapers on a per-listing basis. See the Pricing tab on the Store page for exact current rates.
How is this different from the multi-site actor? This actor only queries justcars.com.au. If you want the same kind of data alongside 5 other Australian car sites in a single run, use All Car Data Scraper Australia instead.
Can I schedule this to run automatically? Yes — use Apify's built-in Scheduler to run this actor on a recurring basis (hourly, daily, weekly) with no code, so your dataset stays current without you starting it manually.
Why is condition null for so many listings?
This site's condition field is optional and sellers often leave it blank, especially on classic/vintage cars — see the note above.