# Track all Allegro sellers & prices for your products by EAN

**Use case:** 

Track Allegro prices for your products by EAN/GTIN — every seller and price with min, max and average per product. For brands, distributors and repricers.

## Input

```json
{
  "eans": [
    "5904462000811",
    "5900854004115"
  ],
  "topNOffers": 20,
  "sortBy": "price-asc",
  "smartFilter": "all",
  "includePromoted": true,
  "detectHiddenDiscounts": false,
  "maxConcurrency": 2,
  "minDelayMs": 1500,
  "maxDelayMs": 4000
}
```

## Output

```json
{
  "ean": {
    "label": "EAN",
    "format": "text"
  },
  "productName": {
    "label": "Produkt",
    "format": "text"
  },
  "productUrl": {
    "label": "URL produktu",
    "format": "link"
  },
  "categoryPath": {
    "label": "Kategoria",
    "format": "text"
  },
  "offerCount": {
    "label": "Liczba ofert",
    "format": "number"
  },
  "lowestPrice": {
    "label": "Min cena",
    "format": "number"
  },
  "highestPrice": {
    "label": "Max cena",
    "format": "number"
  },
  "avgPrice": {
    "label": "Śr. cena",
    "format": "number"
  },
  "gncOffersCount": {
    "label": "Oferty z GNC (badge)",
    "format": "number"
  },
  "totalAllegroDiscount": {
    "label": "Ukryty rabat łącznie (PLN)",
    "format": "number"
  },
  "offers": {
    "label": "Oferty",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Allegro EAN Price Tracker — All Sellers by EAN](https://apify.com/klevio/allegro-ean-price-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/klevio/allegro-ean-price-tracker) to learn more, explore other use cases, and run it yourself.