# Sports Equipment Listings from DBA.dk

**Use case:** 

Access 200 sports equipment classifieds from DBA.dk. Get details like price, location, seller type, and posted date.

## Input

```json
{
  "searchUrls": [
    "https://www.dba.dk/sport-og-hobby/"
  ],
  "category": "",
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "sellerType": "any",
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "subCategory": {
    "label": "Sub category",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "tradeType": {
    "label": "Trade type",
    "format": "string"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "fuel": {
    "label": "Fuel",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted date",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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