# Mobile.de BMW cars under €30,000 dataset

**Use case:** 

Search Mobile.de BMW inventory under €30,000 and export current prices, mileage, specifications, sellers, and listing URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://suchen.mobile.de/fahrzeuge/search.html?vc=Car&q=Volkswagen+Golf&p=:20000"
    }
  ],
  "query": "BMW",
  "vehicleType": "Car",
  "priceTo": 30000,
  "includeImages": true,
  "maxItems": 10
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Vehicle",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "firstRegistration": {
    "label": "First registration",
    "format": "string"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved",
    "format": "string"
  }
}
```

## About this Actor

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