AutoScout24 API

GET   /api/v1/search?engine=autoscout24

The AutoScout24 API returns real-time car listings from Europe's largest online car marketplace. Search by make and model and refine with structured filters like price, mileage, first registration, power, fuel type, transmission, body type, seller type, and location radius, across the German, Austrian, Belgian, Spanish, French, Italian, Luxembourgish, and Dutch marketplaces. Each result includes the price, mileage, registration, fuel and transmission, seller, location, and a link you can pass to the AutoScout24 Listing API for the full vehicle detail sheet.

AutoScout24 caps browsable results at 200 pages (4,000 listings) per query regardless of the total match count, so narrow with filters to reach deeper inventory.

API Parameters

Search Query

  • Name
    make
    Required
    Optional
    Description

    The vehicle make (brand), e.g. volkswagen, bmw, mercedes-benz. Names are lower-cased and hyphenated into the AutoScout24 path. The full list of valid makes is returned in the filters block of any response.

  • Name
    model
    Required
    Optional
    Description

    The vehicle model, e.g. golf, 3-series. Requires make to be set.

Filters

  • Name
    price_min
    Required
    Optional
    Description

    Minimum price, in the marketplace currency (EUR).

  • Name
    price_max
    Required
    Optional
    Description

    Maximum price, in the marketplace currency (EUR).

  • Name
    mileage_min
    Required
    Optional
    Description

    Minimum mileage in kilometres.

  • Name
    mileage_max
    Required
    Optional
    Description

    Maximum mileage in kilometres.

  • Name
    registration_year_min
    Required
    Optional
    Description

    Earliest first-registration year, between 1900 and 2100, e.g. 2018.

  • Name
    registration_year_max
    Required
    Optional
    Description

    Latest first-registration year, between 1900 and 2100, e.g. 2022.

  • Name
    power_min
    Required
    Optional
    Description

    Minimum engine power, in the unit set by power_unit.

  • Name
    power_max
    Required
    Optional
    Description

    Maximum engine power, in the unit set by power_unit.

  • Name
    power_unit
    Required
    Optional
    Description

    Unit power_min and power_max are given in. One of kw or hp. AutoScout24 filters in kW, so hp values are converted before the search runs.

  • Name
    fuel_type
    Required
    Optional
    Description

    Fuel type. One of petrol, diesel, electric, hybrid_petrol, hybrid_diesel, cng, hydrogen, lpg, ethanol, other.

  • Name
    transmission
    Required
    Optional
    Description

    Transmission. One of automatic, manual, semi_automatic.

  • Name
    body_type
    Required
    Optional
    Description

    Body type. One of compact, convertible, coupe, suv, station_wagon, sedan, van, transporter, other.

  • Name
    seller_type
    Required
    Optional
    Description

    Seller type. One of dealer, private.

  • Name
    condition
    Required
    Optional
    Description

    Vehicle condition. One of new, used, annual, classic, demo, day_registration. Omit for every offer type. Accident vehicles are selected with damage.

  • Name
    damage
    Required
    Optional
    Description

    How damaged and accident vehicles are treated. One of exclude, include, only. AutoScout24 hides them by default, so use include to search all cars and only to search damaged cars alone. On de, only selects currently damaged cars and results carry is_damaged. On the other marketplaces it selects cars with an accident history instead, so results carry condition: accident and can come back without is_damaged set.

  • Name
    zip
    Required
    Optional
    Description

    Postal code to search around. Letters, digits, spaces and hyphens, up to 10 characters. Works on its own, in which case AutoScout24 applies its own default radius.

  • Name
    radius
    Required
    Optional
    Description

    Search radius in kilometres around zip. Requires zip.

Localization

  • Name
    country
    Required
    Optional
    Description

    The AutoScout24 marketplace to search. One of de, at, be, es, fr, it, lu, nl. Determines the domain, currency, and inventory.

Pagination

  • Name
    sort_by
    Required
    Optional
    Description

    Result ordering. One of best_match, price_asc, price_desc, mileage_asc, mileage_desc, registration_asc, registration_desc, power_asc, power_desc, newest.

  • Name
    page
    Required
    Optional
    Description

    Page number (20 results per page). AutoScout24 caps browsing at 200 pages (4,000 results) per query. Narrow with filters to reach deeper inventory.

Engine

  • Name
    engine
    Required
    Required
    Description

    Must be set to autoscout24.

API key

  • Name
    api_key
    Required
    Required
    Description

    The api_key authenticates your requests. Use it as a query parameter (https://www.searchapi.io/api/v1/search?api_key=YOUR_API_KEY) or in the Authorization header (Bearer YOUR_API_KEY).

API Examples

Search Results

Search Results
GET
https://www.searchapi.io/api/v1/search?country=de&engine=autoscout24&make=volkswagen&model=golf
Request
import requests

url = "https://www.searchapi.io/api/v1/search"
params = {
  "engine": "autoscout24",
  "make": "volkswagen",
  "model": "golf",
  "country": "de"
}

response = requests.get(url, params=params)
print(response.text)
Response
{
  "search_metadata": {
    "id": "search_lLDb6vP7p7aJu4VyoA5jqWZw",
    "status": "Success",
    "created_at": "2026-09-02T11:41:14Z",
    "request_time_taken": 1.57,
    "parsing_time_taken": 0.02,
    "total_time_taken": 1.59,
    "request_url": "https://www.autoscout24.de/lst/volkswagen/golf?atype=C&cy=D&sort=standard",
    "html_url": "https://www.searchapi.io/api/v1/searches/search_lLDb6vP7p7aJu4VyoA5jqWZw.html",
    "json_url": "https://www.searchapi.io/api/v1/searches/search_lLDb6vP7p7aJu4VyoA5jqWZw"
  },
  "search_parameters": {
    "engine": "autoscout24",
    "sort_by": "best_match",
    "power_unit": "kw",
    "damage": "exclude",
    "make": "volkswagen",
    "model": "golf",
    "country": "de"
  },
  "search_information": {
    "total_results": 30693,
    "total_pages": 200,
    "page": 1,
    "results_on_page": 20
  },
  "filters": [
    {
      "type": "make",
      "options": [
        "9ff",
        "AC",
        "ACM",
        "ARI",
        "Abarth",
        "Acura",
        "Aerfal",
        "Aiways",
        "Aixam",
        "Alba Mobility",
        "Alfa Romeo",
        "Alpina",
        "Alpine",
        "Amphicar",
        "Angelelli Automobili",
        "Ariel Motor",
        "Artega",
        "Aspark",
        "Aspid",
        "Aston Martin",
        "Audi",
        "Aurus",
        "Austin",
        "Austin-Healey",
        "Autobianchi",
        "BAIC",
        "BAW",
        "BMW",
        "BYD",
        "Bedford",
        "Bellier",
        "Bentley",
        "Bertone",
        "Bestune",
        "Boldmen",
        "Bolloré",
        "Borgward",
        "Bovensiepen",
        "Brilliance",
        "Bristol",
        "Brute",
        "Bugatti",
        "Buick",
        "CUPRA",
        "Cadillac",
        "Caravans-Wohnm",
        "Carver",
        "Casalini",
        "Caterham",
        "Cenntro",
        "Chamonix",
        "Changan",
        "Changhe",
        "Chatenet",
        "Chery",
        "Chevrolet",
        "Chrysler",
        "Cirelli",
        "Citroen",
        "CityEL",
        "Corvette",
        "DAF",
        "DFM",
        "DFSK",
        "DR Automobiles",
        "DS Automobiles",
        "Dacia",
        "Daewoo",
        "Daihatsu",
        "Daimler",
        "Dallara",
        "Dangel",
        "De Tomaso",
        "De la Chapelle",
        "Delorean",
        "Denza",
        "Devalliet",
        "Devinci Cars",
        "Dodge",
        "Dongfeng",
        "Donkervoort",
        "Dutton",
        "EMC",
        "EVO",
        "Ebro",
        "Econelo",
        "Edran",
        "Elaris",
        "Embuggy",
        "Estrima",
        "Evetta",
        "Farizon",
        "Ferrari",
        "Fiat",
        "Fisker",
        "Ford",
        "Forthing",
        "Foton",
        "GAZ",
        "GEM",
        "GEMBALLA",
        "GMC",
        "GTA",
        "GWM",
        "Gac Gonow",
        "Galloper",
        "Gappy",
        "Geely",
        "Genesis",
        "Giana",
        "Gillet",
        "Giotti Victoria",
        "Goupil",
        "Great Wall",
        "Grecav",
        "HUMMER",
        "Haima",
        "Hamann",
        "Haval",
        "Hiphi",
        "Holden",
        "Honda",
        "Hongqi",
        "Hurtan",
        "Hyundai",
        "ICH-X",
        "IZH",
        "Ineos",
        "Infiniti",
        "Innocenti",
        "Invicta",
        "Iso Rivolta",
        "Isuzu",
        "Iveco",
        "JAC",
        "Jaecoo",
        "Jaguar",
        "Jeep",
        "Jensen",
        "Jetour",
        "KGM",
        "KTM",
        "Karma",
        "Kia",
        "Koenigsegg",
        "LDV",
        "LEVC",
        "Lada",
        "Lamborghini",
        "Lancia",
        "Land Rover",
        "Leapmotor",
        "Lee Group",
        "Lexus",
        "Li",
        "Lifan",
        "Ligier",
        "Lincoln",
        "Linktour",
        "Linzda",
        "Livan",
        "Lorinser",
        "Lotus",
        "Lucid",
        "Lynk & Co",
        "MAN",
        "MG",
        "MHERO",
        "MINI",
        "MP Lafer",
        "MPM Motors",
        "Mahindra",
        "Mansory",
        "Martin",
        "Martin Motors",
        "Maserati",
        "Matra",
        "Maxus",
        "Maybach",
        "Mazda",
        "McLaren",
        "Mega",
        "Melex",
        "Mercedes-Benz",
        "Mercury",
        "Micro",
        "Microcar",
        "Militem",
        "Minari",
        "Minauto",
        "Mitsubishi",
        "Mitsuoka",
        "Mobilize",
        "Morgan",
        "Moskvich",
        "NIO",
        "NSU",
        "Nissan",
        "Oldsmobile",
        "Oldtimer",
        "Omoda",
        "Opel",
        "Ora",
        "PGO",
        "Pagani",
        "Panther Westwinds",
        "Peugeot",
        "Piaggio",
        "Plymouth",
        "Polestar",
        "Pontiac",
        "Porsche",
        "Proton",
        "Puch",
        "RAM",
        "Regis",
        "Reliant",
        "Renault",
        "Rimac",
        "Rivian",
        "Rolls-Royce",
        "Rover",
        "Ruf",
        "SEAT",
        "SGS",
        "SWM",
        "Saab",
        "Santana",
        "Segway",
        "Selvo",
        "Seres",
        "Sevic",
        "Shelby",
        "Shuanghuan",
        "Silence",
        "Simplici",
        "Singer",
        "Skoda",
        "Skywell",
        "Sonstige",
        "SpeedArt",
        "Sportequipe",
        "Spyker",
        "SsangYong",
        "Stormborn",
        "StreetScooter",
        "Studebaker",
        "Subaru",
        "Suzuki",
        "TECHART",
        "TVR",
        "TYN-e",
        "Talbot",
        "Tasso",
        "Tata",
        "Tazzari EV",
        "Tesla",
        "Tiger",
        "Togg",
        "Town Life",
        "Toyota",
        "Trabant",
        "Trailer-Anhänger",
        "Triumph",
        "Trucks-Lkw",
        "UAZ",
        "VAZ",
        "VEM",
        "Vanden Plas",
        "Vanderhall",
        "Venucia",
        "VinFast",
        "Volkswagen",
        "Volvo",
        "Voyah",
        "Wartburg",
        "Weltmeister",
        "Wenckstern",
        "Westfield",
        "Wey",
        "Wiesmann",
        "XBus",
        "XEV",
        "Xiaomi",
        "Xpeng",
        "ZAZ",
        "Zastava",
        "Zeekr",
        "Zhidou",
        "Zotye",
        "e.GO",
        "firefly",
        "smart"
      ]
    }
  ],
  "organic_results": [
    {
      "position": 1,
      "id": "9fa84b7c-4026-4911-ba9c-4f99057a88c2",
      "title": "Volkswagen Golf VI 1.4 Trendline 1Hand/Zahnriemen erneuert.",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-vi-1-4-trendline-1hand-zahnriemen-erneuert-benzin-blau-cat_ma74gr100101ge6va2820mt416tr626-9fa84b7c-4026-4911-ba9c-4f99057a88c2",
      "price": "€ 5.900",
      "extracted_price": 5900,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "VI 1.4 Trendline 1Hand/Zahnriemen erneuert.",
      "motor": "1.4",
      "condition": "used",
      "mileage": "94.500 km",
      "extracted_mileage": 94500,
      "first_registration": "03/2010",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "59 kW",
      "power_kw": 59,
      "power_hp": 80,
      "emissions": {
        "co2": "149 g/km (komb.)",
        "consumption": "6,4 l/100 km (komb.)"
      },
      "seller": {
        "id": "15198799",
        "type": "dealer",
        "name": "Autohaus DS Mobile",
        "contact": "Sead & Melisa Spago",
        "phones": [
          "+4922850434018",
          "+4915152394655",
          "+4915786769410"
        ],
        "info_page": "https://www.autoscout24.de/haendler/autohaus-ds-mobile?atype=C",
        "rating_stars": 4.5,
        "reviews": 16
      },
      "location": {
        "country": "DE",
        "zip": "53347",
        "city": "Alfter / Bonn",
        "street": "Raiffeisenstraße 14c"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_7b7bd39f-8152-4e35-b592-dddd2794d310.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_7b7bd39f-8152-4e35-b592-dddd2794d310.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_80db39be-7b3b-4ac2-97df-11b8b5af33ff.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_bc1b36ca-c476-460b-b198-cb9e33d37378.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_a0c19494-aac9-47ce-bf18-baa70d99a7e6.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_bb285dd7-dec0-4037-8541-745b96f966b5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_b0c30523-d5a6-4ff7-965b-e51aed678155.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_8e4a3c5d-1f9d-40f0-9a73-d5f8dba7ae83.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_e5b20e4c-8ffb-4a48-a9eb-365bfbe2c667.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_c26bbf87-3bea-4c3f-8208-a9fb676741d5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_a3b5b645-cb69-4b3d-9b0d-b1ff4bb4081a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_5c95cfc7-cf0b-4a06-93be-48c8f60cc078.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_36c7d113-c4d3-4390-818c-3ce22f004507.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_7096cad9-a12d-4173-a012-1c16704122ea.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_c4cb909d-97a4-4d77-bd1c-3245102390ae.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_423ca52e-be07-4eda-b6d2-bbe628a66e98.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_06caa26a-4297-4b4d-aeaf-bd5032c105bb.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_b1ea1a0a-108b-4e8d-a87d-70fc32b9fedd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_02afe5ec-5669-4b49-b12c-84fd749352c1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_a98fdade-4628-43d2-a5c0-eb16cffe2f60.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_0388b71e-5bb0-46bd-a084-c7f22cfcf1d9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_40589330-72aa-4101-a461-7375314e2a77.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_beb16bbb-7a67-4648-8edd-73e2001c1f5b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_b654f1e4-5ef0-474a-9b93-3336c22b4582.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_191fb18a-4bb2-4149-b4ca-64172ea15a6e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/9fa84b7c-4026-4911-ba9c-4f99057a88c2_1bf98cb8-cae0-4aea-b858-a4f67fddddad.jpg/1280x960.webp"
      ],
      "images_count": 25
    },
    {
      "position": 2,
      "id": "0c439ef0-0f47-4c9c-810b-2eecd98bb0c5",
      "title": "Volkswagen Golf VII *ACC*NAVI*2-ZONEN*SitzHZ*LED*SPORT*",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-vii-acc-navi-2-zonen-sitzhz-led-sport-benzin-grau-cat_ma74gr100101ge7va2820mt420tr480888-0c439ef0-0f47-4c9c-810b-2eecd98bb0c5",
      "price": "€ 9.999",
      "extracted_price": 9999,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "VII *ACC*NAVI*2-ZONEN*SitzHZ*LED*SPORT*",
      "motor": "1.4 TSI",
      "condition": "used",
      "mileage": "155.248 km",
      "extracted_mileage": 155248,
      "first_registration": "02/2018",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "92 kW",
      "power_kw": 92,
      "power_hp": 125,
      "emissions": {
        "co2": "120 g/km (komb.)",
        "consumption": "5,3 l/100 km (komb.)",
        "co2_class": "B"
      },
      "seller": {
        "id": "24363553",
        "type": "dealer",
        "name": "MYAUTOCENTER OHG",
        "contact": "ein Anruf zu Ihrem Traumwagen",
        "phones": [
          "+498441797960200",
          "+498441879460"
        ],
        "info_page": "https://www.autoscout24.de/haendler/myautocenter-ohg?atype=C",
        "rating_stars": 4.5,
        "reviews": 248
      },
      "location": {
        "country": "DE",
        "zip": "85276",
        "city": "Pfaffenhofen an der Ilm",
        "street": "Lebzelterstr. 7"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_61669ad1-a86c-4730-a94f-b5313a9dd250.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_61669ad1-a86c-4730-a94f-b5313a9dd250.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_63ba6827-94f4-4449-9b5b-fa1f571ac9f4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_68f6ab09-b955-486a-880d-dbfadaf39821.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_c3d1a20c-ac9a-4802-8291-531d468fefb9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_8b65ff6c-bcd8-4a50-96d4-a19ea520f884.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_48e0b365-60dc-4844-8693-7821c1e0bff8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_60806e39-fb7d-46f5-9893-23526ea4cadc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_d7938462-94c4-475d-85e9-7b60089cb372.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_9c765199-f5b5-43ff-88a9-68805791b232.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_42fdfaf6-8122-4196-aba6-c887ad891b5e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_169e076d-1637-4aa3-85e3-ef3e2556128b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_f06b2f8a-00c8-4930-abe4-3bff33daf475.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_0c41ee43-577c-495e-b8dc-d077318a67b0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_043b71af-4dd1-4345-9706-a6e6ed079d64.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_615e3bdf-807d-4d1f-9524-ad782989cab2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_8e9a0d18-e497-458a-8fe8-9fbd0ed67a31.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_6624580b-3ec8-4580-8569-e8fe4b88e4d1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_229c7b42-8068-470d-9492-1604752c1be0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_fd107e4d-e35e-4b5f-ab72-df5c945b205f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_442cf8d2-b9a1-4867-9d52-e5a29196755a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_63b46cb5-67fa-4109-8da2-b136289dc9f7.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_8165a238-c58f-4210-8ad8-f8ae54d9ed48.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_c708c04a-df71-4e82-a167-763794bcc810.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_c58ed1ba-d74e-4be4-bd25-f7c44f4363d8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_8160994b-920b-4814-8236-0319902d6f58.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_489f4987-a0bd-4145-81f7-d8b6dec5584b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_55e94986-cf68-4979-b29b-5bef9a493b76.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_92345eaf-b49b-4e45-b84f-e24f9c1f20a1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_02aae092-c852-4a3c-8979-5c69e38ac155.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_fb59c234-1b54-431d-ba7c-b07845936e81.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_b382a833-91a4-418f-80e8-c0cc288dbfee.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_2ceaef89-80a2-4a93-b470-1e37b327d48e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_a1e58b65-19de-45e1-9cb3-7d58f5b95fb7.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_81fb7944-7721-4043-b1da-259d0d05cfb1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_16771ead-ada8-455f-8400-b18cc19244b6.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_48bc7205-82fa-4022-8cd2-0752fdb1c2d8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_d91cce57-5683-44f8-b884-5d7825d05c84.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_b97eb26c-3131-452c-b970-7ffba4fb745c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_b92a7fb0-e2d0-4f54-86b4-6f6419564e21.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_9aac0fe2-685c-466c-8b9d-b4786b681a62.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_2669815b-3b66-409f-b6f1-d1b676980093.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_795468ba-a835-4913-9716-38b87fcb58d3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_28123604-ae7c-4981-b1ee-3bfbbdd9583a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_be7ea137-594d-4b37-ac46-621fadc9f999.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_cc9382b5-e116-46ce-b195-36addba06222.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_d5f20a93-432a-430e-950a-776a4d7179ed.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_02c608ac-2a02-418b-86e7-3daf35f53212.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_b0d7ac48-0d3b-4618-a43f-270661016d84.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_0b172a1f-bb68-4d1d-9096-2cbc20ffd0c4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/0c439ef0-0f47-4c9c-810b-2eecd98bb0c5_0a1f6bf2-baf2-4310-8831-ff3f36ef0d93.jpg/1280x960.webp"
      ],
      "images_count": 50
    },
    {
      "position": 3,
      "id": "b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d",
      "title": "Volkswagen Golf Sportsvan VII TSI Lounge Klimaa-AHK-SHZ-PDC",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-vii-tsi-lounge-klimaa-ahk-shz-pdc-benzin-grau-cat_ma74gr100101ge7va131mt414tr480888-b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d",
      "price": "€ 7.900",
      "extracted_price": 7900,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf Sportsvan",
      "variant": "VII TSI Lounge Klimaa-AHK-SHZ-PDC",
      "motor": "1.2 TSI",
      "condition": "used",
      "mileage": "114.100 km",
      "extracted_mileage": 114100,
      "first_registration": "10/2015",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "81 kW",
      "power_kw": 81,
      "power_hp": 110,
      "emissions": {
        "consumption": "5,10 l/100 km (komb.)"
      },
      "seller": {
        "id": "3405025",
        "type": "dealer",
        "name": "AUTOMOBILE MAIER e.K",
        "contact": "Friedrich Maier",
        "phones": [
          "+496622933007701",
          "+4966229043630",
          "+49 (0)151 - 65244002"
        ],
        "info_page": "https://www.autoscout24.de/haendler/automobile-maier-e-k?atype=C",
        "rating_stars": 4,
        "reviews": 201
      },
      "location": {
        "country": "DE",
        "zip": "36179",
        "city": "Bebra",
        "street": "Eisenacher Str. 73"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_d4249b96-3e9b-4faa-a81b-a7b07009ae03.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_d4249b96-3e9b-4faa-a81b-a7b07009ae03.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_dc8b9bd2-1913-4278-841f-3bc8d6286b85.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_447c3e96-52db-411a-b21d-d4ddbcf47830.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_f0c011a6-80ee-4949-bd85-63c64a0619f2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_c79c4f1f-198f-49a1-af6e-d3a80a512e9c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_7bba0233-755c-4dee-a145-4d29500f84cc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_243a70a5-d58a-4b4c-8cdc-d75bbd6d591f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_a94de3e2-6f82-431f-a783-64dbedbdeca6.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_687dacf2-d2b3-493d-b39a-bda048fefaec.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_ab737355-48ce-4740-b785-8c86821ba6f9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_4c528359-463f-40b9-a607-165a30b57e1c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_9db87bbe-42f3-40a6-aa10-d1d3f7eb0d86.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_03059300-1b41-4950-bcb7-1c539338bcd6.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_c2772057-8323-4359-b570-db2b51a6ca77.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_c960f4ed-cf4e-4f7c-b511-de17f768fd78.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_f8ca9d8b-eb61-45b9-966f-096e29c558ac.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_6674bb58-aa4b-4f41-931d-5e7bffc34cfd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_3c1e6081-e744-4d7b-b51f-55827d6b6dc0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_4e8e0a4b-8d08-483f-968f-12e875167647.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_c0ead155-be90-4aa0-95b5-6189cd164ac2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/b2b7511e-6cf0-473a-9fd1-ffe3ac09e83d_e5ff5b96-a7fe-43c3-be49-f4841e50441a.jpg/1280x960.webp"
      ],
      "images_count": 21
    },
    {
      "position": 4,
      "id": "466e1755-d4d3-4f35-b364-1132fe7d6de1",
      "title": "Volkswagen Golf VIIl 1.0 Life Move e-TSI BMT DSG Navi",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-viil-1-0-life-move-e-tsi-bmt-dsg-navi-benzin-grau-cat_ma74gr100101ge8va2820mt412tr601-466e1755-d4d3-4f35-b364-1132fe7d6de1",
      "price": "€ 18.990",
      "extracted_price": 18990,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "VIIl 1.0 Life Move e-TSI BMT DSG Navi",
      "motor": "1.0 TSI",
      "condition": "used",
      "mileage": "15.200 km",
      "extracted_mileage": 15200,
      "first_registration": "03/2024",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "automatic",
      "transmission_label": "Automatik",
      "power": "81 kW",
      "power_kw": 81,
      "power_hp": 110,
      "emissions": {
        "co2": "120 g/km (komb.)",
        "consumption": "5,3 l/100 km (komb.)",
        "co2_class": "D"
      },
      "seller": {
        "id": "20619",
        "type": "dealer",
        "name": "Sielemann Automobile e.K.",
        "contact": "Herr Sielemann",
        "phones": [
          "+49530491220"
        ],
        "info_page": "https://www.autoscout24.de/haendler/sielemann-automobile-e-k?atype=C",
        "rating_stars": 4,
        "reviews": 61
      },
      "location": {
        "country": "DE",
        "zip": "38533",
        "city": "Vordorf",
        "street": "Kastanienallee  1 a"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_c24dfc31-799e-4a6f-85f7-1eafd0cbce3d.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_c24dfc31-799e-4a6f-85f7-1eafd0cbce3d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_dba3fb8e-4954-443e-b287-3337d8b2eef9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_0da02168-4575-44c6-ac24-a371a6fc2004.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_51c75624-2219-41de-b880-616cc2c09d30.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_44f867f6-df39-42d2-9805-f786985ecc5c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_978ead3f-d2f5-4700-9083-7204374519ea.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_d3e0a84b-1fbd-4be7-bf12-00d66e0d19e8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_c9f91494-9ea2-4a2e-8c0e-93d975f223c3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_2adba119-4f8d-450d-a723-82797b70a5f4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_48b13e71-2271-404f-a815-c8f485b3ce49.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_a6f35b87-6ddb-49e3-9468-82c3ced6e1b1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_7874fbda-3404-47bf-a1c6-aa6a56efd603.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_91438fde-86c1-448d-9ce0-dbb2be23e641.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_51317f42-f57f-4f2b-a899-4f2d3862e758.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_4626ab94-5aa5-4d64-9483-95178c7c4e1a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_f68580c0-580d-47a3-9bf5-f237125d5dfa.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_8a4ba3b5-0fd8-4797-9135-9753a6df5210.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_ae05c563-9a38-42ec-8c8c-3f14154fffd8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_e652aaba-1970-480f-add1-79f2a1879b50.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_65b112b3-c3ea-443b-a1e9-9cc84cb89e7e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_009d3819-c781-4213-b317-8f010aa050b1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_b1d501e4-7cdc-4871-87d9-693c7d38e525.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_2dc457ee-6ae0-47f6-8c89-bfaa343a8771.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/466e1755-d4d3-4f35-b364-1132fe7d6de1_81f529d2-e6fa-4732-a5d7-6eabff1c9fda.jpg/1280x960.webp"
      ],
      "images_count": 24
    },
    {
      "position": 5,
      "id": "8da992bc-1439-481f-b922-ab54d3a34aa2",
      "title": "Volkswagen Golf 1.5 TSI ACTIVE LED+ KEYLESS PARKLENK",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-1-5-tsi-active-led+-keyless-parklenk-benzin-grau-cat_ma74gr100101ge8va2820mt424tr539-8da992bc-1439-481f-b922-ab54d3a34aa2",
      "price": "€ 14.280",
      "extracted_price": 14280,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "1.5 TSI ACTIVE LED+ KEYLESS PARKLENK",
      "motor": "1.5 TSI",
      "condition": "used",
      "mileage": "89.462 km",
      "extracted_mileage": 89462,
      "first_registration": "02/2022",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "96 kW",
      "power_kw": 96,
      "power_hp": 131,
      "seller": {
        "id": "15983080",
        "type": "dealer",
        "name": "Tiemeyer automobile GmbH & Co. KG",
        "contact": "Verkaufsteam",
        "phones": [
          "+492037990669200",
          "+49203668817611"
        ],
        "info_page": "https://www.autoscout24.de/haendler/tiemeyer-automobile-gmbh-und-co-kg-duisburg?atype=C",
        "rating_stars": 4.5,
        "reviews": 133
      },
      "location": {
        "country": "DE",
        "zip": "47059",
        "city": "Duisburg",
        "street": "Ruhrdeich 120"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_4676a92f-e2b0-42c3-af97-c6450929f468.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_4676a92f-e2b0-42c3-af97-c6450929f468.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_c874bee3-5507-41dd-aa28-8de08eb07402.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_7e5be08d-8c8b-4b5c-8957-02e9f2ae4b44.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_466e6102-c756-44e7-aac0-cccd537c8b07.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_9ea7d349-6bb3-45ba-8fe9-c3290510ba66.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_79a12759-d22d-4cd0-b0be-9c4a8f9f7c63.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_6b577ec0-e81d-4d43-9af4-1f49f5f0c88b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_e24bdcd4-4da7-4a30-85c9-6f0eba2d1684.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_704f4558-4191-4538-b7be-bf6fe08abbc7.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_a66c7123-fac4-4ea4-88ea-9ab32b66f3d5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_6bad5648-f72b-400b-8bc6-f9a2d3571b74.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_01abdcd5-2bfc-4ee7-a82d-7fb532871021.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_118449ba-756a-452d-9f53-583e20cbd671.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_a58590c8-0c4a-4149-bf42-36258b28eb38.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_5bca0b38-122e-44c5-be8f-0b608a25bbe4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_541bcf0a-1922-4a1b-9985-2f91830cb16e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_82ffdd97-edab-485c-970a-66c43122be95.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_72099730-ef9e-4282-9a54-085c4b7bf3d8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_7234bed5-5927-48a3-a803-eb63463b2f89.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/8da992bc-1439-481f-b922-ab54d3a34aa2_1854160d-9c02-4fff-8a9e-98dd0bad77ee.jpg/1280x960.webp"
      ],
      "images_count": 20
    },
    {
      "position": 6,
      "id": "51f43db9-2137-4edb-b0e8-739fde384900",
      "title": "Volkswagen Golf Golf IV 1.4 Comfortline // Klima // TÜV bis 07/2028 // Inspektion neu //",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-golf-iv-1-4-comfortline-klima-tuev-bis-07-2028-inspektion-neu-benzin-grau-cat_ma74gr100101ge4va2820mt416tr562-51f43db9-2137-4edb-b0e8-739fde384900",
      "price": "€ 1.590",
      "extracted_price": 1590,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "Golf IV 1.4 Comfortline // Klima // TÜV bis 07/2028 // Inspektion neu //",
      "motor": "1.4",
      "condition": "used",
      "mileage": "179.300 km",
      "extracted_mileage": 179300,
      "first_registration": "04/2001",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "55 kW",
      "power_kw": 55,
      "power_hp": 75,
      "emissions": {
        "consumption": "6,60 l/100 km (komb.)"
      },
      "seller": {
        "id": "47325705",
        "type": "dealer",
        "name": "Alfa Motors",
        "contact": "Kasr Almohammad",
        "phones": [
          "+497216190959600",
          "+4917624101475",
          "+49 (0)176 - 24101475"
        ],
        "info_page": "https://www.autoscout24.de/haendler/alfa-motors?atype=C",
        "rating_stars": 5,
        "reviews": 30
      },
      "location": {
        "country": "DE",
        "zip": "76287",
        "city": "Rheinstetten",
        "street": "Silberstreifen 6"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_6a3ce9b3-3f09-4291-a81c-70ea0321a589.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_6a3ce9b3-3f09-4291-a81c-70ea0321a589.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_f5f6da70-c7b7-4eb7-9c99-7bef09ff2512.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_8ae85a5c-1f84-40c5-8ae4-1cff04ded14a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_79cfcb09-57b0-400b-b917-4098ae53a4e2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_a499ee7e-9456-4376-bda0-886ea357e329.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_a4979d13-086d-4a91-b853-b66b31334dbc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_8bcc221b-555a-4768-8a6b-7b2af8a8e43c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_cf7d47e0-a7d5-45c7-89d3-efde2646ecf9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_bde980f8-cd25-4c70-a5a8-8d2818843bce.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_4cdaaeb9-85f1-42c1-a161-d88056ed01a4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_546cc668-c0b1-4b6a-b7c3-90e1221c6f0b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_aa9717d7-659a-451d-b37e-a43502ce3867.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_90f7ca41-2af0-4fb3-9df2-e6a36f3af4f4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_ea64a90b-0992-4f51-91a7-154d3248af36.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_050e00bb-581b-44aa-9142-406756e6c1cc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_0e856d5b-b3be-450a-a46a-903261490031.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_0a6451b1-f0da-47b9-8538-ac4ff97ba0f9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_18bd4907-a5bd-4cb6-bbf0-bc44c6ed2b14.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_354e2d65-e168-4179-8aac-1ce376bf804f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/51f43db9-2137-4edb-b0e8-739fde384900_9ea332cb-888f-4111-9ae5-a626bb187cb2.jpg/1280x960.webp"
      ],
      "images_count": 20
    },
    {
      "position": 7,
      "id": "81ccc5ff-667f-4dbe-95e4-ba7362592f4b",
      "title": "Volkswagen Golf 1.5 TSI STYLE LM18 KAMERA ACC",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-1-5-tsi-style-lm18-kamera-acc-benzin-grau-cat_ma74gr100101ge8va2820mt424tr621-81ccc5ff-667f-4dbe-95e4-ba7362592f4b",
      "price": "€ 19.860",
      "extracted_price": 19860,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "1.5 TSI STYLE LM18 KAMERA ACC",
      "motor": "1.5 TSI",
      "condition": "used",
      "mileage": "21.868 km",
      "extracted_mileage": 21868,
      "first_registration": "04/2024",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "96 kW",
      "power_kw": 96,
      "power_hp": 131,
      "seller": {
        "id": "22333506",
        "type": "dealer",
        "name": "Tiemeyer automobile GmbH & Co. KG",
        "contact": "Verkaufsteam",
        "phones": [
          "+492391921996000",
          "+49239199936961"
        ],
        "info_page": "https://www.autoscout24.de/haendler/tiemeyer-automobile-gmbh-und-co-kg-plettenberg-58840?atype=C",
        "rating_stars": 4.5,
        "reviews": 19
      },
      "location": {
        "country": "DE",
        "zip": "58840",
        "city": "Plettenberg",
        "street": "Bahnhofstraße 55"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_6f4589b4-1283-4e7d-bf31-fc7d9371374b.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_6f4589b4-1283-4e7d-bf31-fc7d9371374b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_158b69a5-1de5-4236-a034-5d88cf578474.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_c862eb51-4b78-446e-a234-7b6074792d07.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_73b36923-737c-4e03-a6ec-cca21b060a02.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_52a86313-06b8-4dff-b0a9-8421d3216d47.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_8a0e11f4-aaa0-46fb-b1bb-fff869630361.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_cdb78a7e-21ec-4b7c-bf10-09529727a2b2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_e76d8dbe-35c5-444c-9f04-50d33badda55.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_dd49f27b-4995-4dde-b471-1dba2f042996.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_c764a2ab-6717-4dc0-83e0-291acec00c60.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_011915d1-5cac-4412-932c-9112b7ee365c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_b40cf11e-6858-490d-9988-eb83c27c8e6a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_03bea52f-3058-4b6f-a096-cd1937fcd13e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_0c787a63-b6d6-43c5-8bde-480b23943dce.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_cbbcff7b-d670-4432-81a4-8183ee7853aa.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_025e7a5f-c63c-4591-b3b8-6842b8b4402c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_076f80a6-9063-451d-985b-cfd9701dd605.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_f788197f-4297-401a-be32-a73f609662a2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_6b5e0306-3bc7-47d3-85c8-e2a035d9faba.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_98c0f68f-061b-45b3-9cc8-52c36605e0f0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_2e7c5dd4-bbed-48c6-8650-f926f19eedaf.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/81ccc5ff-667f-4dbe-95e4-ba7362592f4b_28d1b44f-c9bc-4812-8c4b-ff2b48adf9de.jpg/1280x960.webp"
      ],
      "images_count": 22
    },
    {
      "position": 8,
      "id": "acf1b86d-11f5-42e0-821f-7593f4e814e2",
      "title": "Volkswagen Golf Highline 1.4 TSI AHK,XENON,TEMPOM.",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-highline-1-4-tsi-ahk-xenon-tempom-benzin-schwarz-cat_ma74gr100101ge7va2820mt420tr587-acf1b86d-11f5-42e0-821f-7593f4e814e2",
      "price": "€ 10.590",
      "extracted_price": 10590,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "Highline  1.4 TSI AHK,XENON,TEMPOM.",
      "motor": "1.4 TSI",
      "condition": "used",
      "mileage": "105.736 km",
      "extracted_mileage": 105736,
      "first_registration": "01/2015",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "103 kW",
      "power_kw": 103,
      "power_hp": 140,
      "seller": {
        "id": "62143709",
        "type": "dealer",
        "name": "auto blatter GmbH  Co KG",
        "contact": "Sebastian Blatter",
        "phones": [
          "+4975775100005",
          "+49757793360",
          "+49 (0)757 - 793360"
        ],
        "info_page": "https://www.autoscout24.de/haendler/auto-blatter-gmbh-co-kg?atype=C"
      },
      "location": {
        "country": "DE",
        "zip": "72513",
        "city": "Hettingen",
        "street": "Bergwiesen 1"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_06e60b34-49ff-49a4-ab6f-4926fd4286ce.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_06e60b34-49ff-49a4-ab6f-4926fd4286ce.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_f88cd45f-38f3-488f-ba9d-8d3173758c08.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_c970af6d-abbf-4a6e-b3e6-96b3c69741ba.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_05f921d2-9c42-465e-9a88-487dd8947cda.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_310edf99-9951-4b36-a0a3-1c3eb7699e7c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_eb1189b3-3198-4d19-9c27-229b0d019925.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_bb327304-17c9-4402-8b64-dc9f774433e9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_5b7d3edf-35a7-440a-8f26-b154b8ef38fa.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_63d3b8dc-4b75-4e4d-86be-42a0de988b18.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_f9fc6872-282f-443c-a5c8-fa4d99b1fa07.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_7bff5aa9-bf10-4b37-af04-02c795295b4b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_88be9091-b8e5-4137-a664-fccbe61229cd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_a4d2d12f-2857-43fc-956e-fe5eeb2b596e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_6d564a56-c4ce-4a6a-976d-0bd347c57497.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_132f1905-0a3e-489c-9e8e-6a316e09bc72.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_0e6eafe8-a7fe-432a-8a79-13e834b88bcf.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_add57012-11de-406f-a56d-97977ffc8d04.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_ee0614e9-505c-4f9f-a405-9f1f488ff83f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/acf1b86d-11f5-42e0-821f-7593f4e814e2_54206357-70ab-4035-93c0-bf6599f04502.jpg/1280x960.webp"
      ],
      "images_count": 19
    },
    {
      "position": 9,
      "id": "22cc7495-78dd-4c0f-86c2-3c1e594717b6",
      "title": "Volkswagen Golf VII BMT/Start-Stopp\"Automatik-Garantie\"",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-vii-bmt-start-stopp-automatik-garantie-diesel-grau-cat_ma74gr100101ge7va132mt428tr562-22cc7495-78dd-4c0f-86c2-3c1e594717b6",
      "price": "€ 11.980",
      "extracted_price": 11980,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "VII BMT/Start-Stopp\"Automatik-Garantie\"",
      "motor": "1.6 TDI",
      "condition": "used",
      "mileage": "130.000 km",
      "extracted_mileage": 130000,
      "first_registration": "10/2017",
      "fuel_type": "diesel",
      "fuel_type_label": "Diesel",
      "transmission": "automatic",
      "transmission_label": "Automatik",
      "power": "85 kW",
      "power_kw": 85,
      "power_hp": 116,
      "emissions": {
        "co2": "103 g/km (komb.)",
        "consumption": "4,0 l/100 km (komb.)"
      },
      "seller": {
        "id": "60490717",
        "type": "dealer",
        "name": "Feldbusch Automobile",
        "contact": "Yunus Takir",
        "phones": [
          "+492163951690200",
          "+4915259675081",
          "+49 (0)1525 - 9675081"
        ],
        "info_page": "https://www.autoscout24.de/haendler/feldbusch-automobile-viersen?atype=C"
      },
      "location": {
        "country": "DE",
        "zip": "41749",
        "city": "Viersen",
        "street": "Tönisvorster Str. 75"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_b2d53fba-9c88-4bcf-bf14-63b02a8866d5.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_b2d53fba-9c88-4bcf-bf14-63b02a8866d5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_72514a19-06b1-4777-aef6-7d4ef02dbbad.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_5189fee6-e892-4a25-a294-d75f0bbe34d2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_ab8c07e9-cf46-4a7a-baf6-64a57cb34741.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_c3c44be4-f653-4654-90dd-96929f92af82.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_71ffd34e-c8fa-42ae-a197-e7e1e9aa9749.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_579e6524-bc43-45d0-901b-c122ec1ead87.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_90882308-3a7c-48fe-9170-73070c712080.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_4602853a-dbd2-45d1-8255-387d248803ad.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_861779bd-05ff-412a-889d-b9b939e33761.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_1cd7110d-67ab-4fef-921f-4d1f3160406d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_fc717332-a8ed-45fb-9556-de9a3243782e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_9d81013f-b704-4555-b47d-09862de26c32.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_5c5d6b9a-3a1a-4c71-97d1-5251d437283c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_f779a1c4-4b92-4456-aafc-9f06b42339f5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_f5279479-c841-42a3-83df-6eadcf9afbc6.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_e30fb51d-709b-448a-91d2-d3845ba837ee.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_5a17ec7b-294c-450d-a9d6-230633c951d9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_223e02f5-3a2c-45e2-935a-503ec2fae31d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_85e60338-667b-4789-b8b0-9fbfde3eb648.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_94b44fca-8029-4ebb-af4e-ec4e3f238a5a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_15d5fc63-0f78-458a-a973-5fef8c8982b0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_be0721d2-b2be-429c-884a-30838ba76ced.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_3bc4a6c9-4c0b-4eb1-8dc3-fb82abb6f9ba.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_950300db-2e3c-4a35-b68e-5fff89144cc5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_03d81754-d3e8-40af-a627-6d2ef626b8ec.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_c46d4764-5cbd-4bec-a4d2-7cc05b8bc593.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_d9221a5f-c4b7-45aa-b342-5fb0efe3de4c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_b22034fe-3977-456f-9769-daf824ff4458.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_680b9e6f-746b-4491-b4f4-22c06a2577ae.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_cd94dbba-d17a-4ef0-9b97-c27681a6b7ab.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_69789852-667f-40ea-a3c1-1d3453ed223b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_0cf5f7af-68a0-41aa-aa4d-30cfb59c9502.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_1ce06529-1dff-42cb-bd00-c0eba3fee12c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_1758c528-0864-440e-a394-00403845a095.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/22cc7495-78dd-4c0f-86c2-3c1e594717b6_c267b9b9-dc95-48b0-b4ef-26a21c36681a.jpg/1280x960.webp"
      ],
      "images_count": 36
    },
    {
      "position": 10,
      "id": "48c79531-be37-4f97-a9a5-a32400091fb0",
      "title": "Volkswagen Golf 1.5 TSI LIFE LED NAVI VIRTUAL LM16",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-1-5-tsi-life-led-navi-virtual-lm16-benzin-schwarz-cat_ma74gr100101ge8va2820mt424tr594-48c79531-be37-4f97-a9a5-a32400091fb0",
      "price": "€ 14.260",
      "extracted_price": 14260,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "1.5 TSI LIFE LED NAVI VIRTUAL LM16",
      "motor": "1.5 TSI",
      "condition": "used",
      "mileage": "89.478 km",
      "extracted_mileage": 89478,
      "first_registration": "06/2020",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "96 kW",
      "power_kw": 96,
      "power_hp": 131,
      "seller": {
        "id": "16864",
        "type": "dealer",
        "name": "Tiemeyer automobile GmbH & Co. KG",
        "contact": "Verkaufsteam",
        "phones": [
          "+4920830672400",
          "+49208880254822"
        ],
        "info_page": "https://www.autoscout24.de/haendler/tiemeyer-automobile-gmbh-und-co-kg-oberhausen-46047?atype=C",
        "rating_stars": 4.5,
        "reviews": 92
      },
      "location": {
        "country": "DE",
        "zip": "46047",
        "city": "Oberhausen",
        "street": "Mellinghofer Straße 147"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_274ef0a4-e5c6-463a-b990-2a4b1682bfba.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_274ef0a4-e5c6-463a-b990-2a4b1682bfba.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_4adb5284-15b9-474f-b8de-c23c1acc002c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_6a40a074-1298-44d5-a94f-81ca60b2f80b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_9b238121-558c-4033-b5eb-b1a48f3fbd9f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_d910f449-f29d-40d1-b62a-b2b9632145d5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_64fa9d12-0723-423d-86eb-22d4f14838d9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_c743fbba-d0b6-470b-973d-89804eb2e475.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_4a7261be-6ca9-457c-baea-7d960fdc99d3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_fd5b4846-99ca-434b-82ff-537151a56198.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_2dccf29e-434a-4a33-a788-084c266af1e4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_6089e477-d9eb-4b90-bbfd-aa552c27f4b0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_49122179-1685-40e8-9117-73c31e0df8bd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_a4a039c4-199c-4c76-899f-b3dc26327e0d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_d24de82d-f199-407f-8005-8a7a475c63b0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_159e4209-b60d-437d-ba8f-e678f2baea6e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_f6dca6a9-0bf1-448c-9165-05aee523dd88.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_7db92886-996f-4dad-82c8-c7d698f0c502.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_8dec0ce1-da93-4492-b08f-7c39e957d7fa.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_166dbebb-78c5-4ce3-bf48-ac7896e7dae3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_8bd3c778-ad38-4a03-af18-1dfdaf6fa70c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_789d4781-1669-45c8-87b5-f3a0f9db3f2d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/48c79531-be37-4f97-a9a5-a32400091fb0_3d141545-6dd6-43e4-a892-8006aca775ba.jpg/1280x960.webp"
      ],
      "images_count": 22
    },
    {
      "position": 11,
      "id": "98449664-966c-46a0-9666-07fc94696422",
      "title": "Volkswagen Golf VII Automatik\"Garantie-ServiceNEU\"2.Hand",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-vii-automatik-garantie-serviceneu-2-hand-diesel-blau-cat_ma74gr100101ge7va132mt428tr562-98449664-966c-46a0-9666-07fc94696422",
      "price": "€ 13.480",
      "extracted_price": 13480,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "VII Automatik\"Garantie-ServiceNEU\"2.Hand",
      "motor": "1.6 TDI",
      "condition": "used",
      "mileage": "100.000 km",
      "extracted_mileage": 100000,
      "first_registration": "07/2018",
      "fuel_type": "diesel",
      "fuel_type_label": "Diesel",
      "transmission": "automatic",
      "transmission_label": "Automatik",
      "power": "85 kW",
      "power_kw": 85,
      "power_hp": 116,
      "emissions": {
        "co2": "103 g/km (komb.)",
        "consumption": "4,0 l/100 km (komb.)"
      },
      "seller": {
        "id": "60490717",
        "type": "dealer",
        "name": "Feldbusch Automobile",
        "contact": "Yunus Takir",
        "phones": [
          "+492163951690200",
          "+4915259675081",
          "+49 (0)1525 - 9675081"
        ],
        "info_page": "https://www.autoscout24.de/haendler/feldbusch-automobile-viersen?atype=C"
      },
      "location": {
        "country": "DE",
        "zip": "41749",
        "city": "Viersen",
        "street": "Tönisvorster Str. 75"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_9a5aa7ab-391d-46fb-b74a-c619b90f8c4d.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_9a5aa7ab-391d-46fb-b74a-c619b90f8c4d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_86d75b0e-8720-495d-927a-cb76b3fc970f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_d6390880-d6b4-41af-b8b9-20c23ecf86ac.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_bf5bdef6-d747-4121-a800-547d50c52bd4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_f36517f5-aa79-4c6c-8e76-3e51a669b6b1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_6f0a8b3a-44a6-40c5-acc4-f353db822905.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_efc24a1d-c5f0-4663-8ea8-8cf6fd4c10e2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_0538aeca-8a22-4611-a0b1-88c9c411485d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_7aaa44c7-00cf-4775-ba93-b053b46d7c48.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_1b8b94cc-a571-4809-bf25-c1f2f1a9a123.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_bada45af-be5d-4a51-8702-a6888b2625e5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_9e7a5393-c05e-4470-bad2-ce7893d32d80.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_07ed4856-3a50-442a-935a-a05a40f88829.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_f9005944-43b7-40e3-a8c3-397e3b400dec.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_df6b6f0e-fba8-4907-9d41-7771e18b1bdd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_af604d27-feaf-41e7-a2f5-8e3fc2b67472.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_47fd7cd3-e399-4d38-988d-98b7e5d31340.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_2361788e-2ffe-4c0b-a046-ae71a5ad471e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_8d302403-101f-4545-ae8a-b283aebbfcbd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_ff6c305e-9466-416c-8ddb-6e35a6a7e9de.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_e7141f6c-638a-47db-beda-f98d18305852.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_575179d9-c08d-4d95-a5aa-c8ba943a3292.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_2caa4db8-786f-4f40-85c0-4340ff7ee0bc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_780f6d36-c996-484a-b8d8-a6d468a0fa81.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_32b3bcab-61d7-4ee4-8a4c-43d787202523.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_a6b71eb3-fff5-4efb-a2b8-66e686b04182.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_a53e2703-6803-45bf-9903-d403a1661ee0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_7e9d006b-f199-4f00-97f6-49c8def419eb.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_f3daf185-c9e5-482a-9243-0a730655b674.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_30099b4b-d86a-4e83-acb7-db5d8b19d1f2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_e278d5ef-389e-4fb2-9157-5afbd6e72c7b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_83a8ea03-6239-44b7-92f2-8e9bd9988f9c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_9e03f89e-7acb-4e7a-85db-b9d5f2d93b3a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_59e8f7d9-6bc2-43ae-ab88-dde5c7584f94.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_0f8be0c5-056f-4e25-b2ef-e1f8ec1a0fa8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_88dad4a6-11c7-459f-80a7-666ec25d3358.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_89966097-bd32-4bc8-ba67-2049edf6beaf.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_5794107b-2dbd-4816-915b-913c9dbd0dae.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_ff521938-6dc1-4e37-bfaf-df3ee74e345c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_44a21c12-3fc7-4ade-822f-f1fdbb2f42d2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_99179b3b-d63d-4fed-9093-499eab637e01.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_f516c4e3-bce1-4025-8aac-23ca9cd7783d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/98449664-966c-46a0-9666-07fc94696422_e1207c40-b498-4b77-9a42-0002b58be4c3.jpg/1280x960.webp"
      ],
      "images_count": 43
    },
    {
      "position": 12,
      "id": "f00ad472-6d99-49fe-b015-b8bd8b266cd6",
      "title": "Volkswagen Golf Life 1.0 TSI",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-life-1-0-tsi-benzin-silber-cat_ma74gr100101ge8va132mt412tr594-f00ad472-6d99-49fe-b015-b8bd8b266cd6",
      "price": "€ 15.760",
      "extracted_price": 15760,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "Life 1.0 TSI",
      "motor": "1.0 TSI",
      "condition": "used",
      "mileage": "32.574 km",
      "extracted_mileage": 32574,
      "first_registration": "11/2022",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "81 kW",
      "power_kw": 81,
      "power_hp": 110,
      "seller": {
        "id": "23927",
        "type": "dealer",
        "name": "DB Autohaus Schweinfurt",
        "contact": "Verkauf Test",
        "phones": [
          "+499721738908200",
          "+49972165040"
        ],
        "info_page": "https://www.autoscout24.de/haendler/db-autohaus-schweinfurt?atype=C",
        "rating_stars": 4.5,
        "reviews": 97
      },
      "location": {
        "country": "DE",
        "zip": "97424",
        "city": "Schweinfurt",
        "street": "Robert-Bosch-Str. 7"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_0557b316-7239-4ac8-bcb9-0cd514459836.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_0557b316-7239-4ac8-bcb9-0cd514459836.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_594552fa-edeb-43fb-9c27-0bdcd9da712c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_f19b78b7-ae8b-4235-a452-357a408f242d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_1e3b32dc-1389-4895-bce8-67bffe83de05.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_4529fb94-bdc9-4fd3-a196-7c7af2f44ce5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_ac83dd0c-be86-48db-b7f4-f8042c1b46b8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_bc7c8064-6aeb-4e49-ad15-9747ed7e6be1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_87d99afc-b98b-4407-ba31-d2743b7c8882.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_d030ad56-19c2-4616-affa-e2f2b7493c20.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_7d39240e-07a2-4bea-a4c6-d5230e3265a1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_63c9100d-5e00-47df-bfa6-a08eb05d8ddf.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_3c8f1d2c-7f45-4d72-b05e-56ab34e3feb8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_b3ce8f8b-eb66-4dfc-a3d3-655a7148f14d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_933f43c3-c7c0-438e-b287-ee41d5143edd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_671b94d7-be76-443a-8732-f8ac92d27d91.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_ea3f10f3-d3bd-4545-87f2-e64fe703e982.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_b2a60b00-f5fd-4a03-9815-35c99af0424a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_1b59d663-ad7d-406e-826f-146e6bfcf4dc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_ed64fd6d-102f-42c9-99e0-7b2d1402c6ee.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_7e5f1665-8e1a-4065-86d8-c851769c20d9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_e21fd844-2af1-45bb-a429-24c88b36edbb.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_c49c8b06-ab6d-4ab7-8f62-06a28dbe28f1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_87560a5d-ca8c-4c1f-ab89-f33528da1462.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f00ad472-6d99-49fe-b015-b8bd8b266cd6_fe5c02c2-357e-442c-9fc4-f054d873db73.jpg/1280x960.webp"
      ],
      "images_count": 24
    },
    {
      "position": 13,
      "id": "ac265e3d-001e-4fd7-8d79-5bd001a85f9a",
      "title": "Volkswagen Golf VI 1.2 TSI Style/Klima/SitzHz./EU5",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-vi-1-2-tsi-style-klima-sitzhz-eu5-benzin-schwarz-cat_ma74gr100101ge6va2820mt414tr621-ac265e3d-001e-4fd7-8d79-5bd001a85f9a",
      "price": "€ 3.900",
      "extracted_price": 3900,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "VI 1.2 TSI Style/Klima/SitzHz./EU5",
      "motor": "1.2 TSI",
      "condition": "used",
      "mileage": "191.000 km",
      "extracted_mileage": 191000,
      "first_registration": "08/2011",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "63 kW",
      "power_kw": 63,
      "power_hp": 86,
      "emissions": {
        "co2": "129 g/km (komb.)",
        "consumption": "5,5 l/100 km (komb.)"
      },
      "seller": {
        "id": "60472392",
        "type": "dealer",
        "name": "Baydoun GmbH",
        "contact": "Fathi Baydoun",
        "phones": [
          "+492261925821100",
          "+492261288965",
          "+49 (0)160 - 98242902"
        ],
        "info_page": "https://www.autoscout24.de/haendler/baydoun-gmbh-bergneustadt-51702-1?atype=C",
        "rating_stars": 3,
        "reviews": 2
      },
      "location": {
        "country": "DE",
        "zip": "51702",
        "city": "Bergneustadt",
        "street": "Wiedenest Str. 2"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_26fe781d-3c7a-4790-832a-48f1fa970b08.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_26fe781d-3c7a-4790-832a-48f1fa970b08.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_91a6fc1a-8890-495b-8970-a6796dc7206a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_6b3845be-80b8-4d0e-b184-8c1e949f3ba3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_ab678304-b783-4c77-ab3b-0dc3e531bbfc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_0d6cdce3-fbfa-4a25-83b1-bdcb6dbadce9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_7c419f52-69d1-4b95-83bf-5c43138c92ea.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_04f4f1e3-fbbc-410b-bff8-995cb128956c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_fdd16fc7-fdd5-4b31-a000-7124920b4694.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_5f7a161c-04fd-4458-8aa8-bc4cf8a3715a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_1280ad97-71b0-4284-b569-54ec6a3412f1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_6132a5e4-429f-4cff-a260-eb1665dd9206.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_51a58c7b-580e-4cf6-adc1-06976a65f974.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_3e0578b9-7351-4640-aa6b-71df57d73d08.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_d12c076a-dcc9-48dc-a972-a10cb014cf8b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_45eb0720-5a3a-46cd-a221-06298e38ecf0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_3dafa341-fd0f-4733-961f-0f1e57f18932.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_8778ad98-271a-453c-938e-b8ec710fa2fa.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/ac265e3d-001e-4fd7-8d79-5bd001a85f9a_aa5e6d98-cd8b-42d2-9ea2-39fc03c0662f.jpg/1280x960.webp"
      ],
      "images_count": 18
    },
    {
      "position": 14,
      "id": "14bf7674-d7ff-41d0-97d7-b90e82a6e0ff",
      "title": "Volkswagen Golf Sportsvan GOLF SPORTSVAN 1.2 TSI COMFORTLINE",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-golf-sportsvan-1-2-tsi-comfortline-benzin-schwarz-cat_ma74gr100101ge7va131mt414tr562-14bf7674-d7ff-41d0-97d7-b90e82a6e0ff",
      "price": "€ 8.900",
      "extracted_price": 8900,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf Sportsvan",
      "variant": "GOLF SPORTSVAN 1.2 TSI COMFORTLINE",
      "motor": "1.2 TSI",
      "condition": "used",
      "mileage": "109.877 km",
      "extracted_mileage": 109877,
      "first_registration": "08/2014",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "63 kW",
      "power_kw": 63,
      "power_hp": 86,
      "emissions": {
        "co2": "114 g/km (komb.)",
        "consumption": "4,9 l/100 km (komb.)"
      },
      "seller": {
        "id": "18771839",
        "type": "dealer",
        "name": "Auto Galerie Avan",
        "contact": "A. Avan",
        "phones": [
          "+4971812074488",
          "+491621559599",
          "+49 (0)162 - 1559599"
        ],
        "info_page": "https://www.autoscout24.de/haendler/auto-galerie-avan?atype=C",
        "rating_stars": 4.5,
        "reviews": 13
      },
      "location": {
        "country": "DE",
        "zip": "73614",
        "city": "Schorndorf",
        "street": "Gmünder Straße 77"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_deb127ae-32d6-4726-8d08-b547a09a96fb.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_deb127ae-32d6-4726-8d08-b547a09a96fb.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_ff909fed-dba1-42b4-8e4e-87c33ed832af.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_9437c708-6714-4e26-bb76-005b9b1fb3b6.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_6b60aa5f-21ed-4994-9ddd-acf79bb46f15.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_0e158c72-717f-4dcc-af3b-fcc8efb02239.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_789dfe56-2646-4598-b810-46029d2878fd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_c8345c94-f6e7-468b-9ae9-38622c4aed75.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_4998e519-9a87-4049-826d-c22f888bbbb1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_fe214838-602e-40b9-a832-ba51a170aa4f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_dc3cfc00-df3e-41c1-9f7e-650dce6def47.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_76bac158-c782-416a-83ee-d43d9419cd4b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_df160a14-297e-4715-973f-a10a6c4b46e0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_463fd89c-ff3b-405b-9fdb-3154d0972b22.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_918f20d9-9ca2-44b4-87d7-0fbf3407208f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_d2ee38fa-3e86-448f-a567-b1d3558cd7b2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_17645a37-491b-4cec-9118-26885362cd34.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_f74a27bf-c337-4768-8770-ff28ea5e92c3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_e4395d43-cca4-467a-8361-6a42cb7e84f9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_fd60e189-d830-4e85-b6ac-417578ddbcc3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_8d0c79b5-992b-410c-b9af-6cffc38c0b6e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_3b0438c6-efa9-4379-8f89-a432dec737c5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/14bf7674-d7ff-41d0-97d7-b90e82a6e0ff_bad15839-7e99-497b-9db3-32ac146e5da0.jpg/1280x960.webp"
      ],
      "images_count": 22
    },
    {
      "position": 15,
      "id": "fdbc2876-b86b-4f22-a534-5ad0d286879d",
      "title": "Volkswagen Golf VII Allstar BMT*ServiceNEU*2.Hand",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-vii-allstar-bmt-serviceneu-2-hand-benzin-grau-cat_ma74gr100101ge7va2820mt420tr480888-fdbc2876-b86b-4f22-a534-5ad0d286879d",
      "price": "€ 12.980",
      "extracted_price": 12980,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "VII Allstar BMT*ServiceNEU*2.Hand",
      "motor": "1.4 TSI",
      "condition": "used",
      "mileage": "80.000 km",
      "extracted_mileage": 80000,
      "first_registration": "08/2016",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "110 kW",
      "power_kw": 110,
      "power_hp": 150,
      "emissions": {
        "co2": "119 g/km (komb.)",
        "consumption": "5,2 l/100 km (komb.)"
      },
      "seller": {
        "id": "60490717",
        "type": "dealer",
        "name": "Feldbusch Automobile",
        "contact": "Yunus Takir",
        "phones": [
          "+492163951690200",
          "+4915259675081",
          "+49 (0)1525 - 9675081"
        ],
        "info_page": "https://www.autoscout24.de/haendler/feldbusch-automobile-viersen?atype=C"
      },
      "location": {
        "country": "DE",
        "zip": "41749",
        "city": "Viersen",
        "street": "Tönisvorster Str. 75"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_3f853a1a-1b23-45c0-b305-26a08891f68b.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_3f853a1a-1b23-45c0-b305-26a08891f68b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_97a4d949-765e-4ada-a40f-a77d4817898d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_9777d64d-ec03-46ea-8278-6d8646ae8c86.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_13dc0141-3008-4341-a9ad-8cfdd383630a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_a53782b5-2020-40db-ba42-a5466e1511e4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_0e149a67-fd87-44c9-82e7-3578610b253a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_7521888e-01f7-4c1f-ba0f-c91e09c74f7d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_f9f39de3-3e0c-4692-b668-7123fc52bc61.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_b110077d-4632-4c0c-a3dc-6b3dd140d5e5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_a263bbc0-340f-4b72-9832-5fc9a4b97238.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_e81469d7-40ab-46f9-b926-57b2304cfc34.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_388e79a8-7ab7-4e34-bf5e-68a3a192450d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_c7505979-881c-43a6-ab78-2be79f987e66.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_1d07820f-16da-4e54-aa4c-d757a51eab7e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_85d90d82-4436-4002-97fa-736b4f83e8ec.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_279eada8-3d60-4922-9120-2fdd6527a57f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_3ef8278a-fbd9-4ff9-be23-e2a0fcad825a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_35c67d42-7174-4376-b39f-98dfc3f15ecf.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_1b73171f-68cb-4e54-98ac-a8edfbe308a0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_16aa7370-2ab0-426c-ad42-8fdce362023c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_d97eb513-605b-4862-975b-d9a46c82f64a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_50fd8918-c3b5-434e-9db6-5eff413922ef.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_eae20ff9-0f9a-48f6-bbb1-23a463b94528.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_e6b79175-cc55-46f1-a8d3-e4d0ba2a2e8a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_8baa4fbe-9325-4ad6-bf35-46c5a65e8af6.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_fb8047af-e1b0-4f61-be9b-5038980208d3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_ade21881-3589-42f5-8b6e-85e5e4da36ae.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_d1264eff-2e49-4e2f-a8b6-1297f16c0f9d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_b73378fb-0d9a-414b-9cd8-27061489511e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_3ff025bf-e3c8-4dd2-8f59-f5473c57100f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_b7029647-8a54-4061-b18b-3f03ec6fbcd1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_dfc4fffb-5ada-49ed-b2b4-479768585ebf.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_e8551be1-4520-4ec5-afcb-693fc219bffe.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_a975b429-0c67-4dea-a3f4-e2d59eaaeb9d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_92be776e-b46d-4555-9450-379cf303d234.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_e9990afa-72bc-48d9-9150-509f19dc8881.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_33d3f807-d25a-4aa2-9638-267074ae12e8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_830755e7-d861-4065-8c1e-0851d1ffd1a3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_32810100-01fd-4ef5-b64f-617eda326e26.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_1ca87cbc-b141-48a2-83a6-e3f56639b1b0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_d43f5652-c819-483b-afc4-f3746749de21.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_bff1cb90-4e0f-4243-b417-7bce67ae3b10.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/fdbc2876-b86b-4f22-a534-5ad0d286879d_af562718-c45f-4291-b337-00722cbfa67f.jpg/1280x960.webp"
      ],
      "images_count": 43
    },
    {
      "position": 16,
      "id": "94a657d8-b70c-48fd-98d1-110bb6877b84",
      "title": "Volkswagen Golf VII 1.2 TSI Comfortline BMT *Allwetter*ALU*PDC*",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-vii-1-2-tsi-comfortline-bmt-allwetter-alu-pdc-benzin-blau-cat_ma74gr100101ge7va2820mt414tr562-94a657d8-b70c-48fd-98d1-110bb6877b84",
      "price": "€ 7.390",
      "extracted_price": 7390,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "VII 1.2 TSI Comfortline BMT *Allwetter*ALU*PDC*",
      "motor": "1.2 TSI",
      "condition": "used",
      "mileage": "140.000 km",
      "extracted_mileage": 140000,
      "first_registration": "07/2013",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "63 kW",
      "power_kw": 63,
      "power_hp": 86,
      "emissions": {
        "co2": "113 g/km (komb.)",
        "consumption": "4,90 l/100 km (komb.)"
      },
      "seller": {
        "id": "5349679",
        "type": "dealer",
        "name": "Kale Automobile GmbH",
        "contact": "Kale Automobile",
        "phones": [
          "+495351520981900",
          "+4953513997940"
        ],
        "info_page": "https://www.autoscout24.de/haendler/kale-automobile-gmbh?atype=C",
        "rating_stars": 5,
        "reviews": 298
      },
      "location": {
        "country": "DE",
        "zip": "38350",
        "city": "Helmstedt",
        "street": "Am Lohen 11"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_5f8dc075-e721-4ba8-ba52-ebfa8a99b0ef.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_5f8dc075-e721-4ba8-ba52-ebfa8a99b0ef.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_b165dbe6-ff0a-4954-bfe5-0e4f640bb2c5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_3cdf2400-4549-4123-a338-9d8bfa299cbc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_2c72a5d3-0eee-4246-87f2-a68889cffd11.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_e480d07d-a1dd-49e9-bf39-55931f79908f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_b272d767-874a-466d-b935-5c16e3d27378.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_77c7230e-0798-4037-9117-326f7452c6d0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_939c637e-5e2d-4f9d-89e3-1e0749eb8518.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_a24cc38e-a35c-49ad-85a9-5dbcad705ff5.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_a0890ee1-1d84-4013-a7a6-8a81affcd3d2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_3aef80fe-013d-4cdb-8592-0bc950140378.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_bdc8b6a8-f259-4c3c-b246-c5294d3da623.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_f0307b2e-c105-4bc8-901e-db2a66caaf4b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_bb978ba5-c2b5-4195-9572-5319b8dfde20.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_386e1346-466c-402c-90a6-907f0414322d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_60196613-f67f-461b-baa6-e6ce27a70b6a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_f3f83ee0-7b41-4400-82ef-fec1e04babba.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_57d1268b-3c9e-4da6-94b0-ba280ee74f28.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_dcc79cf8-dc2d-421e-b0ce-86363d3a46d0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_cc4b3561-aeee-4887-a5a0-3f3d2a7d2a85.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_2e3e103f-82dd-4000-89ac-7081f16c76a0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_73258fb9-9ddb-429e-93a5-514c3c2cf45a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_cdd4c22e-af3e-49c8-a264-f78052bf4d0c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_d31c8a9b-177c-4288-a9ce-3a54d9120842.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_d7b5ebdb-1712-4e27-ad26-7b9920c50f14.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_61b2603c-0900-41a3-a8a6-9c4fde592b49.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/94a657d8-b70c-48fd-98d1-110bb6877b84_2a9f6552-aee9-49a6-9ff2-f46cb0e1b5bb.jpg/1280x960.webp"
      ],
      "images_count": 27
    },
    {
      "position": 17,
      "id": "02aff30b-93cd-4e2b-93d5-9d803a521313",
      "title": "Volkswagen Golf Golf 1.6 TÜV & Service neu!",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-golf-1-6-tuev-service-neu-benzin-rot-cat_ma74gr100101ge4va2820mt425tr626-02aff30b-93cd-4e2b-93d5-9d803a521313",
      "price": "€ 2.999",
      "extracted_price": 2999,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "Golf 1.6 TÜV & Service neu!",
      "motor": "1.6",
      "condition": "used",
      "mileage": "129.000 km",
      "extracted_mileage": 129000,
      "first_registration": "12/1998",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "74 kW",
      "power_kw": 74,
      "power_hp": 101,
      "emissions": {
        "consumption": "7,60 l/100 km (komb.)"
      },
      "seller": {
        "id": "63268361",
        "type": "dealer",
        "name": "JBM Automobile",
        "contact": "Mohamad Hammoud",
        "phones": [
          "+4937124351796",
          "+4915150678483",
          "+49 (0)1515 - 0678483"
        ],
        "info_page": "https://www.autoscout24.de/haendler/jbm-automobile-chemnitz-09116?atype=C"
      },
      "location": {
        "country": "DE",
        "zip": "09116",
        "city": "Chemnitz",
        "street": "Neefestraße 58"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_f49ba08d-ba1f-4d97-874b-e32488f92f0e.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_f49ba08d-ba1f-4d97-874b-e32488f92f0e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_1f7b031b-647c-4a5e-aeeb-fc43a4bffc87.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_73757474-a840-42ef-a0ee-f1d361a287f6.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_0391802c-ca54-49e1-b412-a67a817313d2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_bae99d1e-6ec3-4c76-bf09-e26cc0647a9c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_85b5e055-5d64-4d95-af3f-0ec888c2949a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_5e219efc-5aa5-4bc9-a874-0e872803bda0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_b32cfc4c-1cc2-4931-bdc9-9b6a666f76e9.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_dda81fc0-3464-433a-9ab7-3e666d1c40fc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_b186c927-b96e-4d3e-bded-bd398af8e139.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_65041fa9-7989-48db-9158-5ba716135f58.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_630ff051-2d1b-4113-b167-2f6a0a5d33eb.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_c24af608-9f0c-4a37-a24b-f4d72a75e7fb.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_ecadcf21-4c1a-4447-8ed6-3268c5566476.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_d763d0e3-0314-44f1-b806-d9e9e7b4f976.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_cb2de919-97e4-4808-9b53-eb848bc29497.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_93d3cbb6-efa6-4aef-bb85-1a5c1c20c6c7.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_298aa7ca-5ae9-400d-876b-a419d6224b27.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/02aff30b-93cd-4e2b-93d5-9d803a521313_28531ecd-5fb6-41df-ba3e-1579ab45ef73.jpg/1280x960.webp"
      ],
      "images_count": 19
    },
    {
      "position": 18,
      "id": "4729713e-e385-409e-b8cf-d545b03e51d0",
      "title": "Volkswagen Golf GTI VII 2.0 Performance DSG LED SHZ TÜV neu",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-vii-2-0-performance-dsg-led-shz-tuev-neu-benzin-weiss-cat_ma74gr100101ge7va178mt441tr480888-4729713e-e385-409e-b8cf-d545b03e51d0",
      "price": "€ 19.450",
      "extracted_price": 19450,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf GTI",
      "variant": "VII 2.0 Performance DSG LED SHZ TÜV neu",
      "motor": "2.0 TSI",
      "condition": "used",
      "mileage": "88.888 km",
      "extracted_mileage": 88888,
      "first_registration": "12/2019",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "automatic",
      "transmission_label": "Automatik",
      "power": "180 kW",
      "power_kw": 180,
      "power_hp": 245,
      "emissions": {
        "co2": "140 g/km (komb.)",
        "consumption": "6,2 l/100 km (komb.)",
        "co2_class": "E"
      },
      "seller": {
        "id": "17809",
        "type": "dealer",
        "name": "Autohaus Herborn West GmbH",
        "contact": "Peter Müller",
        "phones": [
          "+492772924850",
          "+49000000",
          "+49 (0)2772 - 924850"
        ],
        "info_page": "https://www.autoscout24.de/haendler/autohaus-herborn-west-gmbh?atype=C",
        "rating_stars": 4.5,
        "reviews": 33
      },
      "location": {
        "country": "DE",
        "zip": "35745",
        "city": "Herborn",
        "street": "Auf den Lüppen 1"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_0005c2b2-82f5-4ee2-9d61-f21d9401fb92.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_0005c2b2-82f5-4ee2-9d61-f21d9401fb92.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_72c03baf-5351-4d05-bffb-2b6b03b8452f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_30ca88aa-e621-4c06-97eb-acab74a10a2d.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_c966e446-fce7-40dd-a17d-8b07734a88bc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_a756b998-f0af-47c2-b2a0-53422feb347f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_9e83e020-f64e-4605-97a8-d2e94f6c1718.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_5e98cd75-a2df-4a0c-a7f2-748d2d305c93.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_9a21986c-20e3-4b2a-a093-35639ef720c8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_2b072f92-b466-4b93-9f16-c024502774a8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_7af7b6a7-7d25-4800-acb7-02688683162c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_367068a5-6e87-41b0-adcb-e7e8602ce083.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_ede0c221-3e34-446d-b8d7-a7b9a8b11d3e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_eca2747b-892a-4655-a666-e368970aaef1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_6c8d0b0a-7ae4-4286-a6c6-4cd5abcbd875.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_09645520-c7f0-4bcc-ac7c-9bf65846a55e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_ae97882a-a48a-443c-9390-424cbb5d23ee.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_4ff62ece-1cda-4e2b-ad8b-42d0cde58805.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_9207647f-918d-47ef-b164-f27a0ccf03a0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_7d0b0564-f45b-4505-9806-a821cab50f5e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/4729713e-e385-409e-b8cf-d545b03e51d0_3910d707-1b1f-4336-8398-b44c2d083b77.jpg/1280x960.webp"
      ],
      "images_count": 20
    },
    {
      "position": 19,
      "id": "f8543301-19ed-43cc-8dae-e6f5d25674d1",
      "title": "Volkswagen Golf Plus VI Match 1.2 Klimaauto Sitzheizung",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-plus-vi-match-1-2-klimaauto-sitzheizung-benzin-schwarz-cat_ma74gr100101ge6va2346mt414tr480888-f8543301-19ed-43cc-8dae-e6f5d25674d1",
      "price": "€ 4.990",
      "extracted_price": 4990,
      "previous_price": "€ 5.490,-",
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf",
      "variant": "Plus VI Match 1.2 Klimaauto Sitzheizung",
      "motor": "1.2 TSI",
      "condition": "used",
      "mileage": "122.900 km",
      "extracted_mileage": 122900,
      "first_registration": "05/2012",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "manual",
      "transmission_label": "Schaltgetriebe",
      "power": "77 kW",
      "power_kw": 77,
      "power_hp": 105,
      "emissions": {
        "co2": "139 g/km (komb.)",
        "consumption": "5,9 l/100 km (komb.)"
      },
      "seller": {
        "id": "16090210",
        "type": "dealer",
        "name": "Carpoint GmbH",
        "contact": "Maik Jung",
        "phones": [
          "+4928453954859",
          "+4928459802860",
          "+491781394549"
        ],
        "info_page": "https://www.autoscout24.de/haendler/carpoint-gmbh?atype=C",
        "rating_stars": 5,
        "reviews": 196
      },
      "location": {
        "country": "DE",
        "zip": "47506",
        "city": "Neukirchen-Vluyn",
        "street": "Weserstr. 3"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_e82ffb68-4a7c-4419-93d3-32a24f91fdc2.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_e82ffb68-4a7c-4419-93d3-32a24f91fdc2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_d6907355-677e-4dbc-b78c-8d6d00591f3a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_fdd214db-e03f-4114-8b04-81479e70f979.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_6c530a77-62b7-4f4d-9052-085bb0bc4305.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_70617dfb-1131-481b-9db9-d51c82c96c7f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_c613144a-fbc5-4ea9-934c-64043bb939af.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_9e95765c-3e63-43ff-880b-6499e07e6be8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_fe68317f-c691-43cc-b84d-24d1155e5cfb.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_704d17f8-f61b-46f3-8d7b-9dbfb8dd33e4.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_2702cb15-aeed-4f6c-bcfb-54c610e74942.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_0ffbab4e-eefa-4276-8a3e-1140ecfa7222.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_0953be7f-267a-4d2e-aab5-4e7f74b75e36.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_7abc5bee-3ffd-47e1-bb46-640262d30208.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_5a5bd88e-07e3-4888-8609-ab1d775f7b63.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_7966cf8d-ce48-4f1a-a010-33084a122e8e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_dc739f26-a6ed-4107-93ea-fb606440596a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_f1ade972-71b2-4948-a4d0-c5edcd3512f0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_875ca22a-5d89-4f04-a325-229f5afb97a3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_ec928762-85e3-425e-863c-5b5786404630.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_12a4040c-2dc4-4cc4-a5bc-d8ecf6838cef.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_570c6ee3-d44a-44bd-ae30-cbf746ba604a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_83641af1-c3cb-4af7-ae51-df5ac54c2501.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_eb7bd0c5-c50a-4f95-af25-c4633a1a050f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_df89405b-7d7d-4ea3-a3e5-68c5b07edcbd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_56b99795-b26c-4724-92ba-e9d489ea0797.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_38349909-aece-4106-bd41-64f652c75171.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_7791f6fa-e8fa-4e2f-97d9-82438fd30f26.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_104f9bbf-e8d0-4408-b8b4-7828201562dd.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_e8ffe3e7-28c7-40db-985a-4e9210087110.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_239605e8-0a32-45bd-84f6-f8b6c1f0535c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_5ba163e9-4736-41b5-960f-0740b506dac1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_d0db552a-ed4c-4574-a934-6aa772907e31.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_4de8c694-d199-4e2e-bdb5-2f719a1209dc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_1734288b-3e62-4c84-98db-5220da2b0137.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_9e469082-2a3e-4e83-ac08-56d3ce4d84ae.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_a8361452-0665-4e25-a82d-dee8b8e55d7f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_be833936-c01d-4435-be6f-da47789de2c2.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_a666973b-73a3-4ec1-b762-3d9850ed6460.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_26a2caa1-3725-45fc-999d-2c79c5f3c09f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_623bb506-e8e5-4680-92f9-38d07b603c82.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_b06dbdcc-c1e1-4b93-a618-3b14c2f48a43.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_44efa0fb-3bfc-4d88-abb8-f8dfe1e4f37f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_c9075aa9-8abc-4962-8564-45416e97fb77.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_66bf559d-3eb1-42c0-bc2b-33c0935abdf1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_2523f380-8be6-41b1-8ee8-33f7afea6caf.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/f8543301-19ed-43cc-8dae-e6f5d25674d1_676357a8-a553-4012-8fec-8c18dcd28e25.jpg/1280x960.webp"
      ],
      "images_count": 46
    },
    {
      "position": 20,
      "id": "62557a1b-94d8-463f-adf6-ba25ef942ea3",
      "title": "Volkswagen Golf GTI 8 2.0 TSI DSG CLUBSPORT NAVI DCC H&K ALU",
      "link": "https://www.autoscout24.de/angebote/volkswagen-golf-8-2-0-tsi-dsg-clubsport-navi-dcc-hk-alu-benzin-schwarz-cat_ma74gr100101ge8va178mt441tr558-62557a1b-94d8-463f-adf6-ba25ef942ea3",
      "price": "€ 27.950",
      "extracted_price": 27950,
      "currency": "EUR",
      "make": "Volkswagen",
      "model": "Golf GTI",
      "variant": "8 2.0 TSI DSG CLUBSPORT NAVI DCC H&K ALU",
      "motor": "2.0 TSI",
      "condition": "used",
      "mileage": "56.600 km",
      "extracted_mileage": 56600,
      "first_registration": "04/2021",
      "fuel_type": "petrol",
      "fuel_type_label": "Benzin",
      "transmission": "automatic",
      "transmission_label": "Automatik",
      "power": "221 kW",
      "power_kw": 221,
      "power_hp": 300,
      "emissions": {
        "co2": "170 g/km (komb.)",
        "consumption": "7,5 l/100 km (komb.)",
        "co2_class": "F"
      },
      "seller": {
        "id": "20433",
        "type": "dealer",
        "name": "Autohaus Bierschneider GmbH",
        "contact": "Ihr Verkaufsteam",
        "phones": [
          "+4991854330070",
          "+49918594000"
        ],
        "info_page": "https://www.autoscout24.de/haendler/autohaus-bierschneider-gmbh?atype=C",
        "rating_stars": 4.5,
        "reviews": 264
      },
      "location": {
        "country": "DE",
        "zip": "92360",
        "city": "Mühlhausen",
        "street": "Sulzweg 2"
      },
      "thumbnail": "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_500e5510-15d2-4341-ad74-bdd316c7360e.jpg/250x188.webp",
      "images": [
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_500e5510-15d2-4341-ad74-bdd316c7360e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_c591d23d-c18b-4e7f-b78e-dbfb20f57cdc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_b443e052-88f9-44f9-a3fc-6a090dea96bf.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_e8a14aef-94d7-48f0-8a82-6dcb0f5ca4b8.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_a4ed2000-d6c9-4720-b59c-fa50d7a453d7.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_bb84d708-a68b-4845-b6c9-161c27a72436.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_1c54258d-d6a0-4cf9-b787-23ae5e160c55.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_860dcd38-d68b-40b9-98ca-da9249fb219a.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_1a8b5719-ebdb-4a56-a747-1bdfee0b5ad3.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_f5fdbba6-6c90-4a3d-8f17-7954e2a412ed.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_503c6d25-a28b-4914-8c8b-8d6d9f4e8006.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_00082091-f1ad-4da1-94a3-a6569b87d645.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_05ea3085-cfad-4c37-be56-77be12f90b98.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_a21a84b8-8395-4a26-a191-0dcc65f42afb.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_60e10591-2af2-489b-8c4b-2ab999a7d8b7.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_9161a274-0399-402f-810e-28bc4da1393f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_63ee9168-6036-4d57-9f55-7d0a851170bc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_c5de9ac3-0f40-432f-bfb3-4b47ebd71b5b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_7bc3e89a-8ea5-4671-8b0e-dad5de48de15.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_0beca840-0e33-40b2-9c79-6012faf68219.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_a1bd488f-51cc-4a3c-bc0a-1f0da03ed3eb.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_d514c0af-33fe-4d73-8ed7-a750ae4abaef.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_52d8d142-7ced-4606-9d39-bfcaf6b4eddf.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_7d6c4b92-661d-431d-94ca-358180e0fefc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_d772e153-8af0-404a-86e3-8771eae81e3c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_74feb64b-c0ed-4b5a-bcef-cfdc06eed5db.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_f3feae7f-abfc-4f94-b758-8cb3a6e4eaca.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_7e1ef10c-b251-4540-8991-e4c2d1c7b59f.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_eb2252af-041b-4092-b77d-b4a73b1c6e1e.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_095a2830-2099-491b-b595-2b60cbd9a2a0.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_4c7a7ad2-d543-4502-b799-cbb383b0e279.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_9399693c-faa5-4c07-886f-c9502d0c8dd1.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_eda95223-9d4e-4048-b880-b93a0d433e1b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_3cee473c-d8c6-4408-b1fa-f286d637217c.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_aada22a2-a244-4ee0-ab24-a082208626bc.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_ed8f2450-3fdc-4b20-8bc7-98d51b44eb9b.jpg/1280x960.webp",
        "https://prod.pictures.autoscout24.net/listing-images/62557a1b-94d8-463f-adf6-ba25ef942ea3_62e52205-3b38-4c7d-91cc-c0dbb85490d3.jpg/1280x960.webp"
      ],
      "images_count": 37
    }
  ],
  "pagination": {
    "current_page": 1,
    "total_pages": 200,
    "next_page": 2
  }
}