ParseForge Scrapers

Mood Fabrics Product Scraper

parseforge/mood-fabrics-scraper

E-commerceAutomationDeveloper tools

Scrapes Mood Fabrics product listings by collection handle or keyword search. Returns each fabric as a flat row with name, price, fiber content, width, weight, and care instructions.

Run this scraper See the API call
Total users
2
Monthly active
0
Total runs
196
Bookmarked
1
Rating
5.0 (1)
Last modified
12 days ago

Overview

ParseForge

Mood Fabrics Product Scraper

Scrape Mood Fabrics product details from any collection or keyword search, up to a million fabrics per run. Each fabric comes with its name, price, fiber content, width, weight, and care instructions. Export to CSV, JSON, Excel, or XML.

Mood Fabrics lists thousands of designer fabrics across dozens of collections, but browsing by hand means you miss new arrivals and price changes. This Actor reads the public product feeds directly, filtering by collection handle or keyword, and returns every matching fabric in one flat schema. No API key or manual clicking required.

Who uses it What they scrape Mood Fabrics for
Fashion designers Monitor new silk and cotton arrivals for their next collection.
Costume shops Find specific fabric weights and fiber contents for period-accurate garments.
Sewing enthusiasts Track price drops on designer deadstock fabrics.
Textile resellers Compare Mood's retail prices against wholesale lots they source.

What it does

This Actor collects Mood Fabrics product listings by collection URL slug or keyword search and returns each fabric as a structured row.

  • ๐Ÿท๏ธ Collection scraping: provide a collection handle like 'fashion-fabrics' or 'silk-fabrics' and get every product in that category.
  • ๐Ÿ” Keyword search: filter by fabric name, description, fiber content, or category with a single search term.
  • ๐Ÿ“ฆ Bulk extraction: set a high maxItems to pull thousands of fabrics in one run, up to one million.

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

What you can do with Mood Fabrics data

๐Ÿงต Monitor new arrivals in a collection.

A fashion designer runs the Actor weekly on the 'silk-fabrics' collection to catch new prints and weaves the moment they are listed.

๐Ÿ’ฐ Track price changes on deadstock fabrics.

A sewing blogger scrapes the 'deadstock' collection daily and publishes a roundup of the best price drops for their readers.

๐Ÿ“Š Build a textile sourcing database.

A costume shop scrapes all collections with keyword 'wool' to build a searchable internal catalog of available woolens by weight and width.

๐Ÿ”Ž Find fabrics by fiber content.

A reseller searches for 'linen' across all collections to compile a list of every linen fabric Mood currently stocks, with prices and widths.

Why choose this scraper

What you get
Collection handle input Target a whole category like 'cotton-fabrics' with one slug.
Keyword filtering Narrow results to fabrics matching a specific fiber, pattern, or name.
Flat row output Every fabric returns the same fields, ready for spreadsheets or databases.
No login needed Reads the public storefront, so no account or API registration is required.

How it compares

No other Store actor targets Mood Fabrics the same way, so the honest comparison is with the alternatives teams actually weigh.

Mood Fabrics Product Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Mood Fabrics changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from a collection handle, a keyword search, or both together, and the maxItems limit stops the run once you have enough fabrics. The Input tab lists every parameter.

A first run with the defaults:

{
  "collection": "fashion-fabrics",
  "searchQuery": "silk",
  "maxItems": 10
}

A larger pull:

{
  "collection": "fashion-fabrics",
  "searchQuery": "silk",
  "maxItems": 200
}

Pricing

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

Results collected Approximate cost
100 results $1.60
1,000 results $15.99
10,000 results $159.90

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 Mood Fabrics 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 Mood Fabrics 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/mood-fabrics-scraper"

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

Troubleshooting

Why am I getting no results?

Check that your collection handle is spelled correctly and matches a live collection on Mood Fabrics. If you are using a search query, try a broader term. Also, ensure maxItems is set to a number greater than zero.

The Actor returns fewer fabrics than I expected.

Mood's collection pages may paginate or lazy-load. The Actor reads the initial listings. If a collection is very large, try a more specific keyword search to ensure the most relevant fabrics are captured first.

Some fabric details are missing in the output.

The Actor can only return data that is present on the public listing page. If Mood does not display a fiber content or weight for a particular fabric, that field will be empty in your dataset.

The run fails with an error.

First, verify your collection handle is a valid URL slug with no spaces or special characters. If the error persists, check the Apify run log for details and try reducing maxItems to see if a smaller run completes.

FAQ

Question Answer
What is a collection handle? It is the URL slug Mood uses for a category page. For example, the 'Fashion Fabrics' page has the handle 'fashion-fabrics'. You can find it in the URL of any collection page on moodfabrics.com.
Can I scrape multiple collections in one run? The Actor takes one collection handle per run. To scrape multiple collections, run the Actor once per handle, or use a keyword search without a collection to search across the whole store.
Does this Actor require a Mood Fabrics account? No. It reads the public product listing pages, so no login, account, or API key is needed.
What data fields does the Actor return? Each row includes the fabric name, price, fiber content, width, weight, care instructions, and the product URL. The exact field list is shown in a sample output on the Actor's page.
Can I filter by fiber content? Yes. Use the searchQuery field with a term like 'silk', 'cotton', or 'wool'. The search checks the product name, description, fiber content, and category fields.
How many fabrics can I scrape? You set the maxItems limit, up to 1,000,000 per run. The Actor stops when it reaches that number or when there are no more matching fabrics.
What output formats are supported? You can export your dataset to CSV, JSON, Excel, or XML from the Apify platform.
Does the Actor handle out-of-stock fabrics? It returns whatever is listed on the public collection and search pages. If Mood removes an out-of-stock fabric from those pages, it will not appear in the results.
Can I schedule this Actor to run automatically? Yes. Apify supports scheduled runs. You can set it to run daily or weekly to track new arrivals and price changes.

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 Mood Fabrics. 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
collection string The collection/category to scrape from Mood Fabrics. Use the collection handle (URL slug) like 'fashion-fabrics', 'silk-fabrics', 'cotton-fabrics', etc. fashion-fabrics
searchQuery string Filter products by keyword. Searches product name, description, fiber content, and category. silk
maxItems integer Maximum number of fabrics to collect per run. 10

Pricing

from $11.99 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged once when the run starts. $0.005
Result Item Charged once per result collected. $0.01199 to $0.01599

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~mood-fabrics-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

Rated 5.0 out of 5 across 1 review. Read them on Apify.

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 Mood Fabrics Product Scraper on Apify All scrapers