{
  "openapi": "3.0.1",
  "info": {
    "title": "Uber Eats Scraper | Menus Stores Feed Search",
    "description": "Scrape Uber Eats restaurants, menus, city/category SEO pages, delivery feed & search across 40+ locales. Extract store UUID, ratings, ETA, price buckets, cuisine slugs. Export Excel/CSV/JSON. Unofficial — not affiliated with Uber.",
    "version": "0.1",
    "x-build-id": "PNAm2OSBVUKNjvZc4"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lentic_clockss~ubereats-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lentic_clockss-ubereats-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/lentic_clockss~ubereats-scraper/runs": {
      "post": {
        "operationId": "runs-sync-lentic_clockss-ubereats-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/lentic_clockss~ubereats-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-lentic_clockss-ubereats-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": {
          "mode": {
            "title": "Mode",
            "enum": [
              "city",
              "category",
              "cuisines",
              "location",
              "feed",
              "search",
              "store",
              "menu_item",
              "brand",
              "resolve_place",
              "startUrls"
            ],
            "type": "string",
            "description": "city | category | cuisines | location | feed | search | store | menu_item | brand | resolve_place | startUrls",
            "default": "city"
          },
          "locale": {
            "title": "Locale",
            "enum": [
              "us",
              "ca",
              "gb",
              "au",
              "nz",
              "ie",
              "fr",
              "de",
              "es",
              "it",
              "pt",
              "nl",
              "be",
              "at",
              "ch",
              "pl",
              "se",
              "no",
              "dk",
              "fi",
              "cz",
              "ro",
              "gr",
              "mx",
              "br",
              "cl",
              "co",
              "ar",
              "cr",
              "ec",
              "pa",
              "do",
              "gt",
              "jp",
              "tw",
              "kr",
              "in",
              "sg",
              "hk",
              "za",
              "ke",
              "ng",
              "gh",
              "ae",
              "sa",
              "qa"
            ],
            "type": "string",
            "description": "Path locale on www.ubereats.com (us = no prefix). proxyCountry defaults from locale.",
            "default": "us"
          },
          "citySlug": {
            "title": "City slug",
            "type": "string",
            "description": "SEO city slug, e.g. houston-tx or toronto-on. Required for default city mode.",
            "default": "denver-co"
          },
          "cuisineSlug": {
            "title": "Cuisine slug",
            "type": "string",
            "description": "Required for category mode, e.g. mexican or thai. Alias: categorySlug."
          },
          "categorySlug": {
            "title": "Category slug (alias)",
            "type": "string",
            "description": "Alias of cuisineSlug for category mode"
          },
          "brandSlug": {
            "title": "Brand slug",
            "type": "string",
            "description": "For mode=brand, e.g. mcdonalds"
          },
          "query": {
            "title": "Search query",
            "type": "string",
            "description": "Required for search mode"
          },
          "address": {
            "title": "Delivery address",
            "type": "string",
            "description": "Human address; worker resolves Uber Eats pl for feed/search/resolve_place"
          },
          "pl": {
            "title": "Place encoding (pl)",
            "type": "string",
            "description": "Encoded delivery place; optional if address is set"
          },
          "place": {
            "title": "Place (alias of pl)",
            "type": "string",
            "description": "Alias of pl"
          },
          "diningMode": {
            "title": "Dining mode",
            "type": "string",
            "description": "Usually DELIVERY",
            "default": "DELIVERY"
          },
          "vertical": {
            "title": "Search vertical",
            "enum": [
              "ALL",
              "RESTAURANTS",
              "GROCERY",
              "ALCOHOL",
              "SHOP",
              "RETAIL"
            ],
            "type": "string",
            "description": "ALL | RESTAURANTS | GROCERY | ALCOHOL (last two experimental)",
            "default": "ALL"
          },
          "storeUrl": {
            "title": "Store URL",
            "type": "string",
            "description": "Full /store/{slug}/{token} URL"
          },
          "storeUuid": {
            "title": "Store UUID",
            "type": "string",
            "description": "Store UUID (optional if storeUrl provided)"
          },
          "storeSlug": {
            "title": "Store slug",
            "type": "string",
            "description": "Store URL slug segment"
          },
          "sectionUuid": {
            "title": "Section UUID",
            "type": "string",
            "description": "For menu_item; auto-resolved from catalog when omitted"
          },
          "subsectionUuid": {
            "title": "Subsection UUID",
            "type": "string",
            "description": "For menu_item; auto-resolved from catalog when omitted"
          },
          "menuItemUuid": {
            "title": "Menu item UUID",
            "type": "string",
            "description": "Menu item UUID for menu_item mode"
          },
          "page": {
            "title": "SEO start page",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "SEO city/category starting ?page=N",
            "default": 1
          },
          "maxPages": {
            "title": "Max pages",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Cap SEO/RPC pages; 0 follows totalPages/hasMore (worker-capped)",
            "default": 0
          },
          "maxResults": {
            "title": "Max results",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Maximum dataset rows. Free plan capped at 200.",
            "default": 1
          },
          "enrichDetails": {
            "title": "Enrich store with menu items",
            "type": "boolean",
            "description": "When mode=store, also emit catalog menu_item rows",
            "default": true
          },
          "includeCuisines": {
            "title": "Include cuisine nodes on city scrape",
            "type": "boolean",
            "description": "When mode=city, also emit category nodes from topCategories",
            "default": false
          },
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Optional Uber Eats URLs",
            "items": {
              "type": "string"
            }
          },
          "workerBaseUrl": {
            "title": "Worker base URL override",
            "type": "string",
            "description": "Optional HTTPS Cloud Run override (allowlisted)"
          },
          "proxyCountry": {
            "title": "Proxy country hint",
            "type": "string",
            "description": "Optional; defaults from locale"
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}