get_car_details_batch
Retrieve compact details for up to 50 adverts in a single API call, preserving order and returning null for failed entries to avoid batch failure.
Instructions
Get compact details for several adverts in one call (up to 50 ids).
The agent-efficiency counterpart to get_car_details: instead of one
round-trip per id when ranking a result page, pass the whole id list and
get an array back, in the same order, deduplicated. A listing that fails
to load comes back as a sparse entry (its url is null) rather than
failing the batch. Same fields and caveats as get_car_details
(mileage/price are seller-declared and unverified).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_ids | Yes | Advert ids (from `search_used_cars` `ids`); up to 50 per call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |