# Mood Fabrics Product Latest Results

**Use case:** 

Latest Results of Mood Fabrics Product. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "collection": "fashion-fabrics",
  "searchQuery": "silk",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "fiberContent": {
    "label": "Fiber Content",
    "format": "text"
  },
  "fabricWidth": {
    "label": "Width",
    "format": "text"
  },
  "stretch": {
    "label": "Stretch",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Mood Fabrics Product Scraper](https://apify.com/parseforge/mood-fabrics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mood-fabrics-scraper) to learn more, explore other use cases, and run it yourself.