# Find Used Toyota Deals in New York

**Use case:** 

Find used Toyota listings near New York with prices, mileage, VIN, dealer details, market comparisons, vehicle history, photos, and flip scores.

## Input

```json
{
  "mode": "search",
  "zipCode": "10001",
  "searchRadius": 50,
  "stockType": "used",
  "make": "toyota",
  "model": "",
  "dealRating": [],
  "listingUrls": [],
  "maxListings": 3,
  "includePhotos": true,
  "includeDealerInfo": true,
  "includeFlipScore": true,
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Vehicle"
  },
  "price": {
    "label": "Price",
    "format": "currency"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "deal_rating": {
    "label": "Deal"
  },
  "flip_score": {
    "label": "Flip Score"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model_trim": {
    "label": "Model trim"
  },
  "price_vs_market": {
    "label": "$ Under Market"
  },
  "dealer.name": {
    "label": "Name"
  },
  "dealer.location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [🚗 Cars.com Scraper - Deals, Specs & Flip Scores](https://apify.com/benthepythondev/cars-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/cars-com-scraper) to learn more, explore other use cases, and run it yourself.