# Laptop Price Comparison Data from Billiger.de

**Use case:** 

Extract detailed pricing and offers for laptops from Billiger.de. Get structured data on merchants, shipping costs, and product specifications.

## Input

```json
{
  "searchQuery": "laptop",
  "results_wanted": 200,
  "collectOffers": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "product_name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "lowest_price": {
    "label": "Lowest Price (€)",
    "format": "number"
  },
  "highest_price": {
    "label": "Highest Price (€)",
    "format": "number"
  },
  "offer_count": {
    "label": "Offers",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "product_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Billiger Price Comparison Scraper 🏷️](https://apify.com/shahidirfan/billiger-price-comparison-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/billiger-price-comparison-scraper) to learn more, explore other use cases, and run it yourself.