Faire Listings Scraper
Pricing
from $1.50 / 1,000 products
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
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
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
- Choose a scraping mode – Full catalog, Category, or Product URLs.
- Configure limits – Set max products, concurrency, and rate limits.
- 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
| Parameter | Type | Description |
|---|---|---|
mode | string | Scraping mode: full (Full catalog), category (Category), or product (Product URLs). Default: full. |
catalogRange | string | For Full catalog mode: page range to scrape (e.g. 0-5). Each page contains ~8,600 products. 91 pages total (0-90). |
categoryPath | string | For Category mode: category path separated by | (e.g. Food & Drink|Baking|Bread Mixes). |
productUrls | array | For Product URLs mode: list of Faire product URLs or product IDs. |
maxProducts | integer | Maximum number of products to scrape. Default: 100. |
proxyConfiguration | object | Proxy settings for currency-specific pricing or avoiding blocks at scale. |