# Clothing & Fashion Listings from Marktplaats NL

**Use case:** 

Scrape clothing and fashion listings on Marktplaats.nl. Get detailed data on ads, prices, and sellers in CSV or JSON format.

## Input

```json
{
  "queries": [
    "kleding"
  ],
  "category": "",
  "sort": "",
  "maxPages": 5,
  "maxResults": 200,
  "includePromoted": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceEur": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "priceType": {
    "label": "Price type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller name",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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