{
  "openapi": "3.0.1",
  "info": {
    "title": "Easyauto123.au Scraper: 60+ Fields, 27 Brands",
    "description": "Scrape Australia's biggest used-car superstore easyauto123.com.au. Get 60+ fields per listing: VIN, year, price, odometer, transmission, fuel, dealer, features, images. Filter 27 brands, 8 states, 8 body types. $0.99/1k. No proxy needed.",
    "version": "1.2",
    "x-build-id": "IQoDEqbf3Qlh6n8ET"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/getascraper~easyauto123-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-getascraper-easyauto123-scraper",
        "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/getascraper~easyauto123-scraper/runs": {
      "post": {
        "operationId": "runs-sync-getascraper-easyauto123-scraper",
        "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/getascraper~easyauto123-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-getascraper-easyauto123-scraper",
        "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",
        "properties": {
          "searchQuery": {
            "title": "Search Keyword",
            "type": "string",
            "description": "Car make/model keyword (e.g. 'Toyota RAV4', 'Ford Ranger'). Builds the search URL automatically.",
            "default": "Toyota RAV4"
          },
          "startUrls": {
            "title": "Direct easyauto123 URLs",
            "type": "array",
            "description": "Override the search keyword. Paste direct easyauto123 search or detail URLs.",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "make": {
            "title": "Make",
            "enum": [
              "any",
              "Toyota",
              "Ford",
              "Mazda",
              "Holden",
              "Hyundai",
              "Kia",
              "Mitsubishi",
              "Nissan",
              "Subaru",
              "Volkswagen",
              "BMW",
              "Mercedes-Benz",
              "Audi",
              "Tesla",
              "MG",
              "Isuzu",
              "LDV",
              "Jeep",
              "RAM",
              "GWM",
              "Volvo",
              "Land Rover",
              "Porsche",
              "Lexus",
              "Suzuki",
              "Honda",
              "Skoda"
            ],
            "type": "string",
            "description": "Filter by car manufacturer (e.g. Toyota, Ford, BMW). Most-used filter in car search.",
            "default": "any"
          },
          "model": {
            "title": "Model",
            "type": "string",
            "description": "Filter by model name (e.g. 'RAV4', 'Hilux', 'Ranger'). Leave empty for all models.",
            "default": ""
          },
          "state": {
            "title": "State",
            "enum": [
              "all",
              "NSW",
              "VIC",
              "QLD",
              "WA",
              "SA",
              "TAS",
              "ACT",
              "NT"
            ],
            "type": "string",
            "description": "Filter by Australian state where the car is located.",
            "default": "all"
          },
          "bodyType": {
            "title": "Body Type",
            "enum": [
              "any",
              "SUV",
              "Sedan",
              "Hatchback",
              "Ute",
              "Wagon",
              "Van",
              "Coupe",
              "Convertible"
            ],
            "type": "string",
            "description": "Filter by vehicle body style.",
            "default": "any"
          },
          "minYear": {
            "title": "Min Year",
            "minimum": 1980,
            "maximum": 2026,
            "type": "integer",
            "description": "Only include cars from this year onward.",
            "default": 2000
          },
          "maxYear": {
            "title": "Max Year",
            "minimum": 1980,
            "maximum": 2026,
            "type": "integer",
            "description": "Only include cars up to this year.",
            "default": 2026
          },
          "minPrice": {
            "title": "Min Price (AUD)",
            "minimum": 0,
            "maximum": 500000,
            "type": "integer",
            "description": "Only include cars priced at or above this value. 0 = no minimum.",
            "default": 0
          },
          "maxPrice": {
            "title": "Max Price (AUD)",
            "minimum": 0,
            "maximum": 500000,
            "type": "integer",
            "description": "Only include cars priced at or below this value. 0 = no maximum.",
            "default": 0
          },
          "minKms": {
            "title": "Min Odometer (km)",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Only include cars with odometer at or above this value. 0 = no minimum.",
            "default": 0
          },
          "maxKms": {
            "title": "Max Odometer (km)",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Only include cars with odometer at or below this value. 0 = no maximum.",
            "default": 0
          },
          "transmission": {
            "title": "Transmission",
            "enum": [
              "any",
              "automatic",
              "manual"
            ],
            "type": "string",
            "description": "Filter by transmission type.",
            "default": "any"
          },
          "fuelType": {
            "title": "Fuel Type",
            "enum": [
              "any",
              "petrol",
              "diesel",
              "hybrid",
              "electric"
            ],
            "type": "string",
            "description": "Filter by fuel/power type.",
            "default": "any"
          },
          "seats": {
            "title": "Min Seats",
            "minimum": 0,
            "maximum": 12,
            "type": "integer",
            "description": "Minimum number of seats (family buyers often need 7+). 0 = any.",
            "default": 0
          },
          "includeDealerListings": {
            "title": "Include Dealer Listings",
            "type": "boolean",
            "description": "Include listings from licensed dealers (vs private sellers).",
            "default": true
          },
          "onlyVerified": {
            "title": "Only Quality Verified",
            "type": "boolean",
            "description": "Only return easyauto123 'Best Car Price Guarantee' verified listings.",
            "default": false
          },
          "includeDetails": {
            "title": "Fetch Full Detail Pages",
            "type": "boolean",
            "description": "Visit each car's detail page for full description, all features, and dealer contact. Slower but richer.",
            "default": true
          },
          "includeDealerInfo": {
            "title": "Include Dealer Info",
            "type": "boolean",
            "description": "Extract dealer name, city, state from listing cards.",
            "default": true
          },
          "includeFeatures": {
            "title": "Include Features",
            "type": "boolean",
            "description": "Extract vehicle features list (Bluetooth, leather, etc.) from detail page.",
            "default": true
          },
          "includeImages": {
            "title": "Include All Images",
            "type": "boolean",
            "description": "Extract all image URLs in an array (not just the cover image).",
            "default": true
          },
          "includeDescription": {
            "title": "Include Full Description",
            "type": "boolean",
            "description": "Extract full lot description text from detail page.",
            "default": true
          },
          "maxItems": {
            "title": "Max Results",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Cap on listings returned. Default 100 (free trial). Max 10000.",
            "default": 100
          },
          "outputFormat": {
            "title": "Output Format",
            "enum": [
              "flat",
              "normalized"
            ],
            "type": "string",
            "description": "'flat' = one row per car. 'normalized' = two datasets (cars + dealers) linked by dealer ID.",
            "default": "flat"
          },
          "maxConcurrency": {
            "title": "Max Concurrency",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Max parallel pages. Default 50 (site has no rate limit).",
            "default": 50
          },
          "maxRequestRetries": {
            "title": "Max Retries",
            "minimum": 0,
            "maximum": 10,
            "type": "integer",
            "description": "Retries for failed page loads.",
            "default": 3
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "OPTIONAL. easyauto123 doesn't require a proxy. Default is no proxy. Set residential AU proxy if you experience rate limits.",
            "default": {
              "useApifyProxy": false
            }
          },
          "debugLogging": {
            "title": "Verbose Debug Logs",
            "type": "boolean",
            "description": "Print granular tracing tags (FETCH, EXTRACT, EMIT) to run logs.",
            "default": 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
                  }
                }
              },
              "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}