# Compare wireless earbud prices at Elgiganten Denmark

**Use case:** 

Scrape wireless earbud search results from Elgiganten.dk sorted by price for Nordic consumer electronics comparison.

## Input

```json
{
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "query": "wireless earbuds",
  "country": "dk",
  "sort": "ActivePrice.Amount-asc"
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "sku": {
    "label": "Sku"
  },
  "familyName": {
    "label": "Family name"
  },
  "productPageUrl": {
    "label": "Product page url"
  },
  "ratingAverage": {
    "label": "Rating average"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "taxonomyIds": {
    "label": "Taxonomy ids"
  },
  "taxonomyNames": {
    "label": "Taxonomy names"
  },
  "taxonomyPaths": {
    "label": "Taxonomy paths"
  },
  "gtin": {
    "label": "Gtin"
  },
  "cgm": {
    "label": "Cgm"
  },
  "cg": {
    "label": "Cg"
  },
  "articleType": {
    "label": "Article type"
  },
  "manufacturerPartNumber": {
    "label": "Manufacturer part number"
  },
  "isMarketplaceProduct": {
    "label": "Is marketplace product"
  },
  "isOutletProduct": {
    "label": "Is outlet product"
  },
  "isInsurance": {
    "label": "Is insurance"
  },
  "isCrossdock": {
    "label": "Is crossdock"
  },
  "isDropship": {
    "label": "Is dropship"
  },
  "isBigBox": {
    "label": "Is big box"
  },
  "isService": {
    "label": "Is service"
  },
  "energyRatingValue": {
    "label": "Energy rating value"
  },
  "energyRatingSystem": {
    "label": "Energy rating system"
  },
  "energyRatingImage": {
    "label": "Energy rating image"
  },
  "energyRatingColor": {
    "label": "Energy rating color"
  },
  "energyLabelUrl": {
    "label": "Energy label url"
  },
  "featureIconUrl": {
    "label": "Feature icon url"
  },
  "brandId": {
    "label": "Brand id"
  },
  "brandName": {
    "label": "Brand name"
  },
  "brandUrl": {
    "label": "Brand url"
  },
  "brandLogoUrl": {
    "label": "Brand logo url"
  },
  "ecoVadisColor": {
    "label": "Eco vadis color"
  },
  "title": {
    "label": "Title"
  },
  "description": {
    "label": "Description"
  },
  "bulletPoints": {
    "label": "Bullet points"
  },
  "useSyndicatedContent": {
    "label": "Use syndicated content"
  },
  "primaryImageUrl": {
    "label": "Primary image url"
  },
  "primaryImageAlt": {
    "label": "Primary image alt"
  },
  "imageUrls": {
    "label": "Image urls"
  },
  "availableStoreStockCount": {
    "label": "Available store stock count"
  },
  "availableForCollectAtStoreCount": {
    "label": "Available for collect at store count"
  },
  "stockDisplay": {
    "label": "Stock display"
  },
  "stockIncomingDate": {
    "label": "Stock incoming date"
  },
  "inStock": {
    "label": "In stock"
  },
  "isAvailableOnline": {
    "label": "Is available online"
  },
  "isBuyableOnline": {
    "label": "Is buyable online"
  },
  "isBuyableInStore": {
    "label": "Is buyable in store"
  },
  "isBuyableCollectAtStore": {
    "label": "Is buyable collect at store"
  },
  "isDiscontinued": {
    "label": "Is discontinued"
  },
  "onlineSalesStatus": {
    "label": "Online sales status"
  },
  "onlineStockLevel": {
    "label": "Online stock level"
  },
  "onlineStockIncomingDates": {
    "label": "Online stock incoming dates"
  },
  "currency": {
    "label": "Currency"
  },
  "isDiscounted": {
    "label": "Is discounted"
  },
  "priceCurrent": {
    "label": "Price current"
  },
  "assignmentID": {
    "label": "Assignment id"
  },
  "hasVariants": {
    "label": "Has variants"
  },
  "hasInsuranceOption": {
    "label": "Has insurance option"
  },
  "hasAccessories": {
    "label": "Has accessories"
  },
  "cheapestBItemSkus": {
    "label": "Cheapest bitem skus"
  },
  "cheapestBItemPrices": {
    "label": "Cheapest bitem prices"
  }
}
```

## About this Actor

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