# Extract Luxury Used Car Data for Premium Market Research

**Use case:** 

Obtain detailed listings of high-end used luxury vehicles to support market research for premium automotive segments. This provides valuable data on pricing, fe

## Input

```json
{
  "startUrls": [
    "https://suchen.mobile.de/auto/gebrauchtwagen/porsche-911.html",
    "https://suchen.mobile.de/auto/gebrauchtwagen/mercedes-benz-s-klasse.html",
    "https://suchen.mobile.de/auto/gebrauchtwagen/audi-r8.html"
  ],
  "maxItems": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price EUR",
    "format": "integer"
  },
  "priceFormatted": {
    "label": "Price (fmt)",
    "format": "string"
  },
  "mileageKm": {
    "label": "Mileage",
    "format": "integer"
  },
  "yearConstructed": {
    "label": "Year",
    "format": "integer"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "string"
  },
  "transmission": {
    "label": "Trans",
    "format": "string"
  },
  "powerHp": {
    "label": "HP",
    "format": "integer"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Mobile.de Car Scraper](https://apify.com/crawlerbros/mobile-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/mobile-de-scraper) to learn more, explore other use cases, and run it yourself.