POST /api/autoru/offers
Price: 10 credits
Get a single Auto.ru car listing by its identifier. Returns the full offer card: price and predicted price range, mileage, condition, photos, the full vehicle specification (mark, model, generation, body type, engine, transmission, drive, power, equipment), documents (year, owners, PTS, VIN status, accident/legal checks), the seller (private person or dealer salon with rating and location), view counters and timestamps.
Get an Auto.ru car listing by id. Provide offer as the '{saleId}-{hash}' identifier (e.g. '1132375431-0b6ede1e') or the full listing URL. category (cars/motorcycle/lcv/trucks/bus, default cars) and section (used/new, default used) help locate the offer when only the bare id is given. Returns id, title, price, currency, mileage, condition, images, vehicle (mark/model/generation/body_type/engine_type/transmission/drive/power_hp/equipment), documents (year/owner_count/pts/vin), seller or salon, rating and timestamps.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)offer string required — Offer identifier ('{saleId}-{hash}', e.g. '1132375431-0b6ede1e') or the full listing URL (examples: "1132375431-0b6ede1e"; minLength: 1)category string — Vehicle category (default: "cars"; one of: "cars", "motorcycle", "lcv", "trucks", "bus")section string — Listing section (new or used vehicles) (default: "used"; one of: "used", "new")@type string (default: "AutoruOffer")id string requiredhash string nullablesale_id string nullableurl string nullabledescription string nullablecategory string nullablesection string nullablestatus string nullableavailability string nullablecolor_hex string nullableprice integer nullablecurrency string nullablehas_nds boolean nullablepredicted_price object nullable@type string (default: "AutoruPriceRange")price_from integer nullableprice_to integer nullablecurrency string nullableprice_history array (default: [])@type string (default: "AutoruPricePoint")price_rur integer nullableprice_eur integer nullableprice_usd integer nullablecreated_at integer nullableowner_expenses object nullable@type string (default: "AutoruOwnerExpenses")transport_tax integer nullabletransport_tax_year integer nullableosago_insurance array (default: [])@type string (default: "AutoruInsuranceQuote")insurance_company string nullableprice integer nullablediscount_options object nullable@type string (default: "AutoruDiscountOptions")tradein integer nullableinsurance integer nullablecredit integer nullablemax_discount integer nullablemileage integer nullablecondition string nullableimages array (default: [])image_count integer nullablevehicle object nullable@type string (default: "AutoruVehicle")mark string nullablemark_ru string nullablemodel string nullablemodel_ru string nullablegeneration string nullablegeneration_id string nullableyear_from integer nullableyear_to integer nullableprice_segment string nullablebody_type string nullabledoor_count integer nullableseats array (default: [])auto_class string nullableengine_type string nullabletransmission string nullabledrive string nullableengine_volume integer nullablepower_hp integer nullablepower_kw integer nullableacceleration number nullablefuel_rate number nullablemodification string nullablecomplectation string nullablesteering_wheel string nullablevendor string nullableequipment array (default: [])equipment_groups array (default: [])@type string (default: "AutoruEquipmentGroup")name string requiredvalues array (default: [])documents object nullable@type string (default: "AutoruDocuments")year integer nullableowner_count integer nullablepts string nullableis_pts_original boolean nullableis_custom_cleared boolean nullablevin string nullablevin_resolution string nullablepts_resolution string nullableowners_resolution string nullablelegal_resolution string nullableaccidents_resolution string nullableseller object nullable@type string (default: "AutoruSeller")name string nullableseller_type string nullablegeo object nullable@type string (default: "AutoruGeo")address string nullableregion string nullablelatitude number nullablelongitude number nullablerating number nullablereview_count integer nullableregistration_date string nullablesalon object nullable@type string (default: "AutoruSalon")id string nullablename string nullablealias string nullableis_official boolean nullablerating number nullableimage string nullablephones array (default: [])geo object nullable@type string (default: "AutoruGeo")address string nullableregion string nullablelatitude number nullablelongitude number nullableoffer_count integer nullableview_count integer nullablerating number nullablereview_count integer nullabledays_in_stock integer nullablecreated_at integer nullableupdated_at integer nullabletags array (default: [])422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Offer not found Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.