# Scrape products on Allegro Poland

**Use case:** 

Extract product listings and prices from Allegro in Poland. Structured marketplace product data. Pay per result.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "iphone 15"
  ],
  "eans": [
    "0195949035982"
  ],
  "productUrls": [],
  "sellerUrls": [
    "https://allegro.pl/uzytkownik/rtv_euro_agd"
  ],
  "fetchOffers": true,
  "maxOffersPerProduct": 100,
  "fetchProductDetails": false,
  "market": "pl",
  "category": "",
  "maxResults": 5,
  "sortBy": "relevance",
  "startUrls": [],
  "condition": "all",
  "freeDeliveryOnly": false,
  "superSellerOnly": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "ean": {
    "label": "EAN",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "condition": {
    "label": "Cond",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "sellerLogin": {
    "label": "Seller",
    "format": "text"
  },
  "offersCount": {
    "label": "Sellers",
    "format": "number"
  },
  "productUrl": {
    "label": "Product",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Allegro Scraper](https://apify.com/unfenced-group/allegro-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/allegro-scraper) to learn more, explore other use cases, and run it yourself.