# Zid Store Furniture and Scent Catalog Extractor

**Use case:** 

Access live product data from Zid storefronts. Get details on furniture and scent items including name, price, category, and images.

## Input

```json
{
  "items": [
    "furniture",
    "scent"
  ],
  "maxConcurrency": 2
}
```

## Output

```json
{
  "input": {
    "label": "Shop",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "text"
  },
  "catalogComplete": {
    "label": "Full shop catalog scanned",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Zid Store Products Scraper](https://apify.com/zinin/zid-store-products) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/zid-store-products) to learn more, explore other use cases, and run it yourself.