# Extract Hepsiburada airfryer prices and sellers

**Use case:** 

Search Hepsiburada airfryers and export current prices, stock, promotions, sellers, ratings, and review counts.

## Input

```json
{
  "queries": [
    "airfryer"
  ],
  "maxItems": 5,
  "enrichDetails": false,
  "includeOutOfStock": true
}
```

## 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.