# Poland Marketplace Research Scraper

**Use case:** 

Build a bounded Allegro.pl marketplace research dataset with product prices, seller details, ratings, and sponsored listings.

## Input

```json
{
  "searchQueries": [
    "ekspres do kawy",
    "rower elektryczny",
    "smartwatch"
  ],
  "startUrls": [],
  "maxItemsPerQuery": 40,
  "condition": "all",
  "sortBy": "newest"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price (PLN)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  }
}
```

## About this Actor

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