# Search Auksjonen.no Volkswagen car auctions Norway

**Use case:** 

Extract Volkswagen auction listings from Auksjonen.no with bid prices, mileage, and end dates for Norwegian vehicle auctions.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.auksjonen.no/auksjoner/alle?q=volkswagen"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "array"
  },
  "auctionData": {
    "label": "Auction Data",
    "format": "object"
  },
  "additionalAttribute": {
    "label": "Additional Attribute",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "bids": {
    "label": "Bids",
    "format": "array"
  }
}
```

## About this Actor

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