# Detail - Specific auction URLs Cars & Bids

**Use case:** 

Extract Cars & Bids data filtered by Detail - Specific auction URLs. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "detail",
  "maxItems": 10,
  "includePhotos": false,
  "includeDescription": true,
  "includeBidHistory": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "currentBid": {
    "label": "Current Bid",
    "format": "number"
  },
  "saleAmount": {
    "label": "Sale Amount",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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