# Tweedehands fietsen op Marktplaats.nl volgen –prijzen & data

**Use case:** 

Verzamel tweedehands fietsen van Marktplaats.nl als schone JSON — vraagprijs, locatie, foto's en plaatsingsdatum. AVG-proof, zonder persoonsgegevens van verkope

## Input

```json
{
  "searchQuery": "fiets",
  "categoryId": 445,
  "delivery": "any",
  "buyItNowOnly": false,
  "sortBy": "date",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceCents": {
    "label": "Price (cents)",
    "format": "integer"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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