# Used Volkswagen Golf 2020 Listings in Germany

**Use case:** 

Compare used VW Golf listings from 2020 in Germany. Access detailed data on price, mileage, fuel type, and dealer information.

## Input

```json
{
  "searchUrl": "https://suchen.mobile.de/fahrzeuge/search.html?isSearchRequest=true&ms=25200%3B14%3B%3B&fr=2020%3A&sb=rel&vc=Car",
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "shortTitle": {
    "label": "Short Title",
    "format": "text"
  },
  "subTitle": {
    "label": "Sub Title",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "price_amount": {
    "label": "Price Amount",
    "format": "number"
  },
  "price_currency": {
    "label": "Price Currency",
    "format": "text"
  },
  "attr_ml": {
    "label": "Attr Ml",
    "format": "text"
  },
  "attr_loc": {
    "label": "Attr Loc",
    "format": "text"
  },
  "attr_ft": {
    "label": "Attr Ft",
    "format": "text"
  },
  "mainImage": {
    "label": "Main Image",
    "format": "image"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "attr_c": {
    "label": "Attr C",
    "format": "text"
  },
  "attr_cc": {
    "label": "Attr Cc",
    "format": "text"
  },
  "attr_cn": {
    "label": "Attr Cn",
    "format": "text"
  },
  "attr_csmpt": {
    "label": "Attr Csmpt",
    "format": "text"
  },
  "attr_door": {
    "label": "Attr Door",
    "format": "text"
  },
  "attr_ecol": {
    "label": "Attr Ecol",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Mobile.de Scraper 🔥 $1/1K Germany Vehicles Listings API](https://apify.com/azzouzana/mobile-de-scraper-pro-by-search-url) with a specific input configuration. Visit the [Actor detail page](https://apify.com/azzouzana/mobile-de-scraper-pro-by-search-url) to learn more, explore other use cases, and run it yourself.