# Scrape Wholesale Coffee Mug Products - Faire

**Use case:** 

Pull wholesale coffee-mug products from Faire with Product, Brand, Retail $, Case pack, GTIN, Variants and Badges. Export to JSON, CSV or Excel.

## Input

```json
{
  "searchQueries": [
    "coffee mugs"
  ],
  "categories": [
    "Kitchen & Dining"
  ],
  "scrapeAllBrands": false,
  "enrichBrandProfile": true,
  "minProducts": 0,
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "faire-scraper-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "retailPriceUsd": {
    "label": "Retail $",
    "format": "number"
  },
  "casePackSize": {
    "label": "Case pack",
    "format": "number"
  },
  "gtin": {
    "label": "GTIN",
    "format": "text"
  },
  "variantCount": {
    "label": "Variants",
    "format": "number"
  },
  "salesBadges": {
    "label": "Badges",
    "format": "array"
  },
  "primaryImage": {
    "label": "Image",
    "format": "image"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Faire Scraper - Wholesale Brands, Supplier Leads & Products](https://apify.com/scrapesage/faire-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/faire-scraper) to learn more, explore other use cases, and run it yourself.