# eMag TV Pricing Comparison

**Use case:** 

Retrieve pricing data for televisions from eMag Bulgaria, Romania, and Hungary with comprehensive marketplace seller information.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.emag.bg/televizori/c"
    },
    {
      "url": "https://www.emag.hu/televiziok/c"
    },
    {
      "url": "https://www.emag.ro/televizoare/c"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "getReviews": false,
  "getOffers": false,
  "concurrentRequests": 1,
  "maxItems": 0
}
```

## Output

```json
{
  "images": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "old_price": {
    "label": "Old Price",
    "format": "text"
  },
  "offers": {
    "label": "Offers",
    "format": "array"
  },
  "category": {
    "label": "Category",
    "format": "array"
  },
  "product_url": {
    "label": "Product URL",
    "format": "link"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "link"
  },
  "ean": {
    "label": "EAN",
    "format": "array"
  },
  "partNums": {
    "label": "Part Numbers",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "is_genius": {
    "label": "Genius",
    "format": "boolean"
  },
  "exclusive_for_genius_users": {
    "label": "Genius Only",
    "format": "boolean"
  },
  "is_bf_price": {
    "label": "Black Friday Price",
    "format": "boolean"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [eMag Product & Offers Scraper](https://apify.com/scraping_crew/emag-product-and-offers) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraping_crew/emag-product-and-offers) to learn more, explore other use cases, and run it yourself.