# Export Allegro Listing Data

**Use case:** 

Export Allegro listing rows with prices, sellers, images, delivery text, condition, parameters, URLs, rank, and timestamps.

## Input

```json
{
  "searchQueries": [
    "laptop"
  ],
  "startUrls": [],
  "maxProductsPerSource": 25,
  "sort": "price_asc",
  "deduplicateProducts": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller name",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "deliveryText": {
    "label": "Delivery text",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "sourceTarget": {
    "label": "Source target",
    "format": "string"
  },
  "pageNumber": {
    "label": "Page number",
    "format": "integer"
  },
  "searchRank": {
    "label": "Search rank",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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