Reference
Offer data schema
Every offer's data object. Empty field = the source didn't publish that value (we never invent data).
| Field | Type | Description |
|---|---|---|
| id | int64 | Surrogate key |
| inner_id | string | Id on the source platform |
| url | string | Link to the original listing |
| source | string | Platform code |
| mark | string | Make / brand |
| model | string | Model |
| generation | string | Generation |
| complectation | string | Trim |
| year | int | Production year |
| year_month | string | YYYYMM first registration |
| body_type | string | Body shape |
| fuel_type | string | Fuel / engine type |
| transmission | string | automatic | manual | cvt | dct |
| drive_type | string | fwd | rwd | awd |
| engine_cc | int | Displacement (cc) |
| power_hp | int | Power (hp) |
| km_age | int | Mileage, km |
| color | string | Colour |
| vin | string | VIN (where published) |
| price | object | { raw, currency, usd, eur } |
| country | string | Country |
| region | string | Region |
| city | string | City |
| seller_type | string | dealer | private |
| is_dealer | bool | Dealer flag |
| seller_name | string | Seller / dealer name |
| salon_id | string | Dealer id |
| title | string | Listing title |
| description | string | Seller free-text |
| reg_date | datetime | Publish / registration date |
| images | string[] | ALL photo URLs (full gallery) |
| equipment | string[] | Equipment / features list |
| condition | object | Accident / owners / inspection |
| extra_prep | object | All detail-page specs. Chinese sources also include the originals: make_zh, model_zh, city_zh. |
| status | string | active | removed |