# DBA.dk iPhone Listings Scraper

**Use case:** 

Scrape DBA.dk iPhone listings with prices, locations, images, item IDs, and URLs for resale market monitoring.

## Input

```json
{
  "queries": [
    "iphone"
  ],
  "startUrls": [
    {
      "url": "https://www.dba.dk/recommerce/forsale/search?q=iphone"
    }
  ],
  "maxItems": 50,
  "includeDetails": false,
  "requestTimeoutSecs": 30
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "priceValue": {
    "label": "Price value"
  },
  "location": {
    "label": "Location"
  },
  "postedAgo": {
    "label": "Posted"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "attributes": {
    "label": "Attributes"
  },
  "imageUrls": {
    "label": "Images"
  },
  "isSponsored": {
    "label": "Sponsored"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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