# Find Belgian cars on Vroom.be

**Use case:** 

Search Vroom.be for Belgian used cars. Export titles, prices, years, mileage, and listing URLs for auto lead gen.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.vroom.be/nl/aanbod/tweedehands-autos"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "year": {
    "label": "Year"
  },
  "mileage": {
    "label": "Mileage"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "fuel": {
    "label": "Fuel"
  },
  "dealerCity": {
    "label": "Dealer city"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

This example demonstrates how to use [Vroom.be Belgian Car Listings Scraper](https://apify.com/rainminer/vroom-be-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/vroom-be-scraper) to learn more, explore other use cases, and run it yourself.