# Find Classic Porsche 911 Listings for Sale

**Use case:** 

Search Car & Classic for Porsche 911 listings across all years. Get prices, mileage, location, seller info, and photos in structured JSON or CSV.

## Input

```json
{
  "startUrls": [],
  "make": "porsche 911",
  "category": "",
  "max_items": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "model": ""
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "string"
  },
  "listing_type": {
    "label": "Listing type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "model_year": {
    "label": "Model year",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "price_currency": {
    "label": "Currency",
    "format": "string"
  },
  "mileage_value": {
    "label": "Mileage",
    "format": "number"
  },
  "mileage_unit": {
    "label": "Mileage unit",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "category_id": {
    "label": "Category ID",
    "format": "integer"
  },
  "category_name": {
    "label": "Category",
    "format": "string"
  },
  "image_url": {
    "label": "Image",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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