# Monitor Eezee Product Price Changes

**Use case:** 

Track Eezee and output only new or price-changed products each run, with previous price and delta — ideal for daily B2B price monitoring.

## Input

```json
{
  "searchTerms": [
    "safety gloves"
  ],
  "currency": "SGD",
  "minPrice": 0,
  "maxPrice": 0,
  "enquiryType": "all",
  "includeInactive": false,
  "maxResults": 100,
  "maxPagesPerQuery": 3,
  "monitorMode": true,
  "dedupStoreName": "eezee-scraper-state",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Product"
  },
  "brand": {
    "label": "Brand"
  },
  "priceFormatted": {
    "label": "Price"
  },
  "currency": {
    "label": "Cur"
  },
  "baseCurrency": {
    "label": "Base cur"
  },
  "hasBulkDiscount": {
    "label": "Bulk discount"
  },
  "moq": {
    "label": "MOQ"
  },
  "leadTimeDays": {
    "label": "Lead time (d)"
  },
  "enquiryType": {
    "label": "Sold as"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Eezee Scraper - Singapore B2B Industrial & MRO Products](https://apify.com/scrapesage/eezee-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/eezee-scraper) to learn more, explore other use cases, and run it yourself.