# Bilbasen Scraper by Keyword

**Use case:** 

Scrape Bilbasen vehicles by keyword for any city — price, photos and location. No browser, structured JSON.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bilbasen.dk/brugt/bil"
    }
  ],
  "make": "Audi",
  "model": "A4",
  "yearFrom": 2020,
  "includeEngrosCvr": false,
  "strictModelFilter": true,
  "maxResults": 5,
  "includeDetailPages": true,
  "compact": false,
  "enrichFromDescription": false,
  "imagesMode": "first3",
  "incrementalMode": false,
  "pushUnchangedSkeletons": false,
  "emitExpired": true,
  "maxPages": 200,
  "minDelayMs": 0,
  "maxDelayMs": 0,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceText": {
    "label": "Price (text)",
    "format": "text"
  },
  "priceType": {
    "label": "Price Type",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "gearType": {
    "label": "Gear",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerCity": {
    "label": "City",
    "format": "text"
  },
  "locationRegion": {
    "label": "Region",
    "format": "text"
  },
  "portalUrl": {
    "label": "URL",
    "format": "link"
  },
  "changeType": {
    "label": "Change Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Bilbasen Scraper - Denmark’s Car Marketplace](https://apify.com/blackfalcondata/bilbasen-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/bilbasen-scraper) to learn more, explore other use cases, and run it yourself.