# Pobierz katalog sprzedawcy Allegro (EAN, SKU, zdjęcia)

**Use case:** 

Pobierz cały katalog sprzedawcy z Allegro do CSV/JSON — nazwy, ceny, EAN, SKU, parametry, opisy i zdjęcia. Kompletny eksport produktów ze sklepu.

## Input

```json
{
  "scrapeMode": "seller-full",
  "sellerUrl": "https://allegro.pl/uzytkownik/BamTrade",
  "maxProducts": 50,
  "maxRequestsPerCrawl": 120,
  "maxConcurrency": 1,
  "minDelayMs": 1500,
  "maxDelayMs": 4000
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "name": {
    "label": "Nazwa",
    "format": "text"
  },
  "price": {
    "label": "Cena",
    "format": "number"
  },
  "currency": {
    "label": "Waluta",
    "format": "text"
  },
  "ean": {
    "label": "EAN",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "offerId": {
    "label": "Offer ID",
    "format": "text"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "sellerLogin": {
    "label": "Sprzedawca",
    "format": "text"
  },
  "mainImage": {
    "label": "Główne zdjęcie",
    "format": "image"
  },
  "images": {
    "label": "Zdjęcia",
    "format": "array"
  },
  "description": {
    "label": "Opis",
    "format": "text"
  },
  "parameters": {
    "label": "Parametry",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Allegro Seller Scraper — Prices, EAN, SKU, Images, Specs (PL)](https://apify.com/klevio/allegro-seller-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/klevio/allegro-seller-scraper) to learn more, explore other use cases, and run it yourself.