# Danish Dealer Inventory Benchmark from DBA.dk

**Use case:** 

Run a deeper DBA.dk crawl across multiple pages to benchmark used-car prices, mileage, years, and seller locations.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dba.dk/mobility/search/car?registration_class=1"
    }
  ],
  "maxItems": 200,
  "maxPages": 20,
  "includeDetails": true
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "variant": {
    "label": "Variant",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "modelYear": {
    "label": "Model year",
    "format": "number"
  },
  "fuel": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "sourceSearchUrl": {
    "label": "Source search",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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