# Boot Düsseldorf Exhibitor Data Extractor

**Use case:** 

Extract comprehensive exhibitor information from Boot Düsseldorf, including company names, booth numbers, and contact details.

## Input

```json
{
  "exhibitions": "boot-dusseldorf",
  "includeDetails": true,
  "incrementalScrape": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "booth": {
    "label": "Booth",
    "format": "string"
  },
  "exhibition": {
    "label": "Exhibition",
    "format": "string"
  },
  "contact.email": {
    "label": "Email",
    "format": "string"
  },
  "contact.phone": {
    "label": "Phone",
    "format": "string"
  },
  "contact.website": {
    "label": "Website",
    "format": "string"
  },
  "address.city": {
    "label": "City",
    "format": "string"
  },
  "address.country": {
    "label": "Country",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Exhibition Scraper](https://apify.com/tacps126/exhibition-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tacps126/exhibition-scraper) to learn more, explore other use cases, and run it yourself.