# Dutch Classifieds Market Monitor with Marktplaats Data

**Use case:** 

Build repeatable Marktplaats.nl datasets across categories to monitor prices, locations, listing changes, and inventory trends.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.marktplaats.nl/l/auto-s/"
    },
    {
      "url": "https://www.marktplaats.nl/q/fiets/"
    }
  ],
  "maxItems": 60,
  "maxPagesPerUrl": 3,
  "includeAttributes": true
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "date": {
    "label": "Posted",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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