# Find Best Used Tesla Model 3 Deals Near NYC

**Use case:** 

Quickly identify the best deals on used Tesla Model 3 vehicles within a 100-mile radius of New York City. This helps car dealerships and individual buyers find 

## Input

```json
{
  "mode": "search",
  "make": "Tesla",
  "model": "Model 3",
  "condition": "Used",
  "sortBy": "best_deal",
  "zipCode": "10001",
  "maxPrice": 40000,
  "maxMileage": 50000,
  "listingId": "444595478",
  "maxItems": 25
}
```

## Output

```json
{
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "trim": {
    "label": "Trim"
  },
  "price": {
    "label": "Price"
  },
  "dealRating": {
    "label": "Deal rating"
  },
  "mileage": {
    "label": "Mileage"
  },
  "condition": {
    "label": "Condition"
  },
  "dealerName": {
    "label": "Dealer name"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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