Faire Listings Scraper avatar

Faire Listings Scraper

Pricing

from $1.50 / 1,000 products

Go to Apify Store
Faire Listings Scraper

Faire Listings Scraper

Faire Listings Scraper extracts wholesale product data from the Faire.com marketplace, capturing titles, prices, descriptions, images, variants, brand details, order minimums, and ratings — ideal for wholesale market research, competitor analysis, and e-commerce sourcing.

Pricing

from $1.50 / 1,000 products

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Faire.com Product Scraper

Easily extract wholesale product listings from Faire.com. The Faire.com Product Scraper allows you to gather structured product and brand data from the Faire wholesale marketplace.

Features

  • Full Catalog Scraping: Crawl the entire Faire catalog (~787K products) via sitemap discovery.
  • Category Filtering: Scrape products from a specific category (e.g. Food & Drink|Baking|Bread Mixes).
  • Product URLs: Scrape a list of specific product URLs or product IDs.
  • Rich Product Data: Retrieve product names, brand info, retail prices, descriptions, images, variants, shipping details, and more.
  • Proxy Support: Use proxies to get prices in a specific currency or to avoid blocking at scale.

How It Works

  1. Choose a scraping mode – Full catalog, Category, or Product URLs.
  2. Configure limits – Set max products, concurrency, and rate limits.
  3. Run the scraper – Receive structured product data in the default dataset.

Sample Output Data

The scraper provides structured JSON output with detailed product information. Example:

[
{
"url": "https://www.faire.com/product/p_abc123",
"productToken": "p_abc123",
"productName": "Organic Lavender Soap Bar",
"brandToken": "b_xyz789",
"brandName": "Mountain Botanicals",
"brandBasedIn": "Portland, OR",
"minOrderAmount": 100,
"minOrderCurrency": "USD",
"retailPrice": 8.99,
"retailCurrency": "USD",
"state": "FOR_SALE",
"unitMultiplier": 1,
"minOrderQuantity": 6,
"isPreorderable": false,
"taxonomyType": "Health & Beauty",
"isFoodAndBeverage": false,
"avgBrandRating": 4.8,
"brandReviewCount": 125,
"images": [
"https://faire-img.com/product/abc123_0.jpg",
"https://faire-img.com/product/abc123_1.jpg"
],
"variantCount": 3,
"shipsFrom": "United States",
"sku": "MLB-SOA-LAV",
"weightKg": 0.15,
"badges": ["BEST_SELLER", "ECO_FRIENDLY"],
"description": "Hand-crafted organic lavender soap made with essential oils...",
"scrapedAt": "2026-02-21T12:00:00.000Z"
}
]

Input Parameters

ParameterTypeDescription
modestringScraping mode: full (Full catalog), category (Category), or product (Product URLs). Default: full.
catalogRangestringFor Full catalog mode: page range to scrape (e.g. 0-5). Each page contains ~8,600 products. 91 pages total (0-90).
categoryPathstringFor Category mode: category path separated by | (e.g. Food & Drink|Baking|Bread Mixes).
productUrlsarrayFor Product URLs mode: list of Faire product URLs or product IDs.
maxProductsintegerMaximum number of products to scrape. Default: 100.
proxyConfigurationobjectProxy settings for currency-specific pricing or avoiding blocks at scale.