# Build an Eezee Supplier & Brand Leads List

**Use case:** 

Turn Eezee product results into supplier & brand leads: supplier name, brand, product range and category — a B2B sourcing list. Export to CSV.

## Input

```json
{
  "searchTerms": [
    "industrial tools"
  ],
  "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
{
  "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.