# Track Porsche 911 Auction Prices on Collecting Cars

**Use case:** 

Monitor Porsche 911 auction results on Collecting Cars. Get sold prices, generation details, mileage, and condition — essential data for collectors, dealers, an

## Input

```json
{
  "startUrls": [],
  "make_filter": "Porsche",
  "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.