# FACHPACK Exhibitor Scraper

**Use case:** 

Scrape FACHPACK exhibitors from NürnbergMesse with booth, country, category, profile, and public contact fields.

## Input

```json
{
  "query": "packaging",
  "eventSites": [
    "fachpa"
  ],
  "startUrls": [
    {
      "url": "https://www.nuernbergmesse.de/en/exhibitors/t2-maschinenbau-gmbh-2413297"
    }
  ],
  "maxItems": 100,
  "includeContacts": true
}
```

## Output

```json
{
  "eventSite": {
    "label": "Event site"
  },
  "eventName": {
    "label": "Event name"
  },
  "exhibitorName": {
    "label": "Exhibitor name"
  },
  "companyType": {
    "label": "Company type"
  },
  "booth": {
    "label": "Booth"
  },
  "country": {
    "label": "Country"
  },
  "city": {
    "label": "City"
  },
  "email": {
    "label": "Email"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "categories": {
    "label": "Categories"
  },
  "productGroups": {
    "label": "Product groups"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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