{
  "openapi": "3.0.1",
  "info": {
    "title": "Commercialrealestateau - Business",
    "description": "Scrape CommercialRealEstate.com.au business-for-sale listings across Australia with this Apify actor. Filter by keyword, location, price, category, and sort mode to get fresh leads fast. Extract headlines, descriptions, prices, suburbs, coordinates, agency and agent details in structured data.",
    "version": "0.0",
    "x-build-id": "f9y4SfwoBZRbzE0Ka"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/websift~commercialrealestateau-business/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-websift-commercialrealestateau-business",
        "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/websift~commercialrealestateau-business/runs": {
      "post": {
        "operationId": "runs-sync-websift-commercialrealestateau-business",
        "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/websift~commercialrealestateau-business/run-sync": {
      "post": {
        "operationId": "run-sync-websift-commercialrealestateau-business",
        "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": {
          "searchTerm": {
            "title": "🔎 Search Term",
            "type": "string",
            "description": "Keywords to filter listings.",
            "default": ""
          },
          "maxResults": {
            "title": "📄 Maximum Results",
            "minimum": 10,
            "type": "integer",
            "description": "Maximum number of listings to return.",
            "default": 300
          },
          "sortOption": {
            "title": "↕️ Sort Option",
            "enum": [
              "Featured",
              "Newest First",
              "Cheapest First",
              "Expensive First",
              "Suburb A-Z",
              "Suburb Z-A"
            ],
            "type": "string",
            "description": "Sorting method for listings.",
            "default": "Featured"
          },
          "minPrice": {
            "title": "💵 Minimum Price",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum listing price."
          },
          "maxPrice": {
            "title": "💰 Maximum Price",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum listing price."
          },
          "locations": {
            "title": "📍 Locations",
            "type": "array",
            "description": "Locations to filter by (for example suburb, area, region, or state).",
            "items": {
              "type": "string"
            }
          },
          "accommodation-tourism": {
            "title": "All Accommodation Tourism",
            "type": "boolean",
            "description": "Include all accommodation tourism categories."
          },
          "caravan-park": {
            "title": "Caravan Park",
            "type": "boolean",
            "description": "Include caravan park category."
          },
          "guest-house-bb": {
            "title": "Guest House Bb",
            "type": "boolean",
            "description": "Include guest house bb category."
          },
          "hotel": {
            "title": "Hotel",
            "type": "boolean",
            "description": "Include hotel category."
          },
          "management-rights": {
            "title": "Management Rights",
            "type": "boolean",
            "description": "Include management rights category."
          },
          "motel": {
            "title": "Motel",
            "type": "boolean",
            "description": "Include motel category."
          },
          "resort": {
            "title": "Resort",
            "type": "boolean",
            "description": "Include resort category."
          },
          "tours": {
            "title": "Tours",
            "type": "boolean",
            "description": "Include tours category."
          },
          "automotive": {
            "title": "All Automotive",
            "type": "boolean",
            "description": "Include all automotive categories."
          },
          "accessories-parts": {
            "title": "Accessories Parts",
            "type": "boolean",
            "description": "Include accessories parts category."
          },
          "auto-electrical": {
            "title": "Auto Electrical",
            "type": "boolean",
            "description": "Include auto electrical category."
          },
          "mechanical-repair": {
            "title": "Mechanical Repair",
            "type": "boolean",
            "description": "Include mechanical repair category."
          },
          "panel-beating": {
            "title": "Panel Beating",
            "type": "boolean",
            "description": "Include panel beating category."
          },
          "service-station": {
            "title": "Service Station",
            "type": "boolean",
            "description": "Include service station category."
          },
          "truck": {
            "title": "Truck",
            "type": "boolean",
            "description": "Include truck category."
          },
          "beauty-health": {
            "title": "All Beauty Health",
            "type": "boolean",
            "description": "Include all beauty health categories."
          },
          "beauty-products": {
            "title": "Beauty Products",
            "type": "boolean",
            "description": "Include beauty products category."
          },
          "beauty-salon": {
            "title": "Beauty Salon",
            "type": "boolean",
            "description": "Include beauty salon category."
          },
          "hairdresser": {
            "title": "Hairdresser",
            "type": "boolean",
            "description": "Include hairdresser category."
          },
          "health-beauty": {
            "title": "Health Beauty",
            "type": "boolean",
            "description": "Include health beauty category."
          },
          "medical": {
            "title": "Medical",
            "type": "boolean",
            "description": "Include medical category."
          },
          "recreation-sport": {
            "title": "Recreation Sport",
            "type": "boolean",
            "description": "Include recreation sport category."
          },
          "sports-complex-gym": {
            "title": "Sports Complex Gym",
            "type": "boolean",
            "description": "Include sports complex gym category."
          },
          "building-construction": {
            "title": "All Building Construction",
            "type": "boolean",
            "description": "Include all building construction categories."
          },
          "education-training": {
            "title": "All Education Training",
            "type": "boolean",
            "description": "Include all education training categories."
          },
          "educational": {
            "title": "Educational",
            "type": "boolean",
            "description": "Include educational category."
          },
          "hire": {
            "title": "Hire",
            "type": "boolean",
            "description": "Include hire category."
          },
          "food-beverage-hospitality": {
            "title": "Food Beverage Hospitality",
            "type": "boolean",
            "description": "Include food beverage hospitality category."
          },
          "bakery": {
            "title": "Bakery",
            "type": "boolean",
            "description": "Include bakery category."
          },
          "bars-nightclubs": {
            "title": "Bars Nightclubs",
            "type": "boolean",
            "description": "Include bars nightclubs category."
          },
          "butcher": {
            "title": "Butcher",
            "type": "boolean",
            "description": "Include butcher category."
          },
          "cafe-coffee-shop": {
            "title": "Cafe Coffee Shop",
            "type": "boolean",
            "description": "Include cafe coffee shop category."
          },
          "catering": {
            "title": "Catering",
            "type": "boolean",
            "description": "Include catering category."
          },
          "food-beverage": {
            "title": "Food Beverage",
            "type": "boolean",
            "description": "Include food beverage category."
          },
          "fruit-veg-fresh-produce": {
            "title": "Fruit Veg Fresh Produce",
            "type": "boolean",
            "description": "Include fruit veg fresh produce category."
          },
          "restaurant": {
            "title": "Restaurant",
            "type": "boolean",
            "description": "Include restaurant category."
          },
          "takeaway-food": {
            "title": "Takeaway Food",
            "type": "boolean",
            "description": "Include takeaway food category."
          },
          "franchise-business-opportunities": {
            "title": "All Franchise Business Opportunities",
            "type": "boolean",
            "description": "Include all franchise business opportunities categories."
          },
          "alcohol-grocery": {
            "title": "All Alcohol Grocery",
            "type": "boolean",
            "description": "Include all alcohol grocery categories."
          },
          "alcohol-liquor": {
            "title": "Alcohol Liquor",
            "type": "boolean",
            "description": "Include alcohol liquor category."
          },
          "convenience-store": {
            "title": "Convenience Store",
            "type": "boolean",
            "description": "Include convenience store category."
          },
          "supermarket": {
            "title": "Supermarket",
            "type": "boolean",
            "description": "Include supermarket category."
          },
          "vending": {
            "title": "Vending",
            "type": "boolean",
            "description": "Include vending category."
          },
          "home-garden": {
            "title": "All Home Garden",
            "type": "boolean",
            "description": "Include all home garden categories."
          },
          "garden-household": {
            "title": "Garden Household",
            "type": "boolean",
            "description": "Include garden household category."
          },
          "home-based": {
            "title": "Home Based",
            "type": "boolean",
            "description": "Include home based category."
          },
          "pool-water": {
            "title": "Pool Water",
            "type": "boolean",
            "description": "Include pool water category."
          },
          "import-export-wholesale": {
            "title": "All Import Export Wholesale",
            "type": "boolean",
            "description": "Include all import export wholesale categories."
          },
          "industrial-manufacturing": {
            "title": "All Industrial Manufacturing",
            "type": "boolean",
            "description": "Include all industrial manufacturing categories."
          },
          "oil-gas": {
            "title": "Oil Gas",
            "type": "boolean",
            "description": "Include oil gas category."
          },
          "leisure-entertainment": {
            "title": "All Leisure Entertainment",
            "type": "boolean",
            "description": "Include all leisure entertainment categories."
          },
          "services": {
            "title": "All Services",
            "type": "boolean",
            "description": "Include all services categories."
          },
          "brokerage": {
            "title": "Brokerage",
            "type": "boolean",
            "description": "Include brokerage category."
          },
          "cleaning": {
            "title": "Cleaning",
            "type": "boolean",
            "description": "Include cleaning category."
          },
          "finance": {
            "title": "Finance",
            "type": "boolean",
            "description": "Include finance category."
          },
          "mobile-services": {
            "title": "Mobile Services",
            "type": "boolean",
            "description": "Include mobile services category."
          },
          "mustering": {
            "title": "Mustering",
            "type": "boolean",
            "description": "Include mustering category."
          },
          "photo-printing": {
            "title": "Photo Printing",
            "type": "boolean",
            "description": "Include photo printing category."
          },
          "property-real-estate": {
            "title": "Property Real Estate",
            "type": "boolean",
            "description": "Include property real estate category."
          },
          "repair": {
            "title": "Repair",
            "type": "boolean",
            "description": "Include repair category."
          },
          "scientific": {
            "title": "Scientific",
            "type": "boolean",
            "description": "Include scientific category."
          },
          "security": {
            "title": "Security",
            "type": "boolean",
            "description": "Include security category."
          },
          "rural": {
            "title": "All Rural",
            "type": "boolean",
            "description": "Include all rural categories."
          },
          "sheering": {
            "title": "Sheering",
            "type": "boolean",
            "description": "Include sheering category."
          },
          "retail": {
            "title": "All Retail",
            "type": "boolean",
            "description": "Include all retail categories."
          },
          "clothing-accessories": {
            "title": "Clothing Accessories",
            "type": "boolean",
            "description": "Include clothing accessories category."
          },
          "entertainment-technology": {
            "title": "Entertainment Technology",
            "type": "boolean",
            "description": "Include entertainment technology category."
          },
          "homeware-hardware": {
            "title": "Homeware Hardware",
            "type": "boolean",
            "description": "Include homeware hardware category."
          },
          "newsagency": {
            "title": "Newsagency",
            "type": "boolean",
            "description": "Include newsagency category."
          },
          "office-supplies": {
            "title": "Office Supplies",
            "type": "boolean",
            "description": "Include office supplies category."
          },
          "post-offices": {
            "title": "Post Offices",
            "type": "boolean",
            "description": "Include post offices category."
          },
          "retailer": {
            "title": "Retailer",
            "type": "boolean",
            "description": "Include retailer category."
          },
          "transport-distribution": {
            "title": "All Transport Distribution",
            "type": "boolean",
            "description": "Include all transport distribution categories."
          },
          "courier": {
            "title": "Courier",
            "type": "boolean",
            "description": "Include courier category."
          },
          "storage": {
            "title": "Storage",
            "type": "boolean",
            "description": "Include storage category."
          },
          "manufacturing-engineering": {
            "title": "Manufacturing Engineering",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "wholesale": {
            "title": "Wholesale",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "professional": {
            "title": "Professional",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "cleaning-maintenance": {
            "title": "Cleaning Maintenance",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "juice-bar": {
            "title": "Juice Bar",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "manufacturers": {
            "title": "Manufacturers",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "wholesalers": {
            "title": "Wholesalers",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "car-bus-truck": {
            "title": "Car Bus Truck",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "furniture-timber": {
            "title": "Furniture Timber",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "massage": {
            "title": "Massage",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "training": {
            "title": "Training",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "amusements": {
            "title": "Amusements",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "machinery-metal": {
            "title": "Machinery Metal",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "florist-nursery": {
            "title": "Florist Nursery",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "gardening": {
            "title": "Gardening",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "child-care": {
            "title": "Child Care",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "health-spa": {
            "title": "Health Spa",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "animal-related": {
            "title": "Animal Related",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "entertainment": {
            "title": "Entertainment",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "advertising-marketing": {
            "title": "Advertising Marketing",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "machinery": {
            "title": "Machinery",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "electrical": {
            "title": "Electrical",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "natural-therapies": {
            "title": "Natural Therapies",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "deli": {
            "title": "Deli",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "distributors": {
            "title": "Distributors",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "function-centre": {
            "title": "Function Centre",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "road": {
            "title": "Road",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "communication": {
            "title": "Communication",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "medical-practice": {
            "title": "Medical Practice",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "gambling": {
            "title": "Gambling",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "mining-earth-moving": {
            "title": "Mining Earth Moving",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "aquatic-marine-marina-berth": {
            "title": "Aquatic Marine Marina Berth",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "adult": {
            "title": "Adult",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "detailing": {
            "title": "Detailing",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "glass-ceramic": {
            "title": "Glass Ceramic",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "nails": {
            "title": "Nails",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "agricultural": {
            "title": "Agricultural",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "car-wash": {
            "title": "Car Wash",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "communications": {
            "title": "Communications",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "import": {
            "title": "Import",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "bike-motorcycle": {
            "title": "Bike Motorcycle",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "clothing-footwear": {
            "title": "Clothing Footwear",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "marine": {
            "title": "Marine",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "pest-related": {
            "title": "Pest Related",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "arts-crafts": {
            "title": "Arts Crafts",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "paper-printing": {
            "title": "Paper Printing",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "freight": {
            "title": "Freight",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "boats-marine-marina-berth": {
            "title": "Boats Marine Marina Berth",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "civil": {
            "title": "Civil",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "music-related": {
            "title": "Music Related",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "nursery": {
            "title": "Nursery",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "water": {
            "title": "Water",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "computer-it": {
            "title": "Computer It",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "farming": {
            "title": "Farming",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "media": {
            "title": "Media",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "car": {
            "title": "Car",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "welding": {
            "title": "Welding",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "car-rental": {
            "title": "Car Rental",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "internet": {
            "title": "Internet",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "accounting": {
            "title": "Accounting",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "computer-internet": {
            "title": "Computer Internet",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "recruitment": {
            "title": "Recruitment",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "backpacker-hostel": {
            "title": "Backpacker Hostel",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "employment-recruitment": {
            "title": "Employment Recruitment",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "plastic": {
            "title": "Plastic",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "bus": {
            "title": "Bus",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "copy-laminate": {
            "title": "Copy Laminate",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "irrigation-services": {
            "title": "Irrigation Services",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "car-dealership": {
            "title": "Car Dealership",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "garden-nurseries": {
            "title": "Garden Nurseries",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "livestock": {
            "title": "Livestock",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "dental": {
            "title": "Dental",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "export": {
            "title": "Export",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "travel": {
            "title": "Travel",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "bookkeeping": {
            "title": "Bookkeeping",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "aged-care": {
            "title": "Aged Care",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "legal": {
            "title": "Legal",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "limousine-taxi": {
            "title": "Limousine Taxi",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "nursing-home": {
            "title": "Nursing Home",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "alarms": {
            "title": "Alarms",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "taxi": {
            "title": "Taxi",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "crop-harvesting": {
            "title": "Crop Harvesting",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "driving-schools": {
            "title": "Driving Schools",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "retirement-village": {
            "title": "Retirement Village",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "boarding-kennels": {
            "title": "Boarding Kennels",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "pharmacies": {
            "title": "Pharmacies",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "wreckers": {
            "title": "Wreckers",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "air": {
            "title": "Air",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "aquaculture": {
            "title": "Aquaculture",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "dairy-farming": {
            "title": "Dairy Farming",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "hospital": {
            "title": "Hospital",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "insurance": {
            "title": "Insurance",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "land-clearing": {
            "title": "Land Clearing",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "sea": {
            "title": "Sea",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "aircraft": {
            "title": "Aircraft",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "customs": {
            "title": "Customs",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "financial-services": {
            "title": "Financial Services",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "grocery": {
            "title": "Grocery",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "variety-store": {
            "title": "Variety Store",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "construction": {
            "title": "Construction",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "fertiliser": {
            "title": "Fertiliser",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "fishing-forestry": {
            "title": "Fishing Forestry",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "fruit-picking": {
            "title": "Fruit Picking",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "hunting-trap": {
            "title": "Hunting Trap",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "parking-car-space": {
            "title": "Parking Car Space",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "theme-park": {
            "title": "Theme Park",
            "type": "boolean",
            "description": "Include undocumented category."
          },
          "wool-classing": {
            "title": "Wool Classing",
            "type": "boolean",
            "description": "Include undocumented category."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}