# Extract one Hepsiburada product page by URL

**Use case:** 

Extract a public Hepsiburada laptop page with barcode, price, stock, image, category, seller offers, rating, and reviews.

## Input

```json
{
  "queries": [
    "airfryer"
  ],
  "startUrls": [
    {
      "url": "https://www.hepsiburada.com/msi-cyborg-15-a13ve-2268xtrnn-intel-core-i5-13420h-16gb-512gb-ssd-rtx4050-freedos-15-6-fhd-tasinabilir-bilgisayar-p-HBCV0000C10IBJ"
    }
  ],
  "maxItems": 1,
  "enrichDetails": true,
  "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.