ParseForge Scrapers

Faire Wholesale Product Scraper

parseforge/faire-scraper

E-commerceAutomationDeveloper tools

Searches Faire.com by your product keywords and returns each wholesale product as a flat row with its listed details. Export to CSV, JSON, or Excel.

Run this scraper See the API call
Total users
10
Monthly active
3
Total runs
383
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

Faire Wholesale Product Scraper

Scrape wholesale products from Faire by search term, collecting up to a million products per run. Each product row includes pricing, brand info, and inventory signals. Export to CSV, JSON, Excel, or XML.

Faire's wholesale marketplace is built for bulk browsing, not bulk exporting. Manually copying product lists across hundreds of searches wastes hours. This actor searches Faire by your product terms and returns each matching product in one flat dataset.

Who uses it What they scrape Faire for
Dropshippers Building a product catalog from trending wholesale goods.
E-commerce store owners Finding new inventory to stock from verified Faire brands.
Market researchers Tracking what wholesale products competitors are listing.
Product sourcers Pulling bulk product lists for price comparison across brands.

What it does

This Actor searches Faire for wholesale products by keyword and returns each product as a row with its listed details.

  • ๐Ÿ” Keyword search: scrapes Faire's product feed for each search term you provide, like "ceramic mugs" or "soy candles".
  • โš™๏ธ Volume control: set a hard cap from 1 up to 1,000,000 products per run to stay within your data budget.
  • ๐Ÿ“ฆ Flat row output: each product arrives as one row, ready for your spreadsheet or database.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Faire data

๐Ÿ›๏ธ Fill a store catalog.

An e-commerce owner searches for "home decor" and "kitchen gadgets" to gather hundreds of product ideas with wholesale pricing in minutes.

๐Ÿ“Š Monitor market trends.

A market researcher runs weekly searches on a list of product terms to spot which categories are gaining new listings.

๐Ÿ”Ž Source for margins.

A product sourcer scrapes "leather bags" across multiple searches to compare price ranges and find the best wholesale deals.

๐Ÿงช Test niche demand.

A dropshipper searches a list of niche terms like "bamboo toothbrushes" to see how many wholesale offers exist before committing to inventory.

Why choose this scraper

What you get
Bulk search Run multiple keyword searches in one job and get all results merged.
Fixed schema Every product row follows the same structure, so your spreadsheets stay clean.
No manual copying The actor reads the public product feed, so you skip the copy/paste grind.

How it compares

Three other scrapers target Faire product data, each covering a different slice of the marketplace: brand details, scored product trends, or single-URL product pages.

Feature ParseForge Faire Brand Scraper Wholesale Trends Product Finder Faire Product Scraper
Keyword search across the marketplace Yes Not listed Not listed Not listed
Collects product-level data Yes Not listed Yes Yes
Bulk feeds up to 1M products Yes Not listed Not listed Not listed
Brand social accounts and similar brands Not listed Yes Not listed Not listed
Product viability scoring (review velocity, restock signals) Not listed Not listed Yes Not listed
Single product URL scraping Not listed Not listed Yes Yes

Configure the run

Drive the Actor with a list of product search terms. The max items limit stops the run after the number of products you set. The Input tab lists every parameter.

A first run with the defaults:

{
 "searchTerms": [
 "candles"
 ],
 "maxItems": 10
}

A larger pull:

{
 "searchTerms": [
 "candles"
 ],
 "maxItems": 200
}

Pricing

Pay-per-result: $0.004 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.40
1,000 results $4.00
10,000 results $40.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Faire Wholesale Product Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Faire through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/faire-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results for a search term?

Check the spelling of your search term. Try the same term directly on Faire.com. If the site shows results, the actor will typically find them too, though occasional feed differences can occur.

The run stopped before my max items limit.

Faire may have shown fewer products than your cap for those search terms. The actor stops when there are no more products to load for your queries.

Some product fields are empty in my output.

Empty fields mean the product listing on Faire did not supply that data. This is common for optional fields like variant-specific pricing or promotional badges.

The actor is taking a long time to finish.

Large max item counts across many search terms will increase run time. Reduce your max items or the number of search terms for faster test runs.

FAQ

Question Answer
Can I scrape Faire without an account? Yes. This actor reads the publicly accessible product feed for your search terms. No Faire login or API key is needed.
How do I search for multiple products at once? Add each search term to the search terms list in the input. The actor will run each query and merge the results into one dataset.
What data comes back for each product? The dataset includes the product fields shown in your sample output from the scratch run. You can preview the full data fields on the actor's test console.
Does this respect Faire's rate limits? The actor runs with built-in, reasonable request pacing to avoid flooding the site. It will not bypass any technical restrictions.
Can I filter by price or brand? The actor searches by keyword and collects matching products. Post-collection, you can filter by any returned field in your CSV or JSON tool.
Is this the same as the Faire API? No. Faire does not offer a public API for wholesale product search. This actor reads the product feed you see when you search the marketplace.
What output formats do I get? Your dataset can be downloaded as CSV, JSON, Excel, or XML from the Apify run page.
How many products can I get per search? You set a maximum items limit per run, up to 1,000,000. The actor will stop when it hits that number or runs out of matching products.
What if my search term has no results? The actor will return an empty dataset for that term and move on to the next one in your list. Your run will still complete.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Faire Wholesale, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
searchTerms required array Product search queries to run on Faire (e.g. "candles", "leather wallet"). One result set per term. ["candles"]
maxItems integer How many products to collect per run. 10

Pricing

from $3.80 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.0038 to $0.004

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~faire-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Faire Wholesale Product Scraper on Apify All scrapers