# Extract Gocar.be Mercedes 170 classic car listing

**Use case:** 

Scrape Gocar.be classic Mercedes 170 sedan listing with restoration history, photos, and seller contact.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://gocar.be/en/classic-car/mercedes/170/sedan/id/4812115"
    }
  ],
  "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.