# Auksjonen.no Scraper (`lexis-solutions/auksjonen-no-scraper`) Actor

Scrape auction listings from Auksjonen.no, Norway’s largest online auction site for used cars, machinery, vehicles and equipment, and export structured data (bids, prices, images, attributes) for analytics and market research.

- **URL**: https://apify.com/lexis-solutions/auksjonen-no-scraper.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** E-commerce, Lead generation, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.90 / 1,000 listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

![Auksjonen.no Scraper](https://i.postimg.cc/yxSSGRVQ/image.png)

### What does Auksjonen.no Scraper do?

Auksjonen.no Scraper helps you search and extract auction data from **auksjonen.no**, Norway's largest online auction marketplace for used machines, vehicles, and equipment.

You can extract auction details such as item descriptions, auction data (bids, time remaining, prices), vehicle/equipment attributes, images, and bid history. The scraper supports the REST API, giving you access to the extracted dataset, enabling you to download it in various formats, and use it in other applications.

### What data can I extract from Auksjonen.no with this web scraper?

With this web scraping tool, you can extract the following data from Auksjonen.no:

<table>
<tr>
<td>🚗 Item/Auction title</td>
<td>📄 Description (multiple sections)</td>
</tr>
<tr>
<td>💰 Current bid &amp; start price</td>
<td>⏰ Auction end time</td>
</tr>
<tr>
<td>🔢 Number of bids &amp; bidders</td>
<td>📋 Vehicle/equipment attributes</td>
</tr>
<tr>
<td>📷 Image URLs</td>
<td>📈 Bid history</td>
</tr>
</table>

### Why scrape Auksjonen.no?

Auksjonen.no is Norway's largest online auction marketplace for buying and selling used machines, vehicles, and equipment. The site lists auction and "buy now" items across categories like cars, boats, motorcycles, and construction machinery, showing bids, time remaining, and payment/consignment details. It's a searchable listings platform used by private sellers and businesses to reach buyers nationwide.

- Monitor auction activity and pricing trends
- Track vehicle and equipment listings by category
- Analyze bid history and auction outcomes
- Aggregate item descriptions, images, and attributes
- Build feeds for research, analytics, or marketplace applications

### How to use Auksjonen.no Scraper?

Auksjonen.no Scraper is designed for easy and fast start even if you've never extracted data from websites before. Here's how you can extract data from Auksjonen.no with this web scraping tool:

1. Create a free Apify account using your email.
2. Open Auksjonen.no Scraper on the Apify platform.
3. Click on the **Try for free** button.
4. Enter the start URLs for search results or individual auction listing pages.
5. Click on the **Start** button and wait for the data to be extracted.
6. Download your data in JSON, XML, CSV, Excel, or HTML.

### Input

The actor accepts the following input parameters:

- startUrls (array of objects) - **Required**. URLs to start with. You can provide search page URLs or individual auction listing URLs.
- maxItems (integer) - The maximum number of auction items to scrape. Default: 5
- proxyConfiguration (object) - Proxy configuration settings.

#### Supported URL Types (examples)

You can use both search results and individual auction listing pages:

**Search page example:**

- https://www.auksjonen.no/auksjoner/alle?q=volkswagen

**Auction listing page example:**

- 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

Example:

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

#### Note: The startUrls field is required

### Output

The scraped data will be saved as a dataset. Each item will represent an auction listing. You can choose in what format to download your data: JSON, JSONL, HTML table, CSV, Excel spreadsheet, or NDJSON.

Example output structure:

```json
{
    "url": "https://www.auksjonen.no/auksjon/bruktbil/2015_Volkswagen_Touran_Varebil_20_TDI_177HK_automat_adaptiv_cruisekontroll_ryggekamera/574302",
    "description": [
        { "descriptionType": "description", "descriptionValue": "..." },
        { "descriptionType": "descriptionFooter", "descriptionValue": "..." }
    ],
    "auctionData": {
        "registrationNo": "DP61622",
        "endTime": "2026-03-23T18:34:00.000Z",
        "startPrice": 0,
        "auctionId": 831064,
        "co2Value": 8503,
        "startTime": "2026-03-16T11:51:51.715Z",
        "minBidIncrease": 1000,
        "numBids": 7,
        "numBidders": 3,
        "minimumPossibleBid": 31000,
        "currentBidAmount": 30000,
        "favoritesCount": 8
    },
    "additionalAttribute": [
        { "attributeName": "Merke", "attributeValue": "Volkswagen" },
        { "attributeName": "Modell", "attributeValue": "Touran" }
        // ... more attributes ...
    ],
    "images": [
        "https://www.auksjonen.no/api/img/574302/800_600_/574302_10117533_3eYU.jpeg"
        // ... more image URLs ...
    ],
    "bids": [
        { "userId": "Budgiver 1", "timestamp": "2026-03-23T14:51:13.912Z", "amount": 30000 }
        // ... more bids ...
    ]
}
```

#### Notes and Limitations

- The actor relies on the structure of the Auksjonen.no website. If the website structure changes, the actor may need to be updated.
- For large-scale scraping, use Apify's proxy services to avoid IP blocking.

#### 🔍 Looking to Scrape more Auction or Classifieds Websites?

In addition to this actor, you can explore our suite of dedicated scrapers tailored for other popular auction, classifieds, and marketplace platforms. Each scraper is optimized for its target site to ensure accurate, efficient, and high-performance data extraction.

| Scraper                                                                       | Country | Description                                                                                                                                                                                                                                                                                        |
| ----------------------------------------------------------------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Dynadot Auctions Scraper](https://apify.com/lexis-solutions/dynadot-scraper) | Global  | Scrape live Dynadot domain auctions at scale and export structured data, including bids, prices, time left, age, appraisal and more, from both listing and detail pages using Apify’s reliable proxy-enabled Dynadot scraper.                                                                      |
| [TradeMe Scraper](https://apify.com/lexis-solutions/trademe-co-nz-scraper)    | Global  | Scrape listings from TradeMe - including auctions and classifieds across vehicles, property, jobs, and general items. Extract titles, prices, locations, seller ratings, and images. Ideal for market analysis, price tracking, and trend insights. Fast, structured, and customizable extraction. |
| [Bid.cars Scraper](https://apify.com/lexis-solutions/bid-cars-scraper)        | Global  | Scrape auction listings from bid.cars—including car makes, models, auction statuses, bid prices, seller details, and sale dates. Ideal for automotive market analysis, price tracking, and lead generation. Fast, structured, and customizable extraction from bid.cars.                           |

Explore these solutions to expand your data collection capabilities across auction and marketplace data extraction websites.

***

👀 p.s.

Got feedback or need an extension?

Lexis Solutions is a [certified Apify Partner](https://apify.com/partners). We can help you with custom solutions or data extraction projects.

Contact us over [Email](mailto:info@lexis.solutions) or [LinkedIn](https://www.linkedin.com/company/lexis-solutions)

### Image Credit

Image credit: [auksjonen.no](https://www.auksjonen.no/)

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## `maxItems` (type: `integer`):

Maximum number of vehicle data that will be extracted.

## `proxyConfiguration` (type: `object`):

Select proxies to be used by your crawler.

## Actor input object example

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

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.auksjonen.no/auksjoner/alle?q=volkswagen"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/auksjonen-no-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://www.auksjonen.no/auksjoner/alle?q=volkswagen" }] }

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/auksjonen-no-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.auksjonen.no/auksjoner/alle?q=volkswagen"
    }
  ]
}' |
apify call lexis-solutions/auksjonen-no-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=lexis-solutions/auksjonen-no-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Auksjonen.no Scraper",
        "description": "Scrape auction listings from Auksjonen.no, Norway’s largest online auction site for used cars, machinery, vehicles and equipment, and export structured data (bids, prices, images, attributes) for analytics and market research.",
        "version": "1.0",
        "x-build-id": "UvTPaZqaWfqpco82N"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/lexis-solutions~auksjonen-no-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-lexis-solutions-auksjonen-no-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/lexis-solutions~auksjonen-no-scraper/runs": {
            "post": {
                "operationId": "runs-sync-lexis-solutions-auksjonen-no-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/lexis-solutions~auksjonen-no-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-lexis-solutions-auksjonen-no-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "URLs to start with.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Maximum number of items",
                        "type": "integer",
                        "description": "Maximum number of vehicle data that will be extracted.",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Select proxies to be used by your crawler.",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
