# Find used Ducati sport bikes in the Netherlands

**Use case:** 

Scrape used Ducati sport motorcycle listings on Motoroccasion.nl with prices, specs, mileage, and dealer details for Dutch bike market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.motoroccasion.nl/motoren/bmw-b4.html"
    },
    {
      "url": "https://www.motoroccasion.nl/motoren/bmw-r-68-m1610834.html"
    }
  ],
  "brand": "DUCATI",
  "category": "Sport",
  "condition": "occ",
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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