# Ceneo Laptop Price Scraper

**Use case:** 

Extract laptops from Ceneo.pl with prices across all shops, specifications and reviews. Ideal for competitive pricing and assortment analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ceneo.pl/;szukaj-laptop"
    }
  ],
  "maxRequestsPerCrawl": 100,
  "maxProducts": 100,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "scrapeProductDetails": true
}
```

## Output

```json
{
  "resultType": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "lowestPrice": {
    "label": "Lowest Price",
    "format": "number"
  },
  "priceValue": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "offersCount": {
    "label": "Offers",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "recentlyPurchased": {
    "label": "Recently Purchased",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  }
}
```

## About this Actor

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