# Monitor Toyota IAAI Auctions

**Use case:** 

Get structured data for monitor toyota iaai auctions with Iaai Vehicle Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.iaai.com/Search?keyword=toyota"
    }
  ],
  "keywords": [
    "toyota"
  ],
  "includeDetails": true,
  "maxResults": 2
}
```

## Output

```json
{
  "title": {
    "label": "Vehicle",
    "format": "text"
  },
  "stock_number": {
    "label": "Stock #",
    "format": "text"
  },
  "vin_mask": {
    "label": "VIN",
    "format": "text"
  },
  "primary_damage": {
    "label": "Primary damage",
    "format": "text"
  },
  "odometer": {
    "label": "Odometer",
    "format": "number"
  },
  "run_and_drive": {
    "label": "Run & drive",
    "format": "boolean"
  },
  "title_document": {
    "label": "Title document",
    "format": "text"
  },
  "branch_name": {
    "label": "Branch",
    "format": "text"
  },
  "auction_datetime": {
    "label": "Auction",
    "format": "text"
  },
  "current_bid": {
    "label": "Current bid",
    "format": "number"
  },
  "buy_now_price": {
    "label": "Buy now",
    "format": "number"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "IAAI URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [IAAI Vehicle Scraper - Salvage Auction Data](https://apify.com/benthepythondev/iaai-vehicle-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/iaai-vehicle-scraper) to learn more, explore other use cases, and run it yourself.