# Export Autobelle.it Vehicle Prices

**Use case:** 

Scrape Autobelle.it vehicle asking prices and specs into JSON or CSV. Ideal for Italian used-car price monitoring and deal sourcing workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.autobelle.it/it/annunci.xhtml"
    }
  ],
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "year": {
    "label": "Year"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "vehicleType": {
    "label": "Vehicle type"
  },
  "location": {
    "label": "Location"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

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