# Browse electric car listings on Car & Classic

**Use case:** 

Browse electric car listings on Car & Classic, including modern EVs and converted classics. Get price, model year, mileage and listing details.

## Input

```json
{
  "startUrls": [],
  "make": "",
  "category": "27",
  "max_items": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "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"
  },
  "listing_type": {
    "label": "Listing type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "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.