# Search eMAG laptop products and prices

**Use case:** 

Search eMAG Romania for laptops and extract current product prices, availability, ratings, categories, specifications, and seller offers.

## Input

```json
{
  "searchTerms": [
    "laptop"
  ],
  "startUrls": [],
  "maxItems": 2,
  "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.