{
  "openapi": "3.0.1",
  "info": {
    "title": "Tagvenue Scraper",
    "description": "Scrape venue and room details from Tagvenue.com—including location, capacity, amenities, pricing, reviews, and accessibility. Supports direct URLs or search queries with rich filters. Ideal for event planning, lead generation, market research, and venue analytics. Structured, fast, customizable.",
    "version": "0.0",
    "x-build-id": "UE3NcDyCHDkXaobae"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lexis-solutions~tagvenue-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lexis-solutions-tagvenue-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/lexis-solutions~tagvenue-scraper/runs": {
      "post": {
        "operationId": "runs-sync-lexis-solutions-tagvenue-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/lexis-solutions~tagvenue-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-lexis-solutions-tagvenue-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",
        "required": [
          "maxItems"
        ],
        "properties": {
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "URLs to start with.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "maxItems": {
            "title": "Maximum number of items",
            "type": "integer",
            "description": "Maximum number of items that will be extracted.",
            "default": 10
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Your proxy configuration from Apify",
            "default": {
              "useApifyProxy": false,
              "apifyProxyGroups": []
            }
          },
          "eventQuery": {
            "title": "Event Query",
            "type": "string",
            "description": "Event Query"
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Location"
          },
          "page": {
            "title": "Page",
            "minimum": 1,
            "type": "integer",
            "description": "Page"
          },
          "people": {
            "title": "People",
            "minimum": 0,
            "type": "integer",
            "description": "People"
          },
          "roomLayout": {
            "title": "Room Layout",
            "enum": [
              "0",
              "100",
              "1",
              "5",
              "3",
              "2",
              "4",
              "6"
            ],
            "type": "string",
            "description": "Room Layout"
          },
          "date": {
            "title": "Date",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Start date in the format YYYY-MM-DD"
          },
          "timeFrom": {
            "title": "Time From",
            "enum": [
              "1",
              "2",
              "3",
              "4",
              "5",
              "6",
              "7",
              "8",
              "9",
              "10",
              "11",
              "12",
              "13",
              "14",
              "15",
              "16",
              "17",
              "18",
              "19",
              "20",
              "21",
              "22",
              "23",
              "24",
              "25",
              "26",
              "27",
              "28",
              "29",
              "30",
              "31",
              "32",
              "33",
              "34",
              "35",
              "36",
              "37",
              "38",
              "39",
              "40",
              "41",
              "42",
              "43",
              "44",
              "45",
              "46",
              "47",
              "48"
            ],
            "type": "string",
            "description": "Time From"
          },
          "timeTo": {
            "title": "Time To",
            "enum": [
              "1",
              "2",
              "3",
              "4",
              "5",
              "6",
              "7",
              "8",
              "9",
              "10",
              "11",
              "12",
              "13",
              "14",
              "15",
              "16",
              "17",
              "18",
              "19",
              "20",
              "21",
              "22",
              "23",
              "24",
              "25",
              "26",
              "27",
              "28",
              "29",
              "30",
              "31",
              "32",
              "33",
              "34",
              "35",
              "36",
              "37",
              "38",
              "39",
              "40",
              "41",
              "42",
              "43",
              "44",
              "45",
              "46",
              "47",
              "48",
              "49"
            ],
            "type": "string",
            "description": "Time To"
          },
          "minPrice": {
            "title": "Min Price",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Page"
          },
          "maxPrice": {
            "title": "Max Price",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Page"
          },
          "cateringOptions": {
            "title": "Catering Options",
            "type": "array",
            "description": "Catering Options",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "8",
                "16",
                "7",
                "1001",
                "1000",
                "18",
                "20",
                "14",
                "2",
                "15",
                "3",
                "21"
              ],
              "enumTitles": [
                "Venue offers catering",
                "Venue provides alcohol",
                "External catering allowed",
                "BYO alcohol allowed",
                "No buyout fee for external catering",
                "No corkage fee for BYO alcohol",
                "Kitchen facilities available for guests",
                "Vegetarian menu",
                "Vegan menu",
                "Halal menu",
                "Gluten-free menu",
                "Kosher menu",
                "Free refreshments"
              ]
            }
          },
          "venueParts": {
            "title": "Venue Parts",
            "type": "array",
            "description": "Venue Parts",
            "items": {
              "type": "string",
              "enum": [
                "the_whole_venue",
                "private_space_within_the_venue",
                "semi_private_area_within_the_space",
                "shared_space",
                "private_outdoor_space",
                "semi_private_outdoor_space"
              ],
              "enumTitles": [
                "Whole venue",
                "Private space within the venue",
                "Semi-private area within the space",
                "Shared space",
                "Private outdoor space",
                "Semi-private outdoor space"
              ]
            }
          },
          "venueTypes": {
            "title": "Venue Types",
            "type": "array",
            "description": "Venue Types",
            "items": {
              "type": "string",
              "enum": [
                "196",
                "187",
                "197",
                "182",
                "296",
                "194",
                "208",
                "238",
                "79",
                "226",
                "188",
                "181",
                "191",
                "269",
                "274",
                "270",
                "272",
                "179",
                "180",
                "268",
                "178",
                "254",
                "32",
                "277",
                "75",
                "213",
                "292",
                "214",
                "3",
                "302",
                "227",
                "189",
                "289",
                "273"
              ],
              "enumTitles": [
                "Bar",
                "Hotel",
                "Restaurant",
                "Pub",
                "Cocktail Bar",
                "Cafe",
                "Nightclub",
                "Boat",
                "Cinema",
                "Gallery",
                "Museum",
                "Theatre",
                "Community Centre",
                "Conference Centre",
                "Coworking Space",
                "Meeting Centre",
                "University / Academic Building",
                "Church",
                "Warehouse",
                "Apartment",
                "Hall",
                "Loft",
                "Dance Studio",
                "Photo / Film Studio",
                "Recording Studio",
                "Rehearsal Studio",
                "Podcast Studio",
                "Music Studio",
                "Art Studio",
                "Fitness Studio",
                "Library",
                "Country House",
                "Winery / Brewery",
                "Sports Club"
              ]
            }
          },
          "roomFeatures": {
            "title": "Room Features",
            "type": "array",
            "description": "Room Features",
            "items": {
              "type": "string",
              "enum": [
                "12",
                "5",
                "8",
                "19",
                "7",
                "6",
                "9",
                "13",
                "10",
                "16",
                "11"
              ],
              "enumTitles": [
                "Music speakers / PA system",
                "Wifi",
                "Projector",
                "Quiet space",
                "Air conditioning",
                "Natural Light",
                "Flatscreen TV",
                "Conference call facilities",
                "Whiteboard",
                "Storage space",
                "Flip charts"
              ]
            }
          },
          "accessibilityFeatures": {
            "title": "Accessibility Features",
            "type": "array",
            "description": "Accessibility Features",
            "items": {
              "type": "string",
              "enum": [
                "wheelchairAccessible",
                "disabledToilets",
                "groundLevel",
                "disabledParking",
                "liftAllFloors",
                "cargoLift"
              ],
              "enumTitles": [
                "Wheelchair accessible",
                "Accessible toilets",
                "Step-free guest entrance",
                "Accessible parking spot",
                "Lift to all floors",
                "Cargo lift"
              ]
            }
          },
          "ageRestriction": {
            "title": "Age Restriction",
            "type": "boolean",
            "description": "Age Restriction",
            "default": false
          },
          "onlyShowSuperVenues": {
            "title": "Only Show Super Venues",
            "type": "boolean",
            "description": "Only Show Super Venues",
            "default": false
          },
          "cancellationFlexibility": {
            "title": "Cancellation Flexibility",
            "type": "boolean",
            "description": "Cancellation Flexibility",
            "default": 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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}