Skip to Content
PlatformsOceaniaDrive.com.au

Drive.com.au Data Parser & API

Drive.com.au is a media-led Australian new and used car portal — its network reaches 4M+ Australians a month — and Carapis extracts its dealer listing and pricing data through one REST API. Owned by Nine Entertainment, Drive pairs car reviews and news with new and used listings, and in 2025 also launched a 24/7 streaming channel on 9Now.

CountryAustralia
TypePortal
OwnerNine Entertainment
Vehicle typesnew, used, dealer
Monthly visitsreaches 4M+ Australians/mo (network)
Active listings— (new + used dealer listings)
API accessNo public API (parse-only)
Parse priority★★☆☆☆
Official sitewww.drive.com.au

What is Drive.com.au?

Drive.com.au is an Australian automotive media and listings portal owned by Nine Entertainment. It combines car reviews, news and video with new and used vehicle listings from dealers. Its network reaches 4M+ Australians per month, and in August 2025 Drive extended into a 24/7 streaming channel on Nine’s 9Now platform — a media-first positioning distinct from the classifieds-led carsales and Gumtree networks.

Market Position

Drive.com.au reaches 4M+ Australians per month across its network, anchored by Nine Entertainment’s media reach rather than pure classifieds scale. It sits behind carsales and the Gumtree Group in listings volume but carries strong new-car and dealer coverage tied to its editorial audience. Its data is most valuable for new-car and dealer-offer benchmarking within the broader Australian market picture.

Data Fields Available

Carapis extracts a structured record from each Drive.com.au listing:

  • Vehicle identity — make, model, variant, year, body type, fuel type, transmission
  • Condition & pricing — odometer (mileage, used), listed price and drive-away price
  • Specification — options and feature lists
  • Listing context — dealer, location, photo gallery

Drive’s mix of new-car drive-away pricing and dealer used-car listings complements the classifieds-led portals for full-market AU pricing coverage.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "drive-com-au", "limit": 20}, headers={"Authorization": f"Bearer {API_KEY}"}, ) for car in resp.json()["results"]: print(car["make"], car["model"], car["year"], car["price"])

Get an API key at my.carapis.com  and see the full API reference. Pricing is on the pricing page.

Use Cases

  • Pricing intelligence — new-car drive-away and dealer prices benchmark offers for dealers.
  • Market research — track new-car and dealer trends across Australia. See market research.
  • Import / export — benchmark Australian retail prices against source markets. See import & export.

Frequently asked questions