# Scrape Quote & Enquiry Products on Eezee

**Use case:** 

Scrape Eezee's request-a-quote products: product name, brand, category and the supplier behind each enquiry-only listing for B2B sourcing leads.

## Input

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

## Output

```json
{
  "brand": {
    "label": "Brand"
  },
  "supplierEmail": {
    "label": "Supplier email"
  },
  "shopNumber": {
    "label": "Shop #"
  },
  "supplierId": {
    "label": "Supplier ID"
  },
  "title": {
    "label": "Product"
  },
  "categoryMain": {
    "label": "Category"
  },
  "priceFormatted": {
    "label": "Price"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "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.