{
  "openapi": "3.0.1",
  "info": {
    "title": "Blocket Cars Scraper",
    "description": "Scrape cars for sale from blocket.se. Use the same listing filters as the site or paste a URL — the URL wins when set.",
    "version": "0.1",
    "x-build-id": "e3TI9FtcQV2t9r5SO"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/dadhalfdev~blocket-cars-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-dadhalfdev-blocket-cars-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/dadhalfdev~blocket-cars-scraper/runs": {
      "post": {
        "operationId": "runs-sync-dadhalfdev-blocket-cars-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/dadhalfdev~blocket-cars-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-dadhalfdev-blocket-cars-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": {
          "input_url": {
            "title": "Input URL",
            "type": "string",
            "description": "Paste a Blocket cars search or listing URL. Overrides every filter when set."
          },
          "query": {
            "title": "Keyword",
            "type": "string",
            "description": "Same as the Blocket search box. Optional."
          },
          "make": {
            "title": "Make",
            "enum": [
              "",
              "Abarth",
              "Alfa Romeo",
              "Alpina",
              "Alpine",
              "Aston Martin",
              "Audi",
              "Bentley",
              "BMW",
              "BYD",
              "Cadillac",
              "Chevrolet",
              "Chrysler",
              "Citroen",
              "Cupra",
              "Dacia",
              "Daihatsu",
              "Dodge",
              "DS",
              "Ferrari",
              "Fiat",
              "Ford",
              "Honda",
              "Hyundai",
              "Jaguar",
              "Jeep",
              "Kia",
              "Lamborghini",
              "Lancia",
              "Land Rover",
              "Leapmotor",
              "Lexus",
              "Lotus",
              "Lynk & Co",
              "Maserati",
              "Mazda",
              "McLaren",
              "Mercedes-Benz",
              "MG",
              "MINI",
              "Mitsubishi",
              "Nissan",
              "Opel",
              "Peugeot",
              "Polestar",
              "Porsche",
              "RAM",
              "Renault",
              "Rolls Royce",
              "Saab",
              "Seat",
              "Skoda",
              "Smart",
              "Subaru",
              "Suzuki",
              "Tesla",
              "Toyota",
              "Volkswagen",
              "Volvo",
              "XPeng",
              "Zeekr",
              "Övriga"
            ],
            "type": "string",
            "description": "Car brand, same list as the Blocket make filter.",
            "default": ""
          },
          "location": {
            "title": "Location",
            "enum": [
              "",
              "blekinge",
              "dalarna",
              "gotland",
              "gavleborg",
              "halland",
              "jamtland",
              "jonkoping",
              "kalmar-county",
              "kronoberg",
              "norrbotten",
              "skane",
              "stockholm",
              "sodermanland",
              "uppsala-county",
              "varmland",
              "vasterbotten",
              "vasternorrland",
              "vastmanland",
              "vastra-gotaland",
              "orebro-county",
              "ostergotland",
              "stockholm-city",
              "goteborg",
              "malmo",
              "uppsala",
              "linkoping",
              "orebro",
              "vasteras",
              "helsingborg",
              "norrkoping",
              "jonkoping-city",
              "umea",
              "lund",
              "boras",
              "sundsvall",
              "gavle",
              "karlstad",
              "vaxjo",
              "halmstad",
              "eskilstuna",
              "kalmar",
              "lulea",
              "ostersund",
              "trollhattan",
              "sodertalje",
              "nacka",
              "solna",
              "huddinge"
            ],
            "type": "string",
            "description": "Swedish county or city, same list as the Blocket location picker.",
            "default": ""
          },
          "fuel": {
            "title": "Fuel",
            "enum": [
              "",
              "bensin",
              "diesel",
              "el",
              "etanol",
              "fordonsgas",
              "hybrid-bensin",
              "hybrid-diesel",
              "hybrid-gas",
              "plugin-bensin",
              "plugin-diesel"
            ],
            "type": "string",
            "description": "Fuel type, same options as the Blocket fuel filter.",
            "default": ""
          },
          "transmission": {
            "title": "Gearbox",
            "enum": [
              "",
              "automatic",
              "manual",
              "sequential"
            ],
            "type": "string",
            "description": "Automatic, manual, or sequential.",
            "default": ""
          },
          "price_min": {
            "title": "Minimum price (SEK)",
            "minimum": 0,
            "type": "integer",
            "description": "Lowest price in Swedish kronor."
          },
          "price_max": {
            "title": "Maximum price (SEK)",
            "minimum": 0,
            "type": "integer",
            "description": "Highest price in Swedish kronor."
          },
          "year_min": {
            "title": "Minimum year",
            "minimum": 1950,
            "maximum": 2035,
            "type": "integer",
            "description": "Oldest model year."
          },
          "year_max": {
            "title": "Maximum year",
            "minimum": 1950,
            "maximum": 2035,
            "type": "integer",
            "description": "Newest model year."
          },
          "mileage_min": {
            "title": "Minimum mileage (km)",
            "minimum": 0,
            "type": "integer",
            "description": "Lowest odometer reading in kilometres."
          },
          "mileage_max": {
            "title": "Maximum mileage (km)",
            "minimum": 0,
            "type": "integer",
            "description": "Highest odometer reading in kilometres."
          },
          "sort": {
            "title": "Sort",
            "enum": [
              "published",
              "price_asc",
              "price_desc",
              "year_asc",
              "year_desc"
            ],
            "type": "string",
            "description": "Result order, same options as the site.",
            "default": "published"
          },
          "max_results": {
            "title": "Maximum results",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Maximum rows to return (1–2000).",
            "default": 50
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}