# Extract eMAG product details and seller offers

**Use case:** 

Extract a specific public eMAG Romania product page with its price, stock signal, rating, specifications, and visible marketplace seller offers.

## Input

```json
{
  "searchTerms": [
    "laptop"
  ],
  "startUrls": [
    {
      "url": "https://www.emag.ro/laptop-gaming-hp-omen-16-ap0060nn-cu-procesor-amd-ryzentm-ai-5-340-pana-la-4-80-ghz-16-0-2k-16gb-ddr5-ram-512gb-ssd-nvidiar-geforce-rtxtm-4050-6gb-gddr6-free-dos-shadow-black-c57czea/pd/DT9B543BM/"
    }
  ],
  "maxItems": 1,
  "maxRequestRetries": 5
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "sellerName": {
    "label": "Primary seller",
    "format": "string"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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