# Monitor Hepsiburada robot vacuum offers

**Use case:** 

Build a repeatable Hepsiburada robot-vacuum dataset for scheduled price, stock, promotion, seller, and rating comparisons.

## Input

```json
{
  "queries": [
    "robot süpürge"
  ],
  "maxItems": 10,
  "enrichDetails": true,
  "includeOutOfStock": false
}
```

## Output

```json
{
  "name": {
    "label": "Product name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Hepsiburada Scraper](https://apify.com/automation-lab/hepsiburada-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/hepsiburada-scraper) to learn more, explore other use cases, and run it yourself.