# Monitor Auksjonen.no VW Touran van auction lot

**Use case:** 

Track 2015 Volkswagen Touran van auction lot on Auksjonen.no with equipment, bids, and auction timeline.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.auksjonen.no/auksjon/bruktbil/2015_Volkswagen_Touran_Varebil_20_TDI_177HK_automat_adaptiv_cruisekontroll_ryggekamera/574302"
    }
  ],
  "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.