# Maskiner på auksjon i Norge

**Use case:** 

Maskin- og utstyrauksjoner fra Auksjonen.no scrape. Beskrivelser, budhistorikk, bilder og URLs for anleggs- og transportanalyse.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.auksjonen.no/auksjoner/alle?q=gravemaskin"
    }
  ],
  "maxItems": 10,
  "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.