Mood Fabrics Product Scraper
Pricing
from $11.99 / 1,000 result items
Mood Fabrics Product Scraper
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.
Pricing
from $11.99 / 1,000 result items
Rating
5.0
(1)
Developer
ParseForge
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
0
Monthly active users
9 days ago
Last modified
Categories
Share
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
- Create a free Apify account with $5 in credit.
- Open the Mood Fabrics Product Scraper.
- Set your inputs and any filters, then click Start.
- 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.
