# Cars & Bids Sold Price Comparable Sales Scraper

**Use case:** 

Collect completed Porsche auctions with final prices, VINs, mileage, specs, sellers, engagement counts, and listing details for valuation.

## Input

```json
{
  "statuses": [
    "completed"
  ],
  "searchQueries": [
    "Porsche"
  ],
  "startUrls": [],
  "maxItems": 50,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Auction",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "currentBid": {
    "label": "Current bid",
    "format": "integer"
  },
  "finalPrice": {
    "label": "Final price",
    "format": "integer"
  },
  "auctionEnd": {
    "label": "Ends",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "mileage": {
    "label": "Mileage",
    "format": "integer"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "noReserve": {
    "label": "No reserve",
    "format": "boolean"
  },
  "bidCount": {
    "label": "Bids",
    "format": "integer"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Cars & Bids Auction Scraper](https://apify.com/automation-lab/cars-and-bids-auction-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cars-and-bids-auction-scraper) to learn more, explore other use cases, and run it yourself.