{
  "openapi": "3.0.1",
  "info": {
    "title": "Helgoland Spirits Scraper",
    "description": "Scrape spirits, wine, and beverage products from Onlineshop Helgoland. Extract prices, stock levels, bottle sizes, EANs, distillery details, descriptions, and images in structured JSON. Supports category-based and direct URL scraping.",
    "version": "0.0",
    "x-build-id": "nYHol7eKU7fgKwfhG"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapyspider~onlineshop-helgoland-wishkey-scp/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapyspider-onlineshop-helgoland-wishkey-scp",
        "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/scrapyspider~onlineshop-helgoland-wishkey-scp/runs": {
      "post": {
        "operationId": "runs-sync-scrapyspider-onlineshop-helgoland-wishkey-scp",
        "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/scrapyspider~onlineshop-helgoland-wishkey-scp/run-sync": {
      "post": {
        "operationId": "run-sync-scrapyspider-onlineshop-helgoland-wishkey-scp",
        "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": {
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Directly provide listing or product page URLs to scrape. If provided, the Spirit Categories selection is ignored.",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "spiritCategories": {
            "title": "Spirit Categories",
            "type": "array",
            "description": "Select one or more spirit categories to scrape. URLs are built automatically based on your language selection. Ignored if Start URLs are provided.",
            "items": {
              "type": "string",
              "enum": [
                "whisky-single-malt",
                "whisky-blended",
                "whisky-bourbon",
                "whisky-scotch",
                "whisky-ireland",
                "whisky-usa",
                "whisky-japan",
                "rum-brown",
                "rum-gold",
                "rum-white",
                "rum-spiced",
                "rum-cuba",
                "gins-dry",
                "gins-london-dry",
                "gins-new-western-dry",
                "gins-flavoured",
                "gins-germany",
                "vodka-poland",
                "vodka-germany",
                "vodka-usa",
                "vodka-russia",
                "other-aquavit",
                "other-cognac",
                "other-liqueur",
                "other-fruit-brandy",
                "other-tequila",
                "wines-wine",
                "wines-port-sherry",
                "wines-sparkling",
                "wines-champagne",
                "wines-large-bottles",
                "wines-gift-sets",
                "wines-rarities",
                "wines-helgoland",
                "wines-non-alcoholic"
              ],
              "enumTitles": [
                "Whisky — Single Malt",
                "Whisky — Blended Whisky",
                "Whisky — Bourbon Whiskey",
                "Whisky — Scotch / Scotland",
                "Whisky — Ireland",
                "Whisky — USA",
                "Whisky — Japan",
                "Rum — Brown Rum",
                "Rum — Gold Rum",
                "Rum — White Rum",
                "Rum — Spiced Rum",
                "Rum — Cuba Rum",
                "Gins — Dry",
                "Gins — London Dry",
                "Gins — New Western Dry",
                "Gins — Flavoured",
                "Gins — Germany",
                "Vodka — Poland",
                "Vodka — Germany",
                "Vodka — USA",
                "Vodka — Russia",
                "Other — Aquavit",
                "Other — Cognac & Brandy",
                "Other — Liqueur & Herbs",
                "Other — Fruit Brandy & Grappa",
                "Other — Tequila",
                "Wines & Co. — Wine",
                "Wines & Co. — Port Wine & Sherry",
                "Wines & Co. — Sparkling Wine & Prosecco",
                "Wines & Co. — Champagne",
                "Wines & Co. — Large Bottles",
                "Wines & Co. — Gift Sets",
                "Wines & Co. — Rarities",
                "Wines & Co. — Helgoland Spirits",
                "Wines & Co. — Non-Alcoholic"
              ]
            },
            "default": [
              "whisky-single-malt"
            ]
          },
          "language": {
            "title": "Website Language",
            "enum": [
              "en",
              "de"
            ],
            "type": "string",
            "description": "Language version of the website to scrape. Affects both the base URL prefix (/en/ or /de/) and category slugs.",
            "default": "en"
          },
          "maxPages": {
            "title": "Max Pages Per Category",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of listing pages to crawl per category. Set to 0 for unlimited.",
            "default": 0
          },
          "maxResults": {
            "title": "Max Results",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum total number of product records to save to the dataset. Set to 0 for unlimited.",
            "default": 0
          },
          "maxRequestsPerCrawl": {
            "title": "Max Requests Per Crawl",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of pages to visit (listing + detail combined). Set to 0 for unlimited.",
            "default": 0
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Proxy settings. Recommended to avoid blocks on repeated runs.",
            "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
                  }
                }
              },
              "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}