# Scrape new Ford F-150 listings - Cars.com

**Use case:** 

Scrape new Ford F-150 trucks near Dallas on Cars.com with year, price, mileage, trim, dealer and location. Export to CSV or Excel.

## Input

```json
{
  "searchUrls": [],
  "listingUrls": [],
  "makes": [
    "Ford"
  ],
  "models": [
    "F-150"
  ],
  "stockType": "new",
  "zip": "75201",
  "radius": 50,
  "sellerType": "any",
  "onlyWithPriceDrop": false,
  "sortBy": "best_match_desc",
  "includeCarDetails": false,
  "includeDealerLeads": false,
  "maxResults": 100,
  "monitorMode": false,
  "monitorKey": "default",
  "includeRawFields": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Vehicle"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "trim": {
    "label": "Trim"
  },
  "price": {
    "label": "Price"
  },
  "priceDropAmount": {
    "label": "Price drop"
  },
  "mileage": {
    "label": "Mileage"
  },
  "stockType": {
    "label": "Condition"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "listingUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Cars.com Scraper - US Cars, Prices & Dealer Leads](https://apify.com/scrapesage/cars-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/cars-com-scraper) to learn more, explore other use cases, and run it yourself.