# Ferrari Auction Results from Collecting Cars

**Use case:** 

Extract Ferrari auction data from Collecting Cars — hammer prices, lot details, model year, and condition reports. Track market values for Dinos, Testarossas...

## Input

```json
{
  "startUrls": [],
  "make_filter": "Ferrari",
  "makes_only": true,
  "max_items": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "delay_min": 0.5,
  "delay_max": 1.5
}
```

## Output

```json
{
  "descripcion": {
    "label": "Description",
    "format": "string"
  },
  "marca": {
    "label": "Make",
    "format": "string"
  },
  "año": {
    "label": "Year",
    "format": "integer"
  },
  "precio": {
    "label": "Price",
    "format": "integer"
  },
  "moneda": {
    "label": "Currency",
    "format": "string"
  },
  "auction_status": {
    "label": "Auction Status",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Collecting Cars Scraper — Online Car Auctions](https://apify.com/rastriq/collecting-cars-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rastriq/collecting-cars-scraper) to learn more, explore other use cases, and run it yourself.