# Scrape Singapore B2B Industrial Products

**Use case:** 

Scrape Eezee's Singapore B2B catalogue: product name, price, brand, category, supplier and SKU across industrial & MRO products. Export to CSV.

## Input

```json
{
  "searchTerms": [
    "safety gloves",
    "power 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
{
  "title": {
    "label": "Product"
  },
  "brand": {
    "label": "Brand"
  },
  "categoryMain": {
    "label": "Category"
  },
  "categorySub": {
    "label": "Sub-category"
  },
  "priceFormatted": {
    "label": "Price"
  },
  "currency": {
    "label": "Cur"
  },
  "sku": {
    "label": "SKU"
  },
  "supplierEmail": {
    "label": "Supplier email"
  },
  "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.