# Scrape classifieds in Denmark on DBA.dk

**Use case:** 

Extract classified listings from DBA.dk across Denmark. Structured marketplace data with prices. Pay per result.

## Input

```json
{
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "keywords": "cykel"
}
```

## Output

```json
{
  "itemId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur.",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "searchKeyword": {
    "label": "Keyword",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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