# Belgian Marketplace Price Monitor

**Use case:** 

Combine Dutch and French marketplace searches and category URLs to monitor product availability and pricing in Belgium.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.2dehands.be/l/computers-en-software/"
    }
  ],
  "searchQueries": [
    "macbook",
    "gaming pc"
  ],
  "language": "nl",
  "maxResults": 100,
  "maxRequestRetries": 4
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "priceType": {
    "label": "Price type",
    "format": "text"
  },
  "locationCity": {
    "label": "City",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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