Moodfabrics: Filter Collection
Moodfabrics via Parse · ecommerce
Filter a collection by a facet such as product_type, color, pattern, or content. Returns paginated results matching the filter criteria. Filter values are case-sensitive and correspond to the site's faceted navigation values (e.g. 'Red' not 'red', 'Silk' not 'silk'). Combines with collection scoping. APIs to search and browse fabrics, notions, and blog content from moodfabrics.com. Supports rich product data extraction including fiber content, weight, pattern, and more via SearchSpring integration. Fulfilled by Parse from moodfabrics.com.
- ecommerce
- marketplace
- moodfabrics
- moodfabrics-com
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/02d05ef1-7d1d-46cd-8662-e1b37cb9ce36/filter_collection
- Interface artifact
- sha256:63478fa7854290359289c4599cabcb3e480a8f8b7c7f67799516b76be3f38614
- Manifest digest
- sha256:7f017e85e5080ecfca265e8e022fc4bd2b808aaabba69e0abcede62b86c2b106
Request fields
- page (integer): Page number for pagination.
- collection (string): Collection handle to filter within.: Allowed values: fashion-fabrics, new-arrivals, buttons, trims, sewing-notions, home-fabrics
- filter_type (string, required): Facet type to filter by. Accepted values: product_type, color, pattern, content.: Allowed values: product_type, color, pattern, content
- filter_value (string, required): Facet value to filter by (case-sensitive, e.g. Red, Silk, Floral, Chiffon).
Example queries
- {"page":"1","collection":"fashion-fabrics","filter_type":"product_type","filter_value":"Silk"}