# Scrape BMW electric and petrol cars on Gocar.be

**Use case:** 

Extract BMW 1 Series electric and petrol listings from Gocar.be with price, mileage, and dealer for Belgian car market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://gocar.be/en/search?gbrands=Mercedes~Rover~BMW&gmodels=1%20Series&fuel=Electric~Petrol"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "brand_name": {
    "label": "Brand name"
  },
  "model_name": {
    "label": "Model name"
  },
  "version": {
    "label": "Version"
  },
  "first_registration_year": {
    "label": "First registration year"
  },
  "price.formatted": {
    "label": "Formatted"
  },
  "kilometers": {
    "label": "Kilometers"
  },
  "fuel_type": {
    "label": "Fuel type"
  },
  "transmission": {
    "label": "Transmission"
  },
  "body_style": {
    "label": "Body style"
  },
  "point_of_sale_city": {
    "label": "Point of sale city"
  },
  "point_of_sale_name": {
    "label": "Point of sale name"
  },
  "cover": {
    "label": "Cover"
  }
}
```

## About this Actor

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