# Find Ambiente design exhibitors and contacts

**Use case:** 

Search Ambiente exhibitors for design-related companies and enrich results with public Messe Frankfurt profile details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ambiente.messefrankfurt.com/frankfurt/en/exhibitor-search.html"
    }
  ],
  "fairIds": [],
  "query": "design",
  "maxItems": 50,
  "pageSize": 25,
  "includeDetails": true,
  "delayMs": 100
}
```

## Output

```json
{
  "fairName": {
    "label": "Fair"
  },
  "exhibitorName": {
    "label": "Exhibitor"
  },
  "hallStand": {
    "label": "Hall / stand"
  },
  "country": {
    "label": "Country"
  },
  "city": {
    "label": "City"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "productCategories": {
    "label": "Categories"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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