# Scrape Used Honda CR-V Listings in Dallas, TX

**Use case:** 

Extract comprehensive data for all used Honda CR-V listings in the Dallas-Fort Worth area. Ideal for market research, inventory analysis, and identifying popula

## Input

```json
{
  "mode": "search",
  "make": "Honda",
  "model": "CR-V",
  "condition": "Used",
  "sortBy": "best_deal",
  "zipCode": "75201",
  "minPrice": 15000,
  "maxMileage": 75000,
  "listingId": "444595478",
  "maxItems": 100
}
```

## 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.