RapidAPI Documentation
Posted in
3
1:21 am, May 13, 2026
RapidAPI Assets: car_prices
Generated RapidAPI Assets
Generated on 2026-05-13 02:21:16
---OPENAPI SPEC---
```yaml
openapi: 3.0.0
info:
title: Car Prices API (kruxor.com)
description: API for accessing comprehensive used car market data, prices, and specifications.
version: 1.0.0
servers:
- url: https://api.kruxor.com
description: Production server
components:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: header
name: X-API-KEY
schemas:
CarPrice:
type: object
properties:
id:
type: integer
uid:
type: string
insdate:
type: string
format: date-time
title:
type: string
additional:
type: string
category:
type: string
md5:
type: string
car_body_type:
type: string
car_title:
type: string
car_title_short:
type: string
car_year:
type: integer
car_brand:
type: string
car_fuel:
type: string
car_price:
type: number
car_price_raw:
type: string
car_colour:
type: string
car_trans:
type: string
engine_cylinders:
type: string
engine_size:
type: string
engine_capacity:
type: string
engine_type:
type: string
car_vin:
type: string
car_rego:
type: string
car_rego_exp:
type: string
car_odo_kms:
type: integer
car_odo_kms_raw:
type: string
car_location_raw:
type: string
car_state:
type: string
car_town:
type: string
car_postcode:
type: string
dealer_name:
type: string
dealer_address:
type: string
dealer_phone:
type: string
sale_type:
type: string
sale_type_raw:
type: string
car_url:
type: string
format: uri
car_image:
type: string
format: uri
car_image_large:
type: string
format: uri
car_features:
type: string
car_details_all:
type: string
import_score:
type: number
processed:
type: integer
sold_status:
type: string
car_type:
type: string
security:
- ApiKeyAuth: []
paths:
/api/v1/car_prices/list:
get:
summary: List latest car price items
description: Returns the most recent car price listings with pagination.
parameters:
- name: max
in: query
description: Maximum number of items to return
schema:
type: integer
default: 10
- name: start
in: query
description: The offset to start from
schema:
type: integer
default: 0
responses:
'200':
description: A list of car price items
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CarPrice'
/api/v1/car_prices/search:
get:
summary: Search car prices
description: Search for car listings by any field defined in the model (e.g., brand, year, price, location).
parameters:
- name: max
in: query
description: Maximum number of items to return
schema:
type: integer
default: 10
- name: car_brand
in: query
schema:
type: string
- name: car_year
in: query
schema:
type: integer
- name: car_state
in: query
schema:
type: string
- name: car_body_type
in: query
schema:
type: string
- name: dealer_name
in: query
schema:
type: string
- name: car_fuel
in: query
schema:
type: string
responses:
'200':
description: Search results matching the criteria
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CarPrice'
```
---ABOUT DESCRIPTION---
Unlock the pulse of the used car market with the Kruxor Car Prices API. This powerful data solution provides developers, automotive analysts, and fintech platforms with real-time access to detailed vehicle listings, including pricing trends, mechanical specifications, and dealer information. Whether you are building a car valuation tool, a market comparison engine, or a lead generation platform, our API delivers high-fidelity data extracted from premium dealership sources.
Our dataset goes beyond basic make and model info. Each entry includes granular details such as VIN, registration expiration, engine capacity, fuel type, and transmission specs. With integrated dealer contact info and location data (down to the postcode level), this API is an essential resource for those looking to map the automotive landscape in Australia and beyond. Stay ahead of the curve with structured data that captures every detail from "import score" to "sold status."
---PRICING TIERS---
**FREE TIER**
* **Monthly Request Limit:** 500 Requests
* **Hard Limit:** Yes
* **Monthly Price:** $0 USD
* *Best for: Developers testing the integration or hobbyists building small personal projects.*
**PRO TIER**
* **Monthly Request Limit:** 10,000 Requests
* **Hard Limit:** No (Overage billed at $0.01 per request)
* **Monthly Price:** $79 USD
* *Best for: Professional automotive startups, market researchers, and active valuation tools requiring consistent data updates.*
**MEGA TIER**
* **Monthly Request Limit:** 150,000 Requests
* **Hard Limit:** No (Overage billed at $0.005 per request)
* **Monthly Price:** $349 USD
* *Best for: Enterprise-level financial institutions, insurance providers, and high-traffic automotive listing aggregators.*
```yaml
openapi: 3.0.0
info:
title: Car Prices API (kruxor.com)
description: API for accessing comprehensive used car market data, prices, and specifications.
version: 1.0.0
servers:
- url: https://api.kruxor.com
description: Production server
components:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: header
name: X-API-KEY
schemas:
CarPrice:
type: object
properties:
id:
type: integer
uid:
type: string
insdate:
type: string
format: date-time
title:
type: string
additional:
type: string
category:
type: string
md5:
type: string
car_body_type:
type: string
car_title:
type: string
car_title_short:
type: string
car_year:
type: integer
car_brand:
type: string
car_fuel:
type: string
car_price:
type: number
car_price_raw:
type: string
car_colour:
type: string
car_trans:
type: string
engine_cylinders:
type: string
engine_size:
type: string
engine_capacity:
type: string
engine_type:
type: string
car_vin:
type: string
car_rego:
type: string
car_rego_exp:
type: string
car_odo_kms:
type: integer
car_odo_kms_raw:
type: string
car_location_raw:
type: string
car_state:
type: string
car_town:
type: string
car_postcode:
type: string
dealer_name:
type: string
dealer_address:
type: string
dealer_phone:
type: string
sale_type:
type: string
sale_type_raw:
type: string
car_url:
type: string
format: uri
car_image:
type: string
format: uri
car_image_large:
type: string
format: uri
car_features:
type: string
car_details_all:
type: string
import_score:
type: number
processed:
type: integer
sold_status:
type: string
car_type:
type: string
security:
- ApiKeyAuth: []
paths:
/api/v1/car_prices/list:
get:
summary: List latest car price items
description: Returns the most recent car price listings with pagination.
parameters:
- name: max
in: query
description: Maximum number of items to return
schema:
type: integer
default: 10
- name: start
in: query
description: The offset to start from
schema:
type: integer
default: 0
responses:
'200':
description: A list of car price items
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CarPrice'
/api/v1/car_prices/search:
get:
summary: Search car prices
description: Search for car listings by any field defined in the model (e.g., brand, year, price, location).
parameters:
- name: max
in: query
description: Maximum number of items to return
schema:
type: integer
default: 10
- name: car_brand
in: query
schema:
type: string
- name: car_year
in: query
schema:
type: integer
- name: car_state
in: query
schema:
type: string
- name: car_body_type
in: query
schema:
type: string
- name: dealer_name
in: query
schema:
type: string
- name: car_fuel
in: query
schema:
type: string
responses:
'200':
description: Search results matching the criteria
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CarPrice'
```
---ABOUT DESCRIPTION---
Unlock the pulse of the used car market with the Kruxor Car Prices API. This powerful data solution provides developers, automotive analysts, and fintech platforms with real-time access to detailed vehicle listings, including pricing trends, mechanical specifications, and dealer information. Whether you are building a car valuation tool, a market comparison engine, or a lead generation platform, our API delivers high-fidelity data extracted from premium dealership sources.
Our dataset goes beyond basic make and model info. Each entry includes granular details such as VIN, registration expiration, engine capacity, fuel type, and transmission specs. With integrated dealer contact info and location data (down to the postcode level), this API is an essential resource for those looking to map the automotive landscape in Australia and beyond. Stay ahead of the curve with structured data that captures every detail from "import score" to "sold status."
---PRICING TIERS---
**FREE TIER**
* **Monthly Request Limit:** 500 Requests
* **Hard Limit:** Yes
* **Monthly Price:** $0 USD
* *Best for: Developers testing the integration or hobbyists building small personal projects.*
**PRO TIER**
* **Monthly Request Limit:** 10,000 Requests
* **Hard Limit:** No (Overage billed at $0.01 per request)
* **Monthly Price:** $79 USD
* *Best for: Professional automotive startups, market researchers, and active valuation tools requiring consistent data updates.*
**MEGA TIER**
* **Monthly Request Limit:** 150,000 Requests
* **Hard Limit:** No (Overage billed at $0.005 per request)
* **Monthly Price:** $349 USD
* *Best for: Enterprise-level financial institutions, insurance providers, and high-traffic automotive listing aggregators.*