Discover/Auto24 API
live

Auto24 APIeng.auto24.lv

Search and browse thousands of vehicles from Latvia's largest auto marketplace, filtering by make, type, year, price, fuel type, and transmission to find exactly what you're looking for. Access comprehensive vehicle details including specifications, equipment lists, images, and pricing information for any listing.

This API takes change requests — .
Endpoint health
monitored
get_vehicle_details
search_vehicles
Checks pendingself-healing
Endpoints
2
Updated
3h ago
This call costs1 credit / call— charged only on success
Try it
Fuel type code. Values observed: 1=petrol, 2=diesel, 3=LPG, 5=electric, 6=hybrid. Passed to the upstream filter.
Numeric make ID to filter by brand. Examples: 4 (BMW), 2 (Audi), 7 (Ford), 14 (Fiat), 34 (Hyundai). Obtain IDs from the site's make dropdown or from returned vehicle data.
Page number (1-indexed). Each page returns up to 50 vehicles.
Sort order for results. Omitting defaults to newest first.
Maximum year filter (e.g. 2023).
Maximum price in EUR (e.g. 20000).
Minimum year filter (e.g. 2015).
Minimum price in EUR (e.g. 5000).
Transmission type code. Values observed: 1=manual, 2=automatic. Passed to the upstream filter.
Vehicle type code. 100=all types, 101=passenger car, 102=SUV, 103=commercial vehicle, 104=bus, 107=truck, 108=trailer, 109=mototechnics, 110=water vehicle, 113=caravan and autocaravan, 120=racing vehicle, 111=special technics. Omitting defaults to all types (100).
api.parse.bot/scraper/dbe7f8c9-b1f4-4974-87e0-c2a94834d40e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/dbe7f8c9-b1f4-4974-87e0-c2a94834d40e/search_vehicles?sort=newest' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

Search and list vehicles for sale on auto24.lv with optional filters and pagination. Returns 50 vehicles per page sorted by the chosen order. Promoted ads may appear at the top regardless of sort order. The total count and page count reflect the filtered result set.

Input
ParamTypeDescription
fuelstringFuel type code. Values observed: 1=petrol, 2=diesel, 3=LPG, 5=electric, 6=hybrid. Passed to the upstream filter.
makestringNumeric make ID to filter by brand. Examples: 4 (BMW), 2 (Audi), 7 (Ford), 14 (Fiat), 34 (Hyundai). Obtain IDs from the site's make dropdown or from returned vehicle data.
pageintegerPage number (1-indexed). Each page returns up to 50 vehicles.
sortstringSort order for results. Omitting defaults to newest first.
year_tostringMaximum year filter (e.g. 2023).
price_tostringMaximum price in EUR (e.g. 20000).
year_fromstringMinimum year filter (e.g. 2015).
price_fromstringMinimum price in EUR (e.g. 5000).
transmissionstringTransmission type code. Values observed: 1=manual, 2=automatic. Passed to the upstream filter.
vehicle_typestringVehicle type code. 100=all types, 101=passenger car, 102=SUV, 103=commercial vehicle, 104=bus, 107=truck, 108=trailer, 109=mototechnics, 110=water vehicle, 113=caravan and autocaravan, 120=racing vehicle, 111=special technics. Omitting defaults to all types (100).
Response
{
  "type": "object",
  "fields": {
    "page": "current page number",
    "total": "total number of matching vehicles",
    "per_page": "vehicles per page (always 50)",
    "vehicles": "array of vehicle summary objects",
    "total_pages": "total number of pages"
  },
  "sample": {
    "data": {
      "page": 1,
      "total": 21890,
      "per_page": 50,
      "vehicles": [
        {
          "id": "4342663",
          "url": "https://eng.auto24.lv/vehicles/4342663",
          "fuel": "Diesel",
          "make": "Opel",
          "year": "2005",
          "drive": "Front-wheel drive",
          "model": "Corsa",
          "price": "€900",
          "title": "Opel Corsa 1.3 51kW",
          "engine": "1.3 51kW",
          "mileage": "246 371 km",
          "bodytype": "Hatchback",
          "model_trim": "C",
          "transmission": "Manual",
          "thumbnail_url": "https://img13.img-bcg.eu/h32/6695ca/s7/v2/206512784.jpg"
        }
      ],
      "total_pages": 438
    },
    "status": "success"
  }
}

About the Auto24 API

The Auto24 API on Parse exposes 2 endpoints for the publicly available data on eng.auto24.lv. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.