API

In development

Car Listings & Sales API

We're building an API and MCP server so you can query the entire Australian car market programmatically - covering 300k+ active listings. Register your interest and we'll let you know the moment it launches.

Query with a broad range of filters

Start broad, then narrow to exactly the cars you care about using the same filters that power CarCrunch search.

MakeModelBadgeSeriesBody typeTransmissionFuel typeDrive typeColourStateConditionSeller typeYear rangeOdometer rangeLocation bounds

What each listing returns

Vehicle spec

Make, model, badge, series, year, body type, transmission, fuel and drive type.

Price

The advertised asking price for each listing, so you can compare on value.

Photos

Listing image URLs for each car, ready to display in your own app.

Odometer

Reported kilometres for each active listing so you can compare like with like.

Location

State and general location for every listing across the market.

Seller type

Whether the car is listed by a dealer or a private seller.

Listing status

Only active listings, so you are always working with what is currently on the market.

Source link

A link back to the original advertisement when you need the source.

A glimpse of the shape

A preview of how a request could look. This is illustrative only - the endpoint is not live yet.

POST https://api.carcrunch.io/v1/listings/search
{
  "make": "toyota",
  "model": "camry",
  "state": "VIC",
  "yearMin": 2018,
  "odometerMax": 80000,
  "sellerType": "dealer"
}

Get notified when it's ready

Leave your email and we'll be in touch as soon as the API is available. We'll only use it to notify you about the API.