# Fiat Panda Listings and Dealer Contacts in Italy

**Use case:** 

Extract Fiat Panda listings in Italy with dealer contacts, prices, specifications, and market evaluations. Get reliable data without browser limits.

## Input

```json
{
  "country": "it",
  "make": "Fiat",
  "model": "Panda",
  "maxItems": 20,
  "splitLargeSearches": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "image": {
    "label": "Photo",
    "format": "image"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "modelVersion": {
    "label": "Version",
    "format": "text"
  },
  "priceFormatted": {
    "label": "Price",
    "format": "text"
  },
  "priceRatingLabel": {
    "label": "Price rating",
    "format": "text"
  },
  "firstRegistration": {
    "label": "First reg.",
    "format": "text"
  },
  "mileageKm": {
    "label": "Km",
    "format": "number"
  },
  "fuel": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Gearbox",
    "format": "text"
  },
  "sellerCompany": {
    "label": "Seller",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [AutoScout24 Scraper — Dealer Contacts & Price Rating](https://apify.com/nikse77/autoscout24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nikse77/autoscout24-scraper) to learn more, explore other use cases, and run it yourself.