# Search Troostwijk Auctions Skoda Karoq vehicle lots

**Use case:** 

Extract Skoda Karoq auction lots from Troostwijkauctions.com with bids, mileage, and end times for European vehicle auctions.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.troostwijkauctions.com/search?searchTerm=skoda%20karoq&totalSize=35"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "displayId": {
    "label": "Display ID",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "remarks": {
    "label": "Remarks",
    "format": "text"
  },
  "additionalInformation": {
    "label": "Additional Information",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "auctioneerName": {
    "label": "Auctioneer Name",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "date"
  },
  "endDate": {
    "label": "End Date",
    "format": "date"
  },
  "initialAmount": {
    "label": "Initial Amount (cents)",
    "format": "number"
  },
  "currentBidAmount": {
    "label": "Current Bid (cents)",
    "format": "number"
  },
  "nextMinimalBid": {
    "label": "Next Minimal Bid (cents)",
    "format": "number"
  },
  "images": {
    "label": "Images",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Troostwijkauctions.com Scraper](https://apify.com/lexis-solutions/troostwijkauctions-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/troostwijkauctions-com-scraper) to learn more, explore other use cases, and run it yourself.