{
  "openapi": "3.0.1",
  "info": {
    "title": "Autowini Cars Search Scraper",
    "description": "Scrape structured car listing data from Autowini.com search results. Collect 45+ fields per vehicle including price, specs, condition, seller info, and media — perfect for dealers, researchers, and automotive data platforms.",
    "version": "0.0",
    "x-build-id": "nJ2FwylBWuQZ3tn83"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/stealth_mode~autowini-cars-search-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-stealth_mode-autowini-cars-search-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/stealth_mode~autowini-cars-search-scraper/runs": {
      "post": {
        "operationId": "runs-sync-stealth_mode-autowini-cars-search-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/stealth_mode~autowini-cars-search-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-stealth_mode-autowini-cars-search-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": {
          "urls": {
            "title": "URLs of the Cars list urls to scrape",
            "type": "array",
            "description": "Add the URLs of the Cars list urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.",
            "items": {
              "type": "string"
            }
          },
          "ignore_url_failures": {
            "title": "Continue running even if some URLs fail to be scraped",
            "type": "boolean",
            "description": "If true, the scraper will continue running even if some URLs fail to be scraped."
          },
          "keyword": {
            "title": "Keyword to search",
            "type": "string",
            "description": "Enter the keyword to search for items"
          },
          "make_model": {
            "title": "Make and Model to search",
            "enum": [
              "",
              "C0810",
              "C0680",
              "C0120",
              "C1040",
              "C1710",
              "C1720",
              "C1500",
              "C1300",
              "C0040",
              "C1610",
              "C1090",
              "C1690",
              "C0880",
              "C1260",
              "C0750",
              "C1700",
              "C0480",
              "C0660",
              "C0900",
              "C1650",
              "C1170",
              "C0930",
              "C1230",
              "C0740",
              "C1000",
              "C0220",
              "C1530",
              "C0700",
              "C1020",
              "C1510",
              "C0370",
              "C0350",
              "C0090",
              "C1100",
              "C0470",
              "C1750",
              "C0330",
              "C1340",
              "C0420",
              "C0860",
              "C0570",
              "C0460",
              "C1470",
              "C0720",
              "C0670",
              "C1780",
              "C0030",
              "C1360",
              "C1030",
              "C9999_autowini",
              "C1070",
              "C0010",
              "C0550",
              "C0940",
              "C1730",
              "C1800"
            ],
            "type": "string",
            "description": "Enter the make and model to search for items"
          },
          "year_from": {
            "title": "Year From",
            "type": "string",
            "description": "Enter the start year to search for items"
          },
          "year_to": {
            "title": "Year To",
            "type": "string",
            "description": "Enter the end year to search for items"
          },
          "price_from": {
            "title": "Price From",
            "type": "string",
            "description": "Enter the start Price to search for items"
          },
          "price_to": {
            "title": "Price To",
            "type": "string",
            "description": "Enter the end Price to search for items"
          },
          "fuel_type": {
            "title": "Fuel Type",
            "type": "array",
            "description": "Enter the fuel type to search for items",
            "items": {
              "type": "string",
              "enum": [
                "",
                "C010",
                "C060",
                "C050",
                "C070",
                "C040",
                "C090",
                "C080",
                "C030",
                "C100",
                "C110"
              ],
              "enumTitles": [
                "Any",
                "Gasoline",
                "Diesel",
                "Gasoline+Electric",
                "LPG",
                "Electric Vehicle (EV)",
                "Others",
                "Gasoline+LPG",
                "CNG",
                "LPG+Electric",
                "Hydrogen Electric"
              ]
            }
          },
          "vehicle_type": {
            "title": "Vehicle Type",
            "type": "array",
            "description": "Enter the vehicle type to search for items",
            "items": {
              "type": "string",
              "enum": [
                "",
                "C070",
                "C020",
                "C060",
                "C090",
                "C040",
                "C050",
                "C030",
                "C010",
                "C080"
              ],
              "enumTitles": [
                "Any",
                "Sedan",
                "SUV",
                "Van/MiniVan",
                "Compact Car",
                "Pick Up",
                "Hatchback",
                "Coupe",
                "Convertible",
                "Wagon"
              ]
            }
          },
          "transmission": {
            "title": "Transmission",
            "type": "array",
            "description": "Enter the transmission to search for items",
            "items": {
              "type": "string",
              "enum": [
                "",
                "C010",
                "C020",
                "C040",
                "C050",
                "C030",
                "C060"
              ],
              "enumTitles": [
                "Any",
                "Automatic",
                "Manual",
                "CVT",
                "Unspecific",
                "Automanual",
                "DCT"
              ]
            }
          },
          "drive_type": {
            "title": "Drive Type",
            "type": "array",
            "description": "Enter the drive type to search for items",
            "items": {
              "type": "string",
              "enum": [
                "",
                "C010",
                "C040",
                "C020",
                "C999"
              ],
              "enumTitles": [
                "Any",
                "Front 2WD",
                "Rear 2WD",
                "4 Wheel Drive",
                "Unspecific"
              ]
            }
          },
          "condition": {
            "title": "Condition",
            "type": "array",
            "description": "Enter the condition to search for items",
            "items": {
              "type": "string",
              "enum": [
                "",
                "C020",
                "C010"
              ],
              "enumTitles": [
                "Any",
                "Used",
                "New"
              ]
            }
          },
          "number_of_passengers": {
            "title": "Number Of Passengers",
            "type": "array",
            "description": "Enter the number of passengers to search for items",
            "items": {
              "type": "string",
              "enum": [
                "",
                "5",
                "7",
                "0",
                "9",
                "4",
                "2",
                "6",
                "11",
                "12",
                "3",
                "8",
                "15",
                "1",
                "10",
                "13",
                "14",
                "20",
                "29",
                "16",
                "21",
                "26",
                "52",
                "53",
                "57",
                "132",
                "514"
              ],
              "enumTitles": [
                "Any",
                "5 seats",
                "7 seats",
                "0 seats",
                "9 seats",
                "4 seats",
                "2 seats",
                "6 seats",
                "11 seats",
                "12 seats",
                "3 seats",
                "8 seats",
                "15 seats",
                "1 seat",
                "10 seats",
                "13 seats",
                "14 seats",
                "20 seats",
                "29 seats",
                "16 seats",
                "21 seats",
                "26 seats",
                "52 seats",
                "53 seats",
                "57 seats",
                "132 seats",
                "514 seats"
              ]
            }
          },
          "engine_volume_from": {
            "title": "Engine Volume From",
            "type": "string",
            "description": "Enter the engine volume from to search for items"
          },
          "engine_volume_to": {
            "title": "Engine Volume To",
            "type": "string",
            "description": "Enter the engine volume to to search for items"
          },
          "options": {
            "title": "Options",
            "type": "array",
            "description": "Enter the options to search for items",
            "items": {
              "type": "string",
              "enum": [
                "",
                "C0170",
                "C0290",
                "C0270",
                "C0790",
                "C0467",
                "C0740",
                "C0310",
                "C0250",
                "C0462",
                "C0370",
                "C0210",
                "C0070",
                "C0010",
                "C0040",
                "C0610",
                "C0300",
                "C0340",
                "C0800",
                "C0464",
                "C0120",
                "C0870",
                "C0750",
                "C0160",
                "C0463",
                "C0330",
                "C0465",
                "C0080",
                "C0810",
                "C0710",
                "C0600",
                "C0760",
                "C0466",
                "C0410",
                "C0700",
                "C0815",
                "C0840",
                "C0411",
                "C0468",
                "C0850",
                "C0460",
                "C0730",
                "C0820",
                "C0860",
                "C0620",
                "C0640",
                "C0060",
                "C0275",
                "C0830",
                "C0350",
                "C0630",
                "C0461",
                "C0455",
                "C0605",
                "C0720"
              ],
              "enumTitles": [
                "Any",
                "Park Assist Sensor",
                "Heating Seat",
                "Full Auto Air Conditioner",
                "AV System",
                "Power Seat",
                "Vent Seat",
                "Memory Seat",
                "Cruise Control",
                "Steering Remocon",
                "Power Windows",
                "Air Conditioner",
                "Passenger Airbag",
                "ABS (Anti-lock Brake System)",
                "Driver Airbag",
                "Radio",
                "Leather Seats",
                "Auto Folding Side Mirror",
                "USB",
                "Smart Key",
                "Rear View Camera",
                "Bluetooth",
                "Button Start/Stop",
                "Side Airbag",
                "ESP (Electronic Stability Program)",
                "Power Steering",
                "Rear Spoiler",
                "Curtain Airbag",
                "Spare Tire",
                "EPS (Electric Power Steering)",
                "Navigation System",
                "Heated Steering",
                "Roof Rack",
                "Sunroof",
                "Front Warning Sensor",
                "Tire Mobility Kit",
                "LDWS (Lane Departure Warning System)",
                "Panorama Sunroof",
                "Power Trunk",
                "AEB(Autonomous Emergency Braking)",
                "Xenon Lamp(HID)",
                "LSD",
                "Knee Airbag",
                "BSD(Blind Spot Detection Device)",
                "CD Changer",
                "DVD Player",
                "ECS (Electronic Controlled Suspension)",
                "Rear Air Conditioner",
                "Surround View",
                "Auto Sliding Door",
                "CD Player",
                "LED Lamp",
                "Digital Cluster",
                "Android Auto",
                "TPMS (Tire Pressure Monitoring System)"
              ]
            }
          },
          "color": {
            "title": "Color",
            "type": "array",
            "description": "Enter the color to search for items",
            "items": {
              "type": "string",
              "enum": [
                "",
                "C180",
                "C020",
                "C060",
                "C080",
                "C030",
                "C150",
                "C999",
                "C121",
                "C140",
                "C190",
                "C090",
                "C040",
                "C160",
                "C170",
                "C070",
                "C110",
                "C130",
                "C050",
                "C031",
                "C010",
                "C120",
                "C100"
              ],
              "enumTitles": [
                "Any",
                "White",
                "Black",
                "Charcoal",
                "Gray",
                "Blue",
                "Silver",
                "Others",
                "Pearl",
                "Red",
                "Yellow",
                "Green",
                "Brown",
                "Sky Blue",
                "Turquoise",
                "Gold",
                "Orange",
                "Purple",
                "Burgundy",
                "Dark Blue",
                "Beige",
                "Pink",
                "off White"
              ]
            }
          },
          "sort_by": {
            "title": "Sort Items by options",
            "enum": [
              "",
              "recentDate",
              "lowPrice",
              "highPrice",
              "low_model_year",
              "high_model_year"
            ],
            "type": "string",
            "description": "Sort items by options"
          },
          "page": {
            "title": "Page start",
            "type": "integer",
            "description": "Specify the page number to start scraping from"
          },
          "max_items_per_url": {
            "title": "Max items per URL",
            "type": "integer",
            "description": "The maximum number of items to scrape per URL."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}