Skip to Content
PlatformsOceaniaAutoTrader NZ

AutoTrader NZ Data Parser & API

AutoTrader NZ is a New Zealand used and new car portal — reaching 300,000+ car buyers a month — and Carapis extracts its dealer and private listing data through one REST API. It is a smaller, dealer-focused complement to Trade Me Motors and Turners (and is distinct from the unrelated Auto Trader brands in Australia, the UK and US).

CountryNew Zealand
TypePortal
OwnerAutoTrader NZ
Vehicle typesused, new, dealer
Monthly visits300K+ car buyers/mo
Active listings— (NZ dealer + private)
API accessNo public API (parse-only)
Parse priority★★☆☆☆
Official sitewww.autotrader.co.nz

What is AutoTrader NZ?

AutoTrader NZ is a New Zealand automotive listings portal covering used and new vehicles from dealers and private sellers. It draws 300,000+ car buyers per month — a smaller audience than Trade Me Motors but a focused dealer-listing source. Note: AutoTrader NZ is a distinct, independent brand and is not affiliated with the Auto Trader marketplaces in Australia, the UK or the US.

Market Position

AutoTrader NZ is a mid-sized portal in the New Zealand market, reaching 300,000+ car buyers per month — well behind Trade Me Motors (1M+ buyers/mo) but a useful additional source of dealer listings. It rounds out NZ coverage alongside the Trade Me marketplace and the Turners auction network. As a dealer-leaning portal, its data complements the C2C and auction supply captured elsewhere.

Data Fields Available

Carapis extracts a structured record from each AutoTrader NZ listing:

  • Vehicle identity — make, model, variant, year, body type, fuel type, transmission
  • Condition & pricing — odometer (mileage), listed price
  • Listing context — dealer or private seller, location (region), photo gallery

As a dealer-focused NZ portal, AutoTrader NZ adds breadth to retail-price coverage that complements Trade Me and Turners.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "autotrader-nz", "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

  • Market research — adds dealer-listing breadth to NZ coverage. See market research.
  • Pricing intelligence — dealer prices feed residual-value models for dealers.
  • Import / export — NZ is a major Japanese-import market; benchmark retail prices. See import & export.

Frequently asked questions