Carsales: Search Cars
Carsales via Parse · automotive
Search car listings on carsales.com.au with optional filters for make, model, state, and price range. Returns paginated listing summaries. Pagination uses an offset parameter (increments of ~12 per page). When make is omitted, returns all listings. Model requires make; state requires both make and model. Search and browse car listings on carsales.com.au — Australia's largest automotive marketplace. Fulfilled by Parse from carsales.com.
- automotive
- carsales
- carsales-com
- ecommerce
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/48575139-8ff3-4d8f-8bea-01d39a790116/search_cars
- Interface artifact
- sha256:2994282454ab9629726634a38736795f17fd087cdf85249737c16e4f282c6884
- Manifest digest
- sha256:2c4f538bdb317876194998f0e8492966b49cb012e86c8343b87f330e7d82db29
Request fields
- make (string): Car make slug (e.g. toyota, ford, mazda).
- model (string): Car model slug (e.g. corolla, hilux). Requires make to be set.
- state (string): Australian state slug. Requires make and model to be set.: Allowed values: vic, nsw, qld, sa, wa, tas, nt, act
- offset (string): Results offset for pagination (e.g. 0, 12, 24).
- max_price (string): Maximum price filter as a numeric string (e.g. 50000).
- min_price (string): Minimum price filter as a numeric string (e.g. 20000).
Example queries
- {"make":"toyota","model":"hilux","state":"vic","offset":"0","max_price":"80000","min_price":"10000"}