# Export Eezee MRO Prices for Procurement

**Use case:** 

Export Eezee MRO pricing for procurement: product name, price, currency, unit, MOQ, brand and supplier across thousands of industrial SKUs.

## Input

```json
{
  "searchTerms": [
    "safety gloves"
  ],
  "currency": "SGD",
  "minPrice": 0,
  "maxPrice": 0,
  "enquiryType": "all",
  "includeInactive": false,
  "maxResults": 100,
  "maxPagesPerQuery": 3,
  "monitorMode": false,
  "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.