VOOZH about

URL: https://apify.com/memo23/autoscout24-scraper

⇱ AutoScout24 [Only $0.9💰] DE·AT·IT·ES·FR·BE·NL·LU· .com · Apify


👁 AutoScout24 [Only $0.9💰] DE·AT·IT·ES·FR·BE·NL·LU· .com avatar

AutoScout24 [Only $0.9💰] DE·AT·IT·ES·FR·BE·NL·LU· .com

Pricing

from $0.90 / 1,000 results

Go to Apify Store

AutoScout24 [Only $0.9💰] DE·AT·IT·ES·FR·BE·NL·LU· .com

💰$0.9 per 1,000 cars. This powerful scraper captures everything from technical specs and pricing to full descriptions and dealer info.

Pricing

from $0.90 / 1,000 results

Rating

5.0

(11)

Developer

👁 Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

1

Bookmarked

90

Total users

25

Monthly active users

a month ago

Last modified

Share

AutoScout24 Scraper · DE · AT · IT · ES · FR · BE · NL · LU · .com

Overview

The AutoScout24 Scraper is a powerful tool designed to efficiently extract comprehensive car listing data from AutoScout24, one of Europe's largest online car marketplaces. It works across all nine AutoScout24 markets (Germany, Austria, Luxembourg, Italy, Spain, France, Belgium, Netherlands, plus the pan-European .com) and gathers detailed information about vehicles — technical specifications, pricing, seller details, and high-quality images. Whether you're running market analysis, tracking price trends across countries, or building a vehicle database, this scraper provides a reliable way to collect structured data from AutoScout24.

Supported markets

MarketDomainDetail URL slugDealer URL slug
Europe / Globalautoscout24.com/offers//dealers/
Germanyautoscout24.de/angebote//haendler/
Austriaautoscout24.at/angebote//haendler/
Luxembourgautoscout24.lu/angebote//haendler/
Italyautoscout24.it/annunci//professionisti/
Spainautoscout24.es/anuncios//profesionales/
Franceautoscout24.fr/annonces//professionnels/
Belgiumautoscout24.be/annonces/ (FR) · /aanbod/ (NL)/professionnels/ · /handelaars/
Netherlandsautoscout24.nl/aanbod//dealers/

Switzerland (autoscout24.ch) is not handled by this actor — it's run by a different company (Auto Scout 24 Schweiz AG, part of Swiss Marketplace Group) with a completely different backend (REST instead of GraphQL, CHF instead of EUR, separate URL scheme). For Swiss listings, use the sibling actor: AutoScout24 Scraper · CH.

Features

  • GraphQL Extraction: Uses AutoScout24's internal mobile GraphQL API for fast and reliable data retrieval.
  • All nine markets: Search URLs, dealer profiles, and direct vehicle detail URLs are all recognised across every supported domain — no per-country configuration required.
  • Dual-mode input: Paste Start URLs or build a search from filters (countries, make, model, price, keywords). Start URLs always win when both are provided.
  • Browser fallback: If the mobile API ever returns errors (e.g. rotated persisted-query hashes), the scraper transparently falls back to the public HTML pages and parses __NEXT_DATA__.
  • Detailed Vehicle Specs: Extract power (HP/KW), mileage, transmission type, fuel type, registration date, and more.
  • Comprehensive Pricing: Collect public prices in EUR, including tax details and negotiation status.
  • Seller Information: Identify whether the seller is private or a dealer, and collect contact details and locations.
  • Media Collection: High-quality image URLs for each vehicle listing.
  • Full Descriptions: Capture the complete vehicle description provided by the seller.
  • Configurable Settings: Control maximum items, concurrency, retries, and proxy configuration.

How to Use

  1. Set Up: Ensure you have an Apify account and access to the Apify platform.
  2. Provide Start URLs or fill in search filters: You can paste AutoScout24 URLs (search results, dealer profiles, or vehicle detail pages from any supported market), or skip Start URLs and configure the filter fields (countries, make, model, price, keywords) to have the scraper build the search for you. Start URLs always take precedence if both are present.
  3. Adjust Scraper Settings: Modify settings such as maxItems, maxConcurrency, and maxRequestRetries to match your requirements.
  4. Configure Proxy Settings: (Recommended) Use residential proxies to ensure reliable scraping and avoid rate limiting.
  5. Run the Scraper: Execute the scraper on the Apify platform and download your data in JSON, CSV, or Excel format.

Input Configuration

The actor accepts input in two mutually exclusive modes — Start URLs or search filters. If both are present, Start URLs win and the filter fields are ignored for that run.

Mode 1 — Start URLs (any supported market)

Mix and match URLs from any of the nine markets. The scraper auto-detects whether each URL is a listing/search page, a dealer profile, or a direct vehicle detail page.

{
"startUrls":[
{"url":"https://www.autoscout24.de/angebote/bmw-318-touring-da-joy-edition-diesel-f15cf07e-7ecb-410e-a770-509ec6d3e1d6"},
{"url":"https://www.autoscout24.es/anuncios/seat-leon-foo-bar-baz-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"},
{"url":"https://www.autoscout24.it/annunci/fiat-panda-foo-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"},
{"url":"https://www.autoscout24.com/lst/zastava?atype=C&desc=0&sort=standard&ustate=N%2CU"},
{"url":"https://www.autoscout24.de/lst/bmw/3er-(alle)?fregfrom=2015&kmto=150000&powertype=kw&sort=price&ustate=N%2CU"},
{"url":"https://www.autoscout24.de/haendler/auto-croll-und-sondermann-gmbh-velbert"}
],
"maxItems":1000,
"maxConcurrency":10,
"minConcurrency":1,
"maxRequestRetries":8,
"proxy":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"]
}
}

Mode 2 — Search filters

Leave startUrls empty (or omit it) and let the actor build the search URL for you.

{
"filterCountries":["D","A"],
"filterMake":"bmw",
"filterModel":"3er-(alle)",
"filterMinPriceEUR":8000,
"filterMaxPriceEUR":45000,
"filterKeywords":"xenon",
"maxItems":500,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}
}

Use "COM" in filterCountries to target the pan-European .com bundle (D,A,B,E,F,I,L,NL). If filterCountries is omitted, the scraper defaults to Germany (D).

Input Fields Explanation

  • Start URLs (startUrls): A list of URLs to start scraping from. Supports listing URLs (/lst/…), dealer profiles (/haendler/, /profesionales/, /professionnels/, /professionisti/, /dealers/, /handelaars/), and direct vehicle detail URLs in any locale (/angebote/, /anuncios/, /annonces/, /annunci/, /aanbod/, /offers/). The scraper auto-detects and routes each.
  • Filter Countries (filterCountries): One or more market codes (COM, D, A, I, E, F, B, NL, L). Used when no Start URLs are provided.
  • Filter Make / Model / Price / Keywords (filterMake, filterModel, filterMinPriceEUR, filterMaxPriceEUR, filterKeywords): Optional filter fields that get translated into a real AutoScout24 search URL.
  • Max Items (maxItems): Maximum number of listings to scrape. Default is 1000.
  • Max Concurrency (maxConcurrency): Maximum number of pages processed simultaneously. Default is 10.
  • Min Concurrency (minConcurrency): Minimum number of pages processed simultaneously. Default is 1.
  • Max Request Retries (maxRequestRetries): Number of times the scraper will retry a failed request. Default is 8.
  • Proxy Configuration (proxy): Specifies the proxy servers to use. Residential proxies are recommended for AutoScout24.

Output Structure

The scraper produces a detailed JSON object for each listing. Below is a simplified example of the output:

{
"guid":"98caee84-9ccf-4763-9455-64587bd0a12c",
"__typename":"ListingDetails",
"prices":{
"__typename":"Prices",
"public":{
"__typename":"PriceInfo",
"amountInEUR":{
"__typename":"FormattedInt",
"formatted":"€ 12,490",
"raw":12490
},
"netAmountInEUR":null,
"taxDeductible":false,
"negotiable":null,
"evaluation":{
"__typename":"PriceEvaluation",
"category":1,
"popupUrl":"https://www.autoscout24.com/priceevaluation/price-label-explanation-page/98caee84-9ccf-4763-9455-64587bd0a12c?culture=en-GB",
"ranges":[
{
"__typename":"PriceEvaluationRange",
"category":0,
"maximum":12300,
"minimum":null
},
{
"__typename":"PriceEvaluationRange",
"category":1,
"maximum":13600,
"minimum":12301
},
{
"__typename":"PriceEvaluationRange",
"category":2,
"maximum":14300,
"minimum":13601
},
{
"__typename":"PriceEvaluationRange",
"category":3,
"maximum":15200,
"minimum":14301
},
{
"__typename":"PriceEvaluationRange",
"category":4,
"maximum":16100,
"minimum":15201
},
{
"__typename":"PriceEvaluationRange",
"category":5,
"maximum":17900,
"minimum":16101
},
{
"__typename":"PriceEvaluationRange",
"category":6,
"maximum":null,
"minimum":17901
}
],
"error":null
}
}
},
"media":{
"__typename":"Media",
"images":[
{
"__typename":"StandardImage",
"originalWidth":650,
"originalHeight":488,
"formats":{
"__typename":"ImageFormats",
"jpg":{
"__typename":"ImageUrls",
"size250x188":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/250x188.jpg",
"size420x315":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/420x315.jpg",
"size800x600":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/800x600.jpg",
"size1280x960":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/1280x960.jpg",
"size2560x1920":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/2560x1920.jpg"
}
}
},
{
"__typename":"StandardImage",
"originalWidth":650,
"originalHeight":488,
"formats":{
"__typename":"ImageFormats",
"jpg":{
"__typename":"ImageUrls",
"size250x188":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_a342f0fc-c8db-4771-afd0-1cfaf8cba593.jpg/250x188.jpg",
"size420x315":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_a342f0fc-c8db-4771-afd0-1cfaf8cba593.jpg/420x315.jpg",
"size800x600":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_a342f0fc-c8db-4771-afd0-1cfaf8cba593.jpg/800x600.jpg",
"size1280x960":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_a342f0fc-c8db-4771-afd0-1cfaf8cba593.jpg/1280x960.jpg",
"size2560x1920":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_a342f0fc-c8db-4771-afd0-1cfaf8cba593.jpg/2560x1920.jpg"
}
}
},
...
],
"threeSixtyViewer":null,
"youtubeLink":null
},
"seller":{
"__typename":"SellerDetails",
"dealer":{
"__typename":"DealerDetails",
"tieredPricingPackage":null,
"isFreespeeCallTrackingEnabled":false,
"hasMyVehiclesRecommenderCarousel":false,
"culture":"es-ES",
"homepageUrl":null
},
"type":"Dealer",
"id":"35836915",
"sellId":"196500559",
"companyName":"FLEXICAR GRUPO BARCELONA.",
"companyNameAddOn":"FLEXICAR GRUPO BARCELONA.",
"contactName":"Contáctanos en:",
"logo":{
"__typename":"Logo",
"big":null
},
"phones":[
{
"__typename":"Phone",
"phoneType":"Office",
"formattedNumber":"+34 - 936164521",
"callTo":"+34936164521"
}
],
"links":{
"__typename":"Links",
"imprint":{
"__typename":"Link",
"href":"https://www.autoscout24.com/dealerinfo/flexicar-grupo-barcelona/imprint"
},
"email":{
"__typename":"Link",
"href":"https://vendor-contact-email.a.autoscout24.com/vendor-contact-email/contact/email"
}
}
},
"identifier":{
"__typename":"ListingIdentifier",
"id":"98caee84-9ccf-4763-9455-64587bd0a12c",
"crossReferenceId":null,
"offerReference":"18185667"
},
"adProduct":{
"__typename":"AdProduct",
"tier":"T10",
"appliedTier":"T10",
"adTargeting":"{\"sthp\":\"143\",\"leasing\":\"false\",\"seg\":\"sedan,mediumclass\",\"stmak\":\"BMW\",\"did\":\"35836915\",\"stmil\":\"115700\",\"gear\":\"M\",\"stmod\":\"318\",\"cost\":\"12490\",\"stmon\":\"2\",\"styea\":\"2015\",\"ken\":\"9249JCN\",\"make\":\"13\",\"ad\":\"dealer\",\"vat\":\"0\",\"art\":\"6\",\"carby\":\"0\",\"fr\":\"7\",\"stccm\":\"1995\",\"buyonline\":\"false\",\"stkw\":\"105\",\"zip\":\"ES08097\",\"model\":\"1640\",\"equi\":\"42,125,1,13,41,2,32,17,12,113,114,30,19,15,37\",\"mia\":\"false\",\"miles\":\"6\",\"img\":\"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/720x540.webp\",\"price\":\"3\",\"rnd\":\"11\",\"ECO\":\"NO\",\"fuel\":\"D\",\"kenteken\":\"true\",\"acc\":\"U\",\"hp\":\"6\",\"type\":\"U\",\"atsd\":\"\",\"zip2\":\"08097\",\"articleType\":\"C\"}",
"isListingBoost":null,
"has360Image":false,
"title":"BMW 318 318d Gran Turismo",
"subTitle":null,
"versionTitle":"318d Gran Turismo",
"makeModelTitle":"BMW 318"
},
"location":{
"__typename":"Location",
"countryCode":"ES",
"zip":"08097",
"city":"L'Hospitalet de Llobregat",
"distanceToSearchLocationInKm":null,
"street":"Ctra. del Mig, 96,",
"latitude":41.3562,
"longitude":2.10836
},
"vehicle":{
"__typename":"Vehicle",
"numberOfDoors":5,
"interior":{
"__typename":"Interior",
"numberOfSeats":5,
"upholsteryColor":null,
"upholstery":null
},
"bodyType":{
"__typename":"BodyTypeFormatted",
"raw":"Sedan",
"formatted":"Sedan"
},
"classification":{
"__typename":"Classification",
"type":"Car",
"make":{
"__typename":"FormattedInt",
"raw":13,
"formatted":"BMW"
},
"model":{
"__typename":"FormattedInt",
"raw":1640,
"formatted":"318"
},
"modelGroups":[
{
"__typename":"FormattedInt",
"raw":100038
}
],
"modelVariant":{
"__typename":"FormattedInt",
"raw":104
},
"modelGeneration":{
"__typename":"FormattedInt",
"raw":26
},
"motorType":{
"__typename":"FormattedInt",
"raw":117
},
"trimLine":null,
"modelYear":null,
"germanHsnTsn":null
},
"condition":{
"__typename":"Condition",
"numberOfPreviousOwnersExtended":{
"__typename":"FormattedInt",
"raw":null,
"formatted":"- (Previous Owners)"
},
"mileageInKm":{
"__typename":"FormattedNumber",
"raw":115700,
"formatted":"115,700 km"
},
"firstRegistrationDate":{
"__typename":"FormattedLocalDate",
"raw":"2015-02-01",
"formatted":"02/2015"
},
"damage":{
"__typename":"Damage",
"accidentFree":true,
"isCurrentlyDamaged":null,
"isRoadworthy":null,
"hasRepairedDamages":null
},
"carpassMileageUrl":null,
"newInspection":false,
"nonSmoking":false
},
"engine":{
"__typename":"Engine",
"power":{
"__typename":"Power",
"kw":{
"__typename":"FormattedInt",
"raw":105,
"formatted":"105 kW"
},
"hp":{
"__typename":"FormattedInt",
"raw":143,
"formatted":"143 hp"
}
},
"transmissionType":{
"__typename":"TransmissionTypeFormatted",
"raw":"Manual",
"formatted":"Manual"
},
"engineDisplacementInCCM":{
"__typename":"FormattedInt",
"formatted":"1,995 cc"
},
"driveTrain":{
"__typename":"DriveTrainFormatted",
"formatted":"Rear Wheel Drive"
},
"numberOfGears":6,
"numberOfCylinders":4
},
"fuels":{
"__typename":"Fuels",
"fuelCategory":{
"__typename":"FormattedString",
"raw":"D",
"formatted":"Diesel"
},
"primary":{
"__typename":"Fuel",
"type":null,
"consumption":{
"__typename":"Consumption",
"combinedWithFallback":{
"__typename":"FormattedNumberWithFallback",
"raw":4.5,
"formatted":"4.5 l/100 km (comb.)",
"isFallback":false
},
"combined":{
"__typename":"FormattedNumber",
"raw":4.5,
"formatted":"4.5 l/100 km (comb.)"
},
"urbanWithFallback":null,
"urban":null,
"extraUrbanWithFallback":null,
"extraUrban":null
},
"co2emissionInGramPerKmWithFallback":{
"__typename":"FormattedNumberWithFallback",
"raw":null,
"formatted":"- (g/km)",
"isFallback":false
},
"co2emissionInGramPerKm":{
"__typename":"FormattedInt",
"raw":null,
"formatted":"- (g/km)"
}
},
"additional":[],
"wltp":null,
"electricRangeWithFallback":null,
"electricRangeCity":null,
"allFuelTypes":[],
"isPluginHybrid":null,
"battery":null
},
"equipment":{
"__typename":"Equipment",
"as24":[
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":30,
"formatted":"Automatic climate control"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"comfortAndConvenience",
"formatted":"Comfort & Convenience"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":114,
"formatted":"Multi-function steering wheel"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"comfortAndConvenience",
"formatted":"Comfort & Convenience"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":13,
"formatted":"Power windows"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"comfortAndConvenience",
"formatted":"Comfort & Convenience"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":113,
"formatted":"Start-stop system"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"comfortAndConvenience",
"formatted":"Comfort & Convenience"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":41,
"formatted":"On-board computer"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"entertainmentAndMedia",
"formatted":"Entertainment & Media"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":15,
"formatted":"Alloy wheels"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"extras",
"formatted":"Extras"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":1,
"formatted":"ABS"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"safetyAndSecurity",
"formatted":"Safety & Security"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":17,
"formatted":"Central door lock"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"safetyAndSecurity",
"formatted":"Safety & Security"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":2,
"formatted":"Driver-side airbag"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"safetyAndSecurity",
"formatted":"Safety & Security"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":42,
"formatted":"Electronic stability control"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"safetyAndSecurity",
"formatted":"Safety & Security"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":19,
"formatted":"Fog lights"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"safetyAndSecurity",
"formatted":"Safety & Security"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":125,
"formatted":"Isofix"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"safetyAndSecurity",
"formatted":"Safety & Security"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":12,
"formatted":"Power steering"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"safetyAndSecurity",
"formatted":"Safety & Security"
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":32,
"formatted":"Side airbag"
},
"equipmentCategory":{
"__typename":"FormattedString",
"raw":"safetyAndSecurity",
"formatted":"Safety & Security"
}
}
]
},
"usageState":"U",
"legalCategories":[
{
"__typename":"LegalCategoryFormatted",
"formatted":"Used"
}
],
"numberOfBeds":{
"__typename":"FormattedInt",
"raw":null,
"formatted":"- (Number of beds)"
},
"numberOfAxles":{
"__typename":"FormattedInt",
"raw":null,
"formatted":"- (Axle count)"
},
"grossVehicleWeight":null,
"alloyWheelInches":null,
"environment":{
"__typename":"Environment",
"particulateFilter":false,
"environmentLabelsWithFallback":[],
"environmentLabels":[]
},
"originalMarket":{
"__typename":"OptionalFormattedString",
"formatted":"Spain"
},
"bodyColorOriginal":null,
"bodyColor":{
"__typename":"BodyColorFormatted",
"formatted":"Grey"
},
"paintType":null,
"costModel":null,
"emptyWeight":{
"__typename":"FormattedNumber",
"formatted":"1,540 kg"
},
"wheelBase":null,
"totalHeight":null,
"totalWidth":null,
"totalLength":null,
"loadHeight":null,
"loadVolume":null,
"loadWidth":null,
"loadLength":null,
"payload":null,
"maximumTowingWeight":null,
"maintenance":{
"__typename":"Maintenance",
"hasFullServiceHistory":{
"__typename":"OptionalFormattedBoolean",
"raw":false
},
"nextVehicleSafetyInspection":null,
"lastBeltServiceDate":null,
"lastTechnicalServiceDate":null
},
"productionDate":null
},
"publication":{
"__typename":"Publication",
"accurateState":"Active",
"isNew":false,
"isRenewed":false,
"createdTimestampWithOffset":"2025-10-17T13:29:28.7Z"
},
"delivery":{
"__typename":"Delivery",
"isDeliverable":false
},
"webPage":"https://www.autoscout24.com/offers/bmw-318-318d-gran-turismo-diesel-grey-98caee84-9ccf-4763-9455-64587bd0a12c",
"ratings":null,
"availability":{
"__typename":"Availability",
"inDays":null,
"fromDate":null
},
"sellerDetails":{
"__typename":"SellerDetails",
"id":"35836915",
"sellId":"196500559",
"type":"Dealer",
"companyName":"FLEXICAR GRUPO BARCELONA.",
"companyNameAddOn":"FLEXICAR GRUPO BARCELONA.",
"contactName":"Contáctanos en:",
"logo":{
"__typename":"Logo",
"big":null
},
"phones":[
{
"__typename":"Phone",
"phoneType":"Office",
"formattedNumber":"+34 - 936164521",
"callTo":"+34936164521"
}
],
"links":{
"__typename":"Links",
"imprint":{
"__typename":"Link",
"href":"https://www.autoscout24.com/dealerinfo/flexicar-grupo-barcelona/imprint"
},
"email":{
"__typename":"Link",
"href":"https://vendor-contact-email.a.autoscout24.com/vendor-contact-email/contact/email"
}
},
"dealer":{
"__typename":"DealerDetails",
"homepageUrl":null,
"culture":"es-ES",
"openingHours":[],
"customerSince":"2021-11-30T00:00:00Z",
"isFreespeeCallTrackingEnabled":false,
"hasMyVehiclesRecommenderCarousel":false
}
},
"description":"<strong>Precio al contado: 14790 euros</strong> <br /><br /><strong>Condiciones de la financiación</strong> <br /><br />Consultar condiciones de financiación en este anuncio o contactando con el anuncianteEsta Navidad llega a Flexicar<br />el ¡EL REMATE FINAL!<br />Bajamos los precios hasta fin de año<br />para que disfrutes de tu nuevo coche.<br /><br />Flexicar, una vida, muchos cars.<br /><br />Compra. Vende. Disfruta.<br /><br />Precio al contado: 14.790€<br />Precio alternativo oferta de financiación: 12.490€ financiando el 100% del importe (consulta condiciones específicas de la promoción, sujeto a condiciones de financiación de las entidades colaboradoras).<br /><br /><br />Cada momento de la vida te pide un coche.<br />En Flexicar tenemos más de 25.000 vehículos en stock<br />y disponemos de más de 180 concesionarios<br />para que encuentres tu nuevo coche.<br />Flexicar, Compra . Vende . Disfruta<br /><br />Vehículo disponible en nuestro concesionario Flexicar Zafra, Polígono los Caños, 89, Puebla de Sancho Pérez, Badajoz. Te lo enviamos a cualquier punto de la península y Baleares. Entrega a domicilio.<br />HORARIO DE APERTURA: Lunes a Sábado: 9:30 - 20:30.<br />Si tu coche tiene menos de 8 años o lo entregas como parte de pago, tienes asegurada la mejor tasación del mercado. Tásalo ahora en flexicar.es.<br /><br /><br />HORARIO ATENCIÓN TELEFÓNICA:<br />Lunes a Sábado: 9:00 - 20:30<br />Domingos: 10:00 - 14:00 y 16:30 - 20:30<br /><br />*Este anuncio no es vinculante, puede contener errores, se muestra a título informativo y no contractual.<br /><br />REF: 903000000209370<br />",
"warranty":{
"__typename":"Warranty",
"warrantyExists":true,
"generic":{
"__typename":"GenericWarranty",
"durationInMonth":{
"__typename":"FormattedInt",
"formatted":"12 months"
}
}
},
"seals":null,
"partnerIntegrations":[],
"basicInfo":{
"__typename":"Listing",
"details":{
"__typename":"ListingDetails",
"identifier":{
"__typename":"ListingIdentifier",
"id":"98caee84-9ccf-4763-9455-64587bd0a12c",
"crossReferenceId":null
},
"adProduct":{
"__typename":"AdProduct",
"tier":"T10",
"appliedTier":"T10",
"adTargeting":"{\"sthp\":\"143\",\"leasing\":\"false\",\"seg\":\"sedan,mediumclass\",\"stmak\":\"BMW\",\"did\":\"35836915\",\"stmil\":\"115700\",\"gear\":\"M\",\"stmod\":\"318\",\"cost\":\"12490\",\"stmon\":\"2\",\"styea\":\"2015\",\"ken\":\"9249JCN\",\"make\":\"13\",\"ad\":\"dealer\",\"vat\":\"0\",\"art\":\"6\",\"carby\":\"0\",\"fr\":\"7\",\"stccm\":\"1995\",\"buyonline\":\"false\",\"stkw\":\"105\",\"zip\":\"ES08097\",\"model\":\"1640\",\"equi\":\"42,125,1,13,41,2,32,17,12,113,114,30,19,15,37\",\"mia\":\"false\",\"miles\":\"6\",\"img\":\"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/720x540.webp\",\"price\":\"3\",\"rnd\":\"97\",\"ECO\":\"NO\",\"fuel\":\"D\",\"kenteken\":\"true\",\"acc\":\"U\",\"hp\":\"6\",\"type\":\"U\",\"atsd\":\"\",\"zip2\":\"08097\",\"articleType\":\"C\"}",
"isListingBoost":null,
"has360Image":false,
"title":"BMW 318 318d Gran Turismo"
},
"location":{
"__typename":"Location",
"countryCode":"ES",
"zip":"08097",
"city":"L'Hospitalet de Llobregat",
"distanceToSearchLocationInKm":null,
"street":"Ctra. del Mig, 96,",
"latitude":41.3562,
"longitude":2.10836
},
"prices":{
"__typename":"Prices",
"public":{
"__typename":"PriceInfo",
"amountInEUR":{
"__typename":"FormattedInt",
"raw":12490,
"formatted":"€ 12,490"
},
"evaluation":{
"__typename":"PriceEvaluation",
"category":1
},
"netAmountInEUR":null,
"taxDeductible":false,
"negotiable":null
}
},
"media":{
"__typename":"Media",
"images":[
{
"__typename":"StandardImage",
"originalWidth":650,
"originalHeight":488,
"formats":{
"__typename":"ImageFormats",
"jpg":{
"__typename":"ImageUrls",
"size250x188":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/250x188.jpg",
"size420x315":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/420x315.jpg",
"size800x600":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/800x600.jpg",
"size1280x960":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/1280x960.jpg",
"size2560x1920":"https://prod.pictures.autoscout24.net/listing-images/98caee84-9ccf-4763-9455-64587bd0a12c_3f990915-86fc-4520-a66c-01b5ad4868a7.jpg/2560x1920.jpg"
}
}
},
...
],
"threeSixtyViewer":null,
"youtubeLink":null
},
"vehicle":{
"__typename":"Vehicle",
"numberOfDoors":5,
"interior":{
"__typename":"Interior",
"numberOfSeats":5
},
"bodyType":{
"__typename":"BodyTypeFormatted",
"raw":"Sedan",
"formatted":"Sedan"
},
"classification":{
"__typename":"Classification",
"type":"Car",
"make":{
"__typename":"FormattedInt",
"raw":13,
"formatted":"BMW"
},
"model":{
"__typename":"FormattedInt",
"raw":1640,
"formatted":"318"
},
"modelGroups":[
{
"__typename":"FormattedInt",
"raw":100038
}
],
"modelVariant":{
"__typename":"FormattedInt",
"raw":104
},
"modelGeneration":{
"__typename":"FormattedInt",
"raw":26
},
"motorType":{
"__typename":"FormattedInt",
"raw":117
},
"trimLine":null,
"modelYear":null
},
"condition":{
"__typename":"Condition",
"numberOfPreviousOwnersExtended":{
"__typename":"FormattedInt",
"raw":null,
"formatted":"- (Previous Owners)"
},
"mileageInKm":{
"__typename":"FormattedNumber",
"raw":115700,
"formatted":"115,700 km"
},
"firstRegistrationDate":{
"__typename":"FormattedLocalDate",
"raw":"2015-02-01",
"formatted":"02/2015"
},
"damage":{
"__typename":"Damage",
"accidentFree":true
}
},
"engine":{
"__typename":"Engine",
"power":{
"__typename":"Power",
"kw":{
"__typename":"FormattedInt",
"raw":105,
"formatted":"105 kW"
},
"hp":{
"__typename":"FormattedInt",
"raw":143,
"formatted":"143 hp"
}
},
"transmissionType":{
"__typename":"TransmissionTypeFormatted",
"raw":"Manual",
"formatted":"Manual"
},
"engineDisplacementInCCM":{
"__typename":"FormattedInt",
"formatted":"1,995 cc"
}
},
"fuels":{
"__typename":"Fuels",
"fuelCategory":{
"__typename":"FormattedString",
"raw":"D",
"formatted":"Diesel"
},
"primary":{
"__typename":"Fuel",
"type":null,
"consumption":{
"__typename":"Consumption",
"combinedWithFallback":{
"__typename":"FormattedNumberWithFallback",
"raw":4.5,
"formatted":"4.5 l/100 km (comb.)",
"isFallback":false
},
"combined":{
"__typename":"FormattedNumber",
"raw":4.5,
"formatted":"4.5 l/100 km (comb.)"
}
},
"co2emissionInGramPerKmWithFallback":{
"__typename":"FormattedNumberWithFallback",
"raw":null,
"formatted":"- (g/km)",
"isFallback":false
},
"co2emissionInGramPerKm":{
"__typename":"FormattedInt",
"raw":null,
"formatted":"- (g/km)"
}
},
"additional":[],
"wltp":null,
"electricRangeWithFallback":null,
"electricRangeCity":null
},
"equipment":{
"__typename":"Equipment",
"as24":[
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":30
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":114
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":13
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":113
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":41
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":15
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":1
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":17
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":2
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":42
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":19
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":125
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":12
}
},
{
"__typename":"As24Equipment",
"id":{
"__typename":"FormattedInt",
"raw":32
}
}
]
},
"usageState":"U",
"legalCategories":[
{
"__typename":"LegalCategoryFormatted",
"formatted":"Used"
}
],
"numberOfBeds":{
"__typename":"FormattedInt",
"raw":null,
"formatted":"- (Number of beds)"
},
"numberOfAxles":{
"__typename":"FormattedInt",
"raw":null,
"formatted":"- (Axle count)"
},
"grossVehicleWeight":null
},
"seller":{
"__typename":"SellerDetails",
"type":"Dealer",
"id":"35836915",
"dealer":{
"__typename":"DealerDetails",
"tieredPricingPackage":null,
"isFreespeeCallTrackingEnabled":false,
"hasMyVehiclesRecommenderCarousel":false,
"culture":"es-ES",
"homepageUrl":null
},
"sellId":"196500559",
"companyName":"FLEXICAR GRUPO BARCELONA.",
"companyNameAddOn":"FLEXICAR GRUPO BARCELONA.",
"contactName":"Contáctanos en:",
"logo":{
"__typename":"Logo",
"big":null
},
"phones":[
{
"__typename":"Phone",
"phoneType":"Office",
"formattedNumber":"+34 - 936164521",
"callTo":"+34936164521"
}
],
"links":{
"__typename":"Links",
"imprint":{
"__typename":"Link",
"href":"https://www.autoscout24.com/dealerinfo/flexicar-grupo-barcelona/imprint"
},
"email":{
"__typename":"Link",
"href":"https://vendor-contact-email.a.autoscout24.com/vendor-contact-email/contact/email"
}
}
},
"publication":{
"__typename":"Publication",
"accurateState":"Active",
"isNew":false,
"isRenewed":false,
"createdTimestampWithOffset":"2025-10-17T13:29:28.7Z"
},
"delivery":{
"__typename":"Delivery",
"isDeliverable":false
},
"webPage":"https://www.autoscout24.com/offers/bmw-318-318d-gran-turismo-diesel-grey-98caee84-9ccf-4763-9455-64587bd0a12c",
"ratings":null
},
"searchResultType":"Organic",
"searchResultSection":"Main",
"exclusiveOffer":null,
"trackingParameters":[
{
"__typename":"TrackingParameters",
"key":"boost_level",
"value":"t10"
},
{
"__typename":"TrackingParameters",
"key":"applied_boost_level",
"value":"t10"
},
{
"__typename":"TrackingParameters",
"key":"relevance_adjustment",
"value":"organic"
},
{
"__typename":"TrackingParameters",
"key":"boosting_product",
"value":"none"
}
],
"financingAndInsurance":{
"__typename":"Finance_ApiResponse",
"widgets":[]
}
}
}

Explanations for All Properties

Below is a detailed breakdown of every field produced by the AutoScout24 Scraper.

Root Level Information

  • guid: A unique, 36-character identifier for the listing within the AutoScout24 system.
  • __typename: The internal GraphQL type assigned to this response object (e.g., ListingDetails).
  • webPage: The direct public URL leading to the car's offer page on the AutoScout24 portal.
  • description: The full text or HTML description provided by the seller, detailing the car's history, condition, and highlights.
  • basicInfo: A simplified wrapper containing redundant metadata for compatibility (mirrors the Listing structure).

Pricing (prices)

  • public: Pricing details visible to all users.
    • amountInEUR: The listing price in Euros.
      • formatted: Human-readable price (e.g., "€ 12,490").
      • raw: The exact numeric value (e.g., 12490).
    • netAmountInEUR: The price excluding VAT, if applicable.
    • taxDeductible: Boolean indicating if the seller can provide a VAT-deductible invoice.
    • negotiable: Indicates if the seller is open to price offers.
    • evaluation: AutoScout24's automated market value assessment.
      • category: Numerical ranking of the price (e.g., 1 = "Fair Price", 2 = "Good Price").
      • popupUrl: A link to more information about how this specific evaluation was calculated.
      • ranges: An array of market price brackets used to determine the assessment category.

Media and Photos (media)

  • images: A collection of high-resolution vehicle photos.
    • originalWidth / originalHeight: The dimensions of the source image.
    • formats: Responsive image URLs cropped and scaled to various resolutions (e.g., size250x188, size800x600, size2560x1920).
  • threeSixtyViewer: Details for interactive 360° virtual tours, if available.
  • youtubeLink: A direct link to a video review or showcase of the car on YouTube.

Seller Details (seller)

  • type: Categories the seller as either a professional Dealer or a PrivateSeller.
  • id / sellId: Internal identifiers for the seller's account.
  • companyName / companyNameAddOn: The official business name of the dealership.
  • contactName: The specific person or department to reach out to for this listing.
  • phones: An array of contact numbers.
    • phoneType: e.g., "Office", "Mobile", or "Private".
    • formattedNumber: The phone number as it appears on the site.
    • callTo: The standardized number for click-to-call functionality.
  • links: Access to secondary seller pages.
    • imprint: Link to the dealer's legal disclosure page.
    • email: Redirects to the secure contact form on AutoScout24.
  • dealer: Extended metadata for professional sellers, including their customerSince date and localized culture.

Vehicle Specifications (vehicle)

  • numberOfDoors: Total number of entry points (usually 3 or 5).
  • interior: Cabin specifications.
    • numberOfSeats: Seating capacity for passengers.
    • upholsteryColor / upholstery: The color and material (Leather, Cloth, etc.) of the seats.
  • bodyType: The vehicle's frame style (e.g., Sedan, Compact, SUV, Station Wagon).
  • classification: Detailed brand and model data.
    • make / model: The manufacturer and specific model line with their respective IDs and names.
    • modelGroups / modelVariant / modelGeneration: Technical sub-classifications used for precise filtering.
  • condition: History and current physical state.
    • mileageInKm: The total distance the car has driven.
    • firstRegistrationDate: The date (YYYY-MM-DD) when the car was first registered.
    • damage: Accident history and current repair needs.
      • accidentFree: Boolean indicating if the car has never been in a major accident.
  • engine: Power and transmission details.
    • power: Engine output provided in both Kilowatts (kw) and Horsepower (hp).
    • transmissionType: Gearbox style (e.g., Manual, Automatic, Semi-automatic).
    • engineDisplacementInCCM: The cylinder volume in cubic centimeters.
    • driveTrain: Indicates which wheels receive power (e.g., Rear Wheel Drive, Front Wheel Drive, 4WD).
    • numberOfGears / numberOfCylinders: Mechanical complexity of the gearbox and engine block.
  • fuels: Environmental and consumption data.
    • fuelCategory: Primary fuel source (e.g., Diesel, Gasoline, Electric, Hybrid).
    • primary: Detailed consumption (L/100km) for urban, extraUrban, and combined cycles.
  • equipment: A detailed list of features.
    • as24: Array of amenity objects.
      • id: Numeric ID and name of the feature (e.g., "Alloy wheels").
      • equipmentCategory: e.g., "Safety & Security", "Comfort & Convenience", "Entertainment & Media".
  • bodyColor / paintType: External finish and whether it features a metallic or pearl effect.

Metadata and Logistics

  • identifier: Internal mapping IDs, including the offerReference used for synchronization.
  • adProduct: Commercial data about the listing.
    • tier / appliedTier: Promotion levels that dictate how high the car appears in search results (e.g., T10).
    • adTargeting: A stringified JSON blob containing technical parameters for site analytics and ad placement.
    • title / versionTitle: The main marketing headline and specific trim version of the car.
  • location: Where the vehicle is physically located.
    • countryCode / zip / city / street: Full address details.
    • latitude / longitude: Precise GPS coordinates for map placement.
  • publication: Management of the listing's lifecycle.
    • accurateState: Current status (e.g., Active, Sold).
    • createdTimestampWithOffset: When the listing first went live.
  • delivery: Boolean indicating if the seller offers vehicle shipping to the buyer.
  • trackingParameters: Internal keys and values used for tracking listing performance.
  • financingAndInsurance: Details regarding monthly payment plans or insurance quotes available for the vehicle.

Explore More Scrapers

If you found this AutoScout24 Scraper useful, be sure to check out our other powerful scrapers and actors at memo23's Apify profile. We offer a wide range of tools to enhance your web scraping and automation needs.

Support

Additional Services

You might also like

AutoScout24 All-Country Scraper

fayoussef/autoscout24

Our autoscout24 scraper makes it simple to collect listings at scale and in all countries. Works on autoscout24.de, .at, .fr, .it, .es, .nl, .be, .lu and .com

👁 User avatar

youssef farhan

31

5.0

Autoscout24 $0.8💰 Powerful Filters + Deep Search

abotapi/autoscout24-scraper

From $0.8/1K. A lean, production-grade scraper for autoscout24.com. Point it at a search, get back clean JSON with 30+ fields per vehicle. Designed for dealers, market analysts, valuation pipelines, lead generation, and anyone who needs autoscout24 data on tap.

26

5.0

Mobile.de [$0.8💰] Unlimited Search & Detail [Richest Output]

memo23/mobile-de-scraper

💰 $0.80 per 1,000 results – No limits, unlimited extraction. Extract comprehensive vehicle data: make/model, pricing, technical specs, dealer info, images, features, condition, location, contact details, and market ratings. Perfect for automotive research, inventory tracking, and price analysis

👁 User avatar

Muhamed Didovic

226

5.0

🔍🚙 AutoScout24 Scraper (PPR)

3x1t/autoscout24-scraper-ppr

Effortlessly scrape car data from the largest pan-European online car marketplace, AutoScout24. Get access to millions of entries of cars, motorbikes, etc. across Europe. Fast, cheap & reliable. Pay-per-result version.

🔍🚙🇨🇭 AutoScout24.ch Scraper (PPE)

3x1t/autoscout24-ch-scraper-ppe

Effortlessly scrape vehicle data from Switzerland’s version of the popular online car marketplace AutoScout24. Fast, cheap & reliable. Pay-per-event version.

🔍🚙 AutoScout24 Scraper

3x1t/autoscout24-scraper

Effortlessly scrape car data from the largest pan-European online car marketplace, AutoScout24. Get access to millions of entries of cars, motorbikes, etc. across Europe. Fast, cheap & reliable. Rental version.

Gaspedaal Cars Search Scraper

stealth_mode/gaspedaal-cars-search-scraper

Automate extraction of Dutch car listings from Gaspedaal.nl. Capture vehicle details, pricing, photos, dealer information, and availability status. Ideal for automotive market analysis, inventory monitoring, and competitive intelligence in the Netherlands car market.

👁 User avatar

Stealth mode

13

🔍🚗 Mobile.de Scraper (PPR)

3x1t/mobile-de-scraper-ppr

Effortlessly scrape car data from Germany's largest vehicle marketplace, Mobile.de. Get access to millions of entries of cars, motorbikes, etc. across Europe. Fast, cheap & reliable. PPR version for smaller use cases.

Gaspedaal.nl Car Listings Scraper

unfenced-group/gaspedaal-nl-scraper

Scrape 300,000+ car listings from Gaspedaal.nl — the Netherlands' largest car comparison platform. Extracts price, mileage, brand, model, fuel type and dealer info. No browser required.

👁 User avatar

Unfenced Group

7

Autoscout24 Scraper

ivanvs/autoscout-scraper

Extract data from autoscout24.com for data on thousands of car listings. Scrape car listings, extract descriptions, images, prices, mileage, contact number, addresses, names, engine information, the transmission of the car, and all other listing details.

767

1.6

Related articles

How to scrape emails from any website (Python guide)
Read more