get_car_details
Retrieve detailed information for a specific AUTO.RIA car listing by its ID, including price, specifications, seller-declared condition, and risk indicators to verify trustworthiness before making a decision.
Instructions
Get compact details for a single AUTO.RIA advert by its id.
Returns price (USD/UAH/EUR), year, mileage (km), fuel + engine_volume_l
power_hp, gearbox, drive,body_name, generation, modification, colour, location, the VIN (only if the seller revealed it), the masked phone, and the canonical listingurl.
For due diligence it also returns SELLER-DECLARED, UNVERIFIED provenance:
condition (1 undamaged … 4 for-parts), the risk block
(damaged/for_parts/under_credit/confiscated/imported/needs_customs),
VIN/inspection verification, seller trust, photo links, plus
is_sold/is_leasing/price_negotiable/exchange_possible and the
seller description. Check risk and condition before trusting a
listing — mileage_km and prices are claims, not facts. The phone is
always masked. To look up many ids at once use get_car_details_batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_id | Yes | Advert id (from `search_used_cars` `ids`). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| vin | No | ||
| city | No | ||
| fuel | No | ||
| risk | No | ||
| year | No | ||
| brand | No | ||
| color | No | ||
| drive | No | ||
| model | No | ||
| phone | No | ||
| photo | No | ||
| title | No | ||
| region | No | ||
| seller | No | ||
| body_id | No | ||
| fuel_id | No | ||
| gearbox | No | ||
| is_sold | No | ||
| drive_id | No | ||
| power_hp | No | ||
| body_name | No | ||
| condition | No | ||
| price_eur | No | ||
| price_uah | No | ||
| price_usd | No | ||
| sold_date | No | ||
| gearbox_id | No | ||
| generation | No | ||
| is_leasing | No | ||
| mileage_km | No | ||
| description | No | ||
| listed_date | No | ||
| modification | No | ||
| updated_date | No | ||
| verification | No | ||
| gearbox_class | No | ||
| engine_volume_l | No | ||
| price_negotiable | No | ||
| exchange_possible | No | ||
| engine_volume_class | No |