# Dutch Classifieds Price Monitor

**Use case:** 

Build repeatable Marktplaats datasets for Dutch classifieds price monitoring, inventory tracking, and resale research.

## Input

```json
{
  "startUrls": [
    "https://www.marktplaats.nl/l/auto-s/",
    "https://www.marktplaats.nl/q/fiets/"
  ],
  "searchQuery": "fiets",
  "categoryUrl": "https://www.marktplaats.nl/l/auto-s/",
  "maxResults": 150,
  "includeSponsored": true,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceType": {
    "label": "Price type",
    "format": "text"
  },
  "locationCity": {
    "label": "City",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "dateText": {
    "label": "Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "totalResultCount": {
    "label": "Total results",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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