# Hydrogen Exhibitor Prospect List Scraper

**Use case:** 

Build a hydrogen exhibitor prospect list from Hannover Messe with company names, booth data, profile URLs, and source metadata.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hannovermesse.de/en/search/?category=ep"
    }
  ],
  "search": "hydrogen",
  "maxItems": 75,
  "includeDetails": false,
  "delayMs": 100
}
```

## Output

```json
{
  "eventName": {
    "label": "Event"
  },
  "exhibitorName": {
    "label": "Exhibitor"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "hallStand": {
    "label": "Hall / stand"
  },
  "city": {
    "label": "City"
  },
  "countryCode": {
    "label": "Country"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "sourcePage": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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