Discover the ultimate solution for effortlessly browsing through vehicle listings. Introducing Autocasion Vehicles Scraper, your go-to tool for extracting crucial details from car ads including model names, prices (both cash and financed), fuel types, manufacturing years, driven kilometers, horsepower, and available locations. Streamline your car buying journey with ease.
Action Panel
Request Example
time curl -X POST "https://api.blat.ai/harvest" \
--json '{
"mode": "crawl",
"id":
"autocasion-com-3fb0f9d3"
,
"params": {
"start_url":
"https://www.autocasion.com/profesional/v6-renove"
}
}' -H "X-API-KEY: ${BLAT_API_KEY}"
Output Example
{
"vehicles": [
{
"carName": "AUDI Q3 35 TFSI",
"priceCash": "25.500 \u20ac",
"priceFinanced": "26.490 \u20ac",
"fuelType": "Gasolina",
"year": "2020",
"kilometers": "84.000 km",
"horsepower": "150 cv",
"location": "Madrid"
},
{
"carName": "HYUNDAI i10 1.0 Klass",
"priceCash": "7.900 \u20ac",
"fuelType": "Gasolina",
"year": "2016",
"kilometers": "49.000 km",
"horsepower": "66 cv",
"location": "Madrid"
},
{
"carName": "MERCEDES-BENZ Clase GLS 400 4Matic Aut.",
"priceCash": "45.500 \u20ac",
"fuelType": "Gasolina",
"year": "2019",
"kilometers": "160.000 km",
"horsepower": "333 cv",
"location": "Madrid"
},
{
"carName": "ALFA ROMEO Stelvio 2.2 Executive Q4 210 Aut.",
"priceCash": "25.990 \u20ac",
"fuelType": "Di\u00e9sel",
"year": "2019",
"kilometers": "119.000 km",
"horsepower": "210 cv",
"location": "Madrid"
},
{
"carName": "BMW Z4 sDrive23iA",
"priceCash": "22.500 \u20ac",
"fuelType": "Gasolina",
"year": "2009",
"kilometers": "117.000 km",
"horsepower": "204 cv",
"location": "Madrid"
},
{
"carName": "NISSAN Qashqai 1.3 DIG-T N-Connecta 4x2 103kW",
"priceCash": "19.500 \u20ac",
"fuelType": "Gasolina",
"year": "2020",
"kilometers": "43.000 km",
"horsepower": "140 cv",
"location": "Madrid"
},
{
"carName": "MERCEDES-BENZ Clase C Coup\u00e9 300 7G Plus",
"priceCash": "32.800 \u20ac",
"fuelType": "Gasolina",
"year": "2016",
"kilometers": "105.000 km",
"horsepower": "245 cv",
"location": "Madrid"
},
{
"carName": "TOYOTA RAV-4 2.5 Plug-in hybrid 4WD Advance",
"priceFinanced": "50.000 \u20ac",
"priceCash": "51.500 \u20ac",
"fuelType": "H\u00edbrido Enchufable",
"year": "2024",
"kilometers": "5 km",
"horsepower": "306 cv",
"location": "Madrid"
},
{
"carName": "PEUGEOT 3008 1.6HDI Blue Lion Style CMP 115",
"priceCash": "10.500 \u20ac",
"fuelType": "Di\u00e9sel",
"year": "2013",
"kilometers": "74.000 km",
"horsepower": "115 cv",
"location": "Madrid"
},
{
"carName": "PORSCHE Cayenne Aut.",
"priceCash": "52.500 \u20ac",
"fuelType": "Gasolina",
"year": "2019",
"kilometers": "180.000 km",
"horsepower": "340 cv",
"location": "Madrid"
},
{
"carName": "MERCEDES-BENZ Clase GLC 43 AMG 4Matic Aut.",
"priceCash": "41.500 \u20ac",
"fuelType": "Gasolina",
"year": "2018",
"kilometers": "130.000 km",
"horsepower": "367 cv",
"location": "Madrid"
},
{
"carName": "PORSCHE Cayenne E-Hybrid Coup\u00e9 Aut.",
"priceFinanced": "99.000 \u20ac",
"priceCash": "99.900 \u20ac",
"fuelType": "H\u00edbrido Enchufable",
"year": "2022",
"kilometers": "29.000 km",
"horsepower": "462 cv",
"location": "Madrid"
},
{
"carName": "MERCEDES-BENZ Clase A 180",
"priceCash": "25.900 \u20ac",
"fuelType": "Gasolina",
"year": "2019",
"kilometers": "27.000 km",
"horsepower": "136 cv",
"location": "Madrid"
},
{
"carName": "PORSCHE Taycan Sport Turismo",
"priceCash": "81.900 \u20ac",
"fuelType": "El\u00e9ctrico",
"year": "2023",
"kilometers": "10.500 km",
"horsepower": "326 cv",
"location": "Madrid"
},
{
"carName": "VOLVO V60 Cross Country D3 Aut.",
"priceFinanced": "21.890 \u20ac",
"priceCash": "21.900 \u20ac",
"fuelType": "Di\u00e9sel",
"year": "2018",
"kilometers": "87.000 km",
"horsepower": "150 cv",
"location": "Madrid"
}
],
"pagination": {
"next_page_url": "/profesional/v6-renove?tab=&page=2"
}
}