# Best Selling Allegro.pl Polish Marketplace

**Use case:** 

Extract Allegro.pl Polish Marketplace data filtered by Best Selling. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://allegro.pl/listing?string=laptop",
  "maxItems": 10,
  "sortBy": "qd"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "seller": {
    "label": "Seller"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "freeShipping": {
    "label": "Free Shipping"
  }
}
```

## About this Actor

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