{
  "openapi": "3.0.1",
  "info": {
    "title": "Wolt Scraper - Restaurants, Menus, Prices & Leads",
    "description": "Scrape Wolt restaurants & grocery stores by city or coordinates: ratings, cuisines, delivery fees, ETA, price range, address & geo — plus full menus with item prices, modifiers, dietary labels, and merchant legal-entity leads. Monitoring mode for only-new/changed data. No API key, no browser.",
    "version": "0.1",
    "x-build-id": "e2yboMvd1ybjRpSgK"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapesage~wolt-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapesage-wolt-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/scrapesage~wolt-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scrapesage-wolt-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/scrapesage~wolt-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scrapesage-wolt-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": {
          "cities": {
            "title": "Cities",
            "type": "array",
            "description": "City (or address) names to scrape. Each is geocoded via Wolt and returns every venue that delivers there — e.g. `Helsinki`, `Berlin`, `Stockholm`, `Copenhagen`, `Tel Aviv`, `Athens`, `Prague`, `Warsaw`, `Budapest`. Wolt operates across the Nordics, Baltics, DACH, Central/Eastern & Southern Europe, Israel and the Caucasus.",
            "items": {
              "type": "string"
            }
          },
          "coordinates": {
            "title": "Coordinates (optional)",
            "type": "array",
            "description": "Precise delivery points as `lat,lon` strings, e.g. `60.1699,24.9384`. Use this to target a specific neighbourhood instead of a whole city. Returns every venue delivering to that point.",
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "Start URLs (optional)",
            "type": "array",
            "description": "Wolt URLs. A venue URL (`https://wolt.com/en/fin/helsinki/restaurant/<slug>`) scrapes that single venue (with detail and, optionally, its menu). A city URL (`https://wolt.com/en/fin/helsinki`) is resolved to that city's coordinates and browsed.",
            "items": {
              "type": "string"
            }
          },
          "searchQueries": {
            "title": "Keyword filter (optional)",
            "type": "array",
            "description": "Only keep venues whose name, cuisines or tags contain any of these terms, e.g. `sushi`, `pizza`, `burger`, `vegan`, `kebab`, `grocery`, `breakfast`. Leave empty for all venues in the location.",
            "items": {
              "type": "string"
            }
          },
          "productLine": {
            "title": "Venue type",
            "enum": [
              "all",
              "restaurant",
              "grocery"
            ],
            "type": "string",
            "description": "Restrict to restaurants or to grocery/retail stores (Wolt Market & partner shops). `All` returns everything.",
            "default": "all"
          },
          "maxRestaurants": {
            "title": "Max venues per location",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Cap on venues collected per city/coordinate (a big city can list 1,000–2,000). The default keeps runs fast and cheap.",
            "default": 100
          },
          "includeVenueDetail": {
            "title": "Include venue detail (phone, website, merchant, hours, fees)",
            "type": "boolean",
            "description": "For each venue, fetch its detail page for phone, website, full opening & delivery hours, service/bag fees, minimum order, payment methods and the merchant legal entity (registered business name, business ID and address) — ideal for B2B lead generation. One light request per venue. Turn off for a faster, listing-only run (the listing already has rating, cuisines, delivery fee, ETA and geo).",
            "default": true
          },
          "includeMenu": {
            "title": "Include full menu (items + prices)",
            "type": "boolean",
            "description": "For each venue, also extract its complete menu: every item with description, price, discounts, dietary labels, images and (optionally) modifier/option groups, grouped by category. This is the headline feature for price monitoring and menu analysis. Adds one larger request per venue.",
            "default": false
          },
          "includeModifiers": {
            "title": "Include menu modifiers & options",
            "type": "boolean",
            "description": "When menus are included, also resolve item modifier/option groups (e.g. sizes, toppings, sides, choices) with their names, selection rules and surcharge prices.",
            "default": true
          },
          "minRating": {
            "title": "Minimum rating (0–10)",
            "minimum": 0,
            "maximum": 10,
            "type": "integer",
            "description": "Only keep venues with a Wolt score at or above this value (Wolt scores run 0–10). 0 = keep all.",
            "default": 0
          },
          "onlineOnly": {
            "title": "Online only",
            "type": "boolean",
            "description": "Only keep venues currently online (accepting orders right now).",
            "default": false
          },
          "openNowOnly": {
            "title": "Open & delivering now only",
            "type": "boolean",
            "description": "Only keep venues that are online and currently delivering.",
            "default": false
          },
          "language": {
            "title": "Content language",
            "type": "string",
            "description": "Two-letter language code for Wolt content (venue descriptions, menu item names), e.g. `en`, `fi`, `sv`, `de`, `da`, `pl`, `cs`, `el`. Defaults to English; falls back to the venue's local language where English is unavailable.",
            "default": "en"
          },
          "monitorMode": {
            "title": "Monitoring mode — only new / changed venues",
            "type": "boolean",
            "description": "Remember venues seen in previous runs (in a named key-value store) and emit only NEW venues and ones whose rating, delivery fee, minimum order, online status, price range, promotions or menu price range changed (tagged with `changeType`). Perfect for tracking a city on a schedule without re-paying for unchanged rows. Works alongside Apify Schedules — schedule the run, this controls what's emitted.",
            "default": false
          },
          "monitorStoreName": {
            "title": "Monitor store name",
            "type": "string",
            "description": "Named key-value store holding the 'already seen' venue ids/fingerprints for monitoring mode. Use a different name per tracked city/feed to keep histories separate. Lowercase letters, digits and hyphens only.",
            "default": "wolt-monitor"
          },
          "maxConcurrency": {
            "title": "Max concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Maximum number of venue detail/menu requests fetched in parallel.",
            "default": 6
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxy settings. Apify Proxy is recommended. The default datacenter proxy works well with Wolt; switch to RESIDENTIAL only if you see rate-limiting on very large runs.",
            "default": {
              "useApifyProxy": true
            }
          },
          "urlsFromFile": {
            "title": "Import URLs from a file",
            "type": "string",
            "description": "Paste a list of URLs (one per line), OR one link to a .txt/.csv file, Google Sheet or Google Drive file containing them. Lets you import many Start URLs at once instead of typing each. Google Sheet/Drive share links are handled automatically."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}