# Wholesale Jewelry Supplier Leads - Faire

**Use case:** 

Build a wholesale jewelry supplier lead list from Faire with Brand, City, State, Owner, Instagram, Min order $ and Lead score. Ready-to-use contact list.

## Input

```json
{
  "searchQueries": [
    "candles"
  ],
  "categories": [
    "Jewelry"
  ],
  "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": "Brand",
    "format": "text"
  },
  "primaryCategory": {
    "label": "Category",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "shipsFromCountry": {
    "label": "Ships from",
    "format": "text"
  },
  "ownerFirstName": {
    "label": "Owner",
    "format": "text"
  },
  "instagramHandle": {
    "label": "Instagram",
    "format": "text"
  },
  "minimumOrderUsd": {
    "label": "Min order $",
    "format": "number"
  },
  "leadTimeDays": {
    "label": "Lead days",
    "format": "number"
  },
  "activeProductsCount": {
    "label": "Products",
    "format": "number"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "numReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "brandValues": {
    "label": "Values",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "brandUrl": {
    "label": "Brand 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.