{
  "openapi": "3.0.1",
  "info": {
    "title": "🚗 Copart & IAAI Auto Salvage & Rebuildable Car Scraper",
    "description": "Unify Copart.com and IAAI.com salvage auctions into a single normalized live inventory feed. Filter by Clean Title, minimal damage (Hail, Minor Dent), Run & Drive status, Buy-It-Now price, and instant webhook alerts.",
    "version": "0.0",
    "x-build-id": "05KdDYeyCBbuwc7nI"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/automation_studio~auto-salvage-radar/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-automation_studio-auto-salvage-radar",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/automation_studio~auto-salvage-radar/runs": {
      "post": {
        "operationId": "runs-sync-automation_studio-auto-salvage-radar",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/automation_studio~auto-salvage-radar/run-sync": {
      "post": {
        "operationId": "run-sync-automation_studio-auto-salvage-radar",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "searchQuery"
        ],
        "properties": {
          "searchQuery": {
            "title": "🔍 Search Query (Make / Model / Keyword)",
            "type": "string",
            "description": "Search by make, model, or keyword (e.g. 'BMW M3', 'Toyota Camry', 'Porsche 911', 'Ford F-150', 'Corvette').",
            "default": "BMW"
          },
          "sources": {
            "title": "🏛️ Auction Platforms to Scan",
            "type": "array",
            "description": "Select which auto auction portals to include in your search.",
            "items": {
              "type": "string",
              "enum": [
                "copart",
                "iaai"
              ],
              "enumTitles": [
                "Copart (copart.com)",
                "IAAI (iaai.com - Insurance Auto Auctions)"
              ]
            },
            "default": [
              "copart",
              "iaai"
            ]
          },
          "minYear": {
            "title": "📅 Minimum Model Year",
            "minimum": 1950,
            "maximum": 2028,
            "type": "integer",
            "description": "Filter out older vehicles below this model year (e.g. 2015 to only see 2015+ models). Set to 0 to include all years.",
            "default": 2012
          },
          "cleanTitleOnly": {
            "title": "📄 Clean / Clear Title Only",
            "type": "boolean",
            "description": "If enabled, only returns vehicles with Clean / Clear titles (excludes Salvage, Junk, and Parts-Only titles). Ideal for fast car flipping.",
            "default": false
          },
          "runAndDriveOnly": {
            "title": "🔑 Run & Drive Only",
            "type": "boolean",
            "description": "If enabled, only returns vehicles verified as 'Run & Drive' (engine starts and vehicle drives under its own power).",
            "default": false
          },
          "damageFilter": {
            "title": "🔨 Damage Type Filter",
            "enum": [
              "all",
              "cosmetic",
              "front_end",
              "rear_end",
              "side",
              "mechanical",
              "hail",
              "water_flood"
            ],
            "type": "string",
            "description": "Filter by primary damage type. Leave on 'all' to include all damage types.",
            "default": "all"
          },
          "maxBuyItNowPrice": {
            "title": "💵 Max Buy-It-Now Price ($)",
            "minimum": 0,
            "type": "integer",
            "description": "Filter for lots that have an active 'Buy It Now' option under this dollar amount. Set to 0 for no price limit.",
            "default": 0
          },
          "maxResults": {
            "title": "📊 Max Vehicle Records",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum total vehicles to collect across all selected platforms.",
            "default": 50
          },
          "webhookUrl": {
            "title": "🔔 Webhook Alert URL (Discord / Slack)",
            "type": "string",
            "description": "Optional: Discord or Slack webhook URL to receive instant notification cards when deals matching your criteria are found."
          },
          "proxyConfiguration": {
            "title": "Apify Proxy Configuration",
            "type": "object",
            "description": "Apify Proxy configuration. Public endpoints work with datacenter and residential proxies.",
            "default": {
              "useApifyProxy": false
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}