{
  "openapi": "3.0.1",
  "info": {
    "title": "Exhibitor List Scraper — Trade Shows & Expos (11,000+)",
    "description": "Build B2B lead lists from any trade show or expo. This exhibitor list scraper pulls company-level data from 11,000+ global exhibitions — filter by country, industry AND date together. JSON + CSV, CRM/LLM-ready, no personal data.",
    "version": "1.0",
    "x-build-id": "w39wHvMQgfEsiFNex"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/mochiboo~trade-show-directory-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-mochiboo-trade-show-directory-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/mochiboo~trade-show-directory-scraper/runs": {
      "post": {
        "operationId": "runs-sync-mochiboo-trade-show-directory-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/mochiboo~trade-show-directory-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-mochiboo-trade-show-directory-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": {
          "industries": {
            "title": "Industry sectors",
            "type": "array",
            "description": "One or more industry sectors to include. Leave empty for ALL industries. (Combine freely with Country and Date — this is the filter the other directory scrapers can't do together.)",
            "items": {
              "type": "string",
              "enum": [
                "agriculture-forestry",
                "automobile-automotive-industry",
                "aerospace-defense",
                "banks-insurance-investors",
                "building-construction-architecture",
                "chemistry-energy-materials",
                "consumer-goods",
                "decoration-furniture-lighting",
                "education-training-employment",
                "electronics-electrotechnics",
                "environmental",
                "fashion-apparel-textiles-leather-fur",
                "food-beverages-hospitality",
                "healthcare-pharmaceuticals",
                "ict-information-communications-technologies",
                "industrial-fairs",
                "jewellery-watch-making-gifts",
                "leisure-sports-hobbies",
                "logistics-transport-packaging",
                "medical-equipment",
                "office-equipment-service",
                "optik-brillen",
                "printing-editing-graphic-design",
                "quality-security",
                "sciences-for-engineers-r-d",
                "shipping-railways-engineering",
                "techniques-process-equipment",
                "tourism-travel"
              ],
              "enumTitles": [
                "Agriculture & Forestry",
                "Automobile & Automotive Industry",
                "Aerospace & Defense",
                "Banks, Insurance & Investors",
                "Building, Construction & Architecture",
                "Chemistry, Energy & Materials",
                "Consumer Goods",
                "Decoration, Furniture & Lighting",
                "Education, Training & Employment",
                "Electronics & Electrotechnics",
                "Environmental",
                "Fashion, Apparel, Textiles & Leather",
                "Food, Beverages & Hospitality",
                "Healthcare & Pharmaceuticals",
                "ICT (Information & Communications Tech)",
                "Industrial Fairs",
                "Jewellery, Watchmaking & Gifts",
                "Leisure, Sports & Hobbies",
                "Logistics, Transport & Packaging",
                "Medical Equipment",
                "Office Equipment & Services",
                "Optics & Eyewear",
                "Printing, Editing & Graphic Design",
                "Quality & Security",
                "Sciences for Engineers & R&D",
                "Shipping, Railways & Engineering",
                "Techniques, Process & Equipment",
                "Tourism & Travel"
              ]
            },
            "default": []
          },
          "countries": {
            "title": "Countries",
            "type": "array",
            "description": "One or more countries. Leave empty for ALL countries. Friendly names work and are auto-resolved — e.g. \"united-states\" / \"usa\" / \"us\", \"uk\" / \"united-kingdom\", \"uae\", \"south-korea\", plus plain names like \"germany\", \"france\", \"china\", \"japan\", \"india\", \"singapore\", \"canada\", \"australia\", \"brazil\", \"mexico\". Combine freely with Industries.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "dateFrom": {
            "title": "Date from (YYYY-MM-DD)",
            "type": "string",
            "description": "Only include trade shows whose next/upcoming date is on or after this date. Leave empty for no lower bound."
          },
          "dateTo": {
            "title": "Date to (YYYY-MM-DD)",
            "type": "string",
            "description": "Only include trade shows whose next/upcoming date is on or before this date. Leave empty for no upper bound."
          },
          "fetchDetails": {
            "title": "Fetch detail pages (adds venue + organizer company contacts)",
            "type": "boolean",
            "description": "If enabled, each trade show's detail page is fetched to add venue, organizer (company-level), website, audience type, full sector tags, and all upcoming dates. Slower and costs more results, but far richer. Personal data is never collected.",
            "default": true
          },
          "maxResults": {
            "title": "Max results",
            "minimum": 0,
            "maximum": 50000,
            "type": "integer",
            "description": "Stop after this many trade shows (across all filters combined). Use a small number for a test run. 0 = no limit.",
            "default": 100
          },
          "startUrls": {
            "title": "Advanced: custom start URLs",
            "type": "array",
            "description": "Optional. Paste specific EventsEye listing or detail URLs to scrape directly (overrides the filters above). Each item: { \"url\": \"https://www.eventseye.com/fairs/...\" }.",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "maxConcurrency": {
            "title": "Advanced: max concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Maximum parallel requests. Kept low by default to be polite to the source site.",
            "default": 5
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}