# Extract Auksjonen.no VW Caddy Maxi auction lot detail

**Use case:** 

Scrape 2012 Volkswagen Caddy Maxi auction lot on Auksjonen.no with specs, mileage, bids, and seller info.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.auksjonen.no/auksjon/bruktbil/2012_Volkswagen_Caddy_Maxi_16_102hk_manuell_2x_skyved%C3%B8rer_webasto_sortimo_hylle___156300km_eu_ok_062027/555869"
    }
  ],
  "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.