# Extract Certified Pre-Owned Audi A4 Listings by URL

**Use case:** 

Scrape all certified pre-owned Audi A4 listings from a specific CarGurus search results page. This allows for targeted data collection for a predefined market s

## Input

```json
{
  "mode": "byUrl",
  "make": "Toyota",
  "condition": "",
  "sortBy": "best_deal",
  "listingId": "444595478",
  "url": "https://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?sourceContext=carGurusHomePageModel&entitySelectingHelper.selectedEntity=d306&zip=60601#listing=382761803/NONE",
  "maxItems": 50
}
```

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