# 🛍️ Faire Wholesale Brands & Supplier Leads Scraper (`automation_studio/faire-wholesale-leads-scraper`) Actor

Extract curated B2B wholesale brands, MOQ minimums, product categories, ratings, reviews, brand values (Not on Amazon, Made in USA), and direct contact details from Faire.com.

- **URL**: https://apify.com/automation\_studio/faire-wholesale-leads-scraper.md
- **Developed by:** [Automation Studio](https://apify.com/automation_studio) (community)
- **Categories:** E-commerce, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 verified us manufacturer & supplier leads

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## 🛍️ Faire Wholesale Brands & Supplier Leads Scraper

> **Discover high-margin, curated wholesale makers & suppliers on Faire.com. Extract order minimums (MOQ), ratings, reviews, brand values (Not on Amazon, Made in USA), and direct off-platform contact routing to bypass marketplace commission fees.**

***

### 💡 The Opportunity: Why Scrape Faire Wholesale?

[Faire.com](https://www.faire.com) is the world's premier B2B wholesale marketplace, connecting over **100,000 independent brands** with hundreds of thousands of retail shops.

However, Faire charges brands a steep **15% to 25% commission** on every marketplace order. Because of this:

1. **Independent Brands want direct relationships** with serious retailers and e-commerce merchants to avoid marketplace fees.
2. **E-commerce & Boutique Buyers want direct wholesale accounts** to negotiate custom volume discounts, private label terms, and reliable supply chains without middleman markups.

This Actor allows you to systematically source, filter, and extract high-performing wholesale suppliers across any category in minutes.

***

### ⚡ What Data Does This Actor Deliver?

Every extracted brand record is enriched with commercial intelligence:

| Field | Description | Example |
| :--- | :--- | :--- |
| `brandName` | Official business / brand name | `P.F. Candle Co.` |
| `category` | Marketplace product category | `Home & Living` |
| `firstOrderMinimum` | Opening order dollar minimum (MOQ) | `$150` |
| `reorderMinimum` | Subsequent order minimum | `$100` |
| `rating` | Average retailer review score | `5.0` |
| `reviewCount` | Total verified wholesale reviews | `1,840` |
| `leadTime` | Order fulfillment window | `Ships in 3–5 days` |
| `brandValues` | Retail badges & certifications | `["Not on Amazon", "Made in USA", "Handmade"]` |
| `hasNotOnAmazonBadge` | High-intent filter for retail uniqueness | `true` |
| `isMadeInUsa` | US-based manufacturing badge | `true` |
| `isWomenOwned` | Women-owned business certification | `false` |
| `websiteUrl` | Direct official brand website | `https://pfcandleco.com` |
| `instagramUrl` | Direct Instagram profile | `https://www.instagram.com/pfcandleco` |
| `facebookUrl` | Direct Facebook page | `https://www.facebook.com/pfcandleco` |
| `contactEmail` | Direct wholesale inquiry channel | `wholesale@pfcandleco.com` |
| `location` | Origin city, state, and country | `Los Angeles, CA, United States` |
| `faireUrl` | Storefront link on Faire | `https://www.faire.com/brand/b_18ks9a01kd` |

***

### 🎯 Target Use Cases

- **E-Commerce & DTC Merchants**: Source unique, high-margin products not found on Amazon or AliExpress to sell on Shopify, TikTok Shop, or boutique storefronts.
- **Amazon Brand Restricters**: Find brands with the coveted `"Not on Amazon"` badge to protect your catalog from price-slashing buy-box competition.
- **Wholesale Sourcing Agencies**: Build proprietary databases of verified domestic suppliers across Home Decor, Skincare, Food & Drink, and Apparel.
- **Direct Pitching**: Reach out to brand founders via direct website and Instagram DM for off-platform wholesale agreements.

***

### 💰 Transparent Pay-Per-Event Pricing

This Actor utilizes Apify's **Pay-Per-Event (PPE)** pricing model:

- **`apify-actor-start`**: **`$0.01`** (orchestration & initial search)
- **`apify-default-dataset-item`**: **`$0.008`** per qualified wholesale brand lead

*Example*: Extracting 100 curated wholesale brands costs only **$0.81**, significantly cheaper than competitors charging $13.00+ per 1,000 results.

***

### 🛠️ Input Configuration

```json
{
  "searchQueries": ["candles", "skincare", "home decor"],
  "category": "home-living",
  "brandValues": ["Not on Amazon", "Made in USA"],
  "maxOrderMinimum": 150,
  "minRating": 4.8,
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

***

### 🐍 Python API Integration

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_APIFY_TOKEN")

run_input = {
    "searchQueries": ["organic skincare"],
    "category": "beauty-wellness",
    "minRating": 4.8,
    "maxResults": 25
}

run = client.actor("automation_studio/faire-wholesale-leads-scraper").call(run_input=run_input)

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(f"Brand: {item['brandName']} | Min Order: {item['firstOrderMinimum']} | Website: {item['websiteUrl']}")
```

***

### 🛡️ Anti-Bot & Cloudflare Protection

Faire uses Cloudflare bot management. This Actor comes pre-configured with headless Playwright browser automation, stealth fingerprinting, and automatic Apify Residential Proxy integration to ensure high-reliability extraction without IP bans.

# Actor input Schema

## `searchQueries` (type: `array`):

Wholesale product or brand keywords to search on Faire (e.g. 'candles', 'organic skincare', 'home decor', 'gourmet snacks').

## `category` (type: `string`):

Filter by high-level marketplace category.

## `brandValues` (type: `array`):

Filter for brands matching specific high-value retail badges.

## `maxOrderMinimum` (type: `integer`):

Filter out brands with opening order minimums higher than this dollar amount (e.g., 150). Set to 0 to disable.

## `minRating` (type: `number`):

Minimum average review rating (0.0 to 5.0).

## `maxResults` (type: `integer`):

Maximum number of qualified wholesale brands to extract.

## `webhookUrl` (type: `string`):

Optional: Webhook URL to receive instant notifications when high-rating suppliers are discovered.

## `proxyConfiguration` (type: `object`):

Apify Proxy configuration. We recommend Apify Residential Proxies for seamless Cloudflare bypass.

## Actor input object example

```json
{
  "searchQueries": [
    "candles",
    "home decor"
  ],
  "category": "all",
  "brandValues": [],
  "maxOrderMinimum": 0,
  "minRating": 0,
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

Default dataset containing verified wholesale supplier leads with order minimums, contact details, and brand intelligence.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "candles",
        "home decor"
    ],
    "brandValues": [],
    "maxResults": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation_studio/faire-wholesale-leads-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": [
        "candles",
        "home decor",
    ],
    "brandValues": [],
    "maxResults": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("automation_studio/faire-wholesale-leads-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "candles",
    "home decor"
  ],
  "brandValues": [],
  "maxResults": 10
}' |
apify call automation_studio/faire-wholesale-leads-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,automation_studio/faire-wholesale-leads-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/1fpYFCEjAcLjPOfEg/builds/HqraLVwjivoX3dXOL/openapi.json
