# Marktplaats Bikes Fiets Listings Scraper

**Use case:** 

Scrape Marktplaats Netherlands bike (fiets) listings with title, description, price, price type, city, coordinates, and image. Export to JSON or CSV.

## Input

```json
{
  "query": "fiets",
  "sortBy": "OPTIMIZED",
  "sortOrder": "INCREASING",
  "maxItems": 5
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "priceEuros": {
    "label": "💶 Price (€)",
    "format": "text"
  },
  "priceType": {
    "label": "🏷 Price Type",
    "format": "text"
  },
  "cityName": {
    "label": "📍 City",
    "format": "text"
  },
  "sellerName": {
    "label": "👤 Seller",
    "format": "text"
  },
  "date": {
    "label": "📅 Posted",
    "format": "text"
  },
  "listingUrl": {
    "label": "🔗 Listing",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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