# electronica Exhibitor Directory Scraper

**Use case:** 

Scrape Messe Munich electronica exhibitor profiles with company names, booth details, contacts, websites, and product tags.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://exhibitors.electronica.de/ausstellerportal/2024/aussteller/"
    }
  ],
  "maxItems": 100,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "eventName": {
    "label": "Event",
    "format": "text"
  },
  "eventYear": {
    "label": "Year",
    "format": "text"
  },
  "booth": {
    "label": "Booth",
    "format": "text"
  },
  "hall": {
    "label": "Hall",
    "format": "text"
  },
  "exhibitorType": {
    "label": "Exhibitor type",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "productTags": {
    "label": "Product tags",
    "format": "array"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Messe Munich Exhibitor Scraper](https://apify.com/automation-lab/messe-munich-exhibitor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/messe-munich-exhibitor-scraper) to learn more, explore other use cases, and run it yourself.