# Scrape classic car listings on AutaBuy nationwide

**Use case:** 

Extract vintage and classic vehicle classifieds from AutaBuy with price, seller, location, and listing images.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.autabuy.com/classifieds/cars-for-sale/?Zip=&Distance=0&s=master"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "groups": [
      "RESIDENTIAL"
    ],
    "countryCode": "US"
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "status": {
    "label": "Status"
  },
  "price": {
    "label": "Price"
  },
  "priceNumeric": {
    "label": "Price numeric"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "exteriorColor": {
    "label": "Exterior color"
  },
  "interiorColor": {
    "label": "Interior color"
  },
  "engine": {
    "label": "Engine"
  },
  "transmission": {
    "label": "Transmission"
  },
  "sellerName": {
    "label": "Seller name"
  },
  "sellerPhone": {
    "label": "Seller phone"
  },
  "heroImageUrl": {
    "label": "Hero image url"
  },
  "description": {
    "label": "Description"
  },
  "images": {
    "label": "Images"
  }
}
```

## About this Actor

This example demonstrates how to use [AutaBuy Scraper](https://apify.com/lexis-solutions/autabuy-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/autabuy-scraper) to learn more, explore other use cases, and run it yourself.