# Find Anuga honey suppliers and brands

**Use case:** 

Search the official Anuga exhibitor directory for honey suppliers and enrich matching company profiles.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.anuga.com/anuga-exhibitors/list-of-exhibitors/"
    }
  ],
  "query": "honey",
  "maxItems": 25
}
```

## Output

```json
{
  "name": {
    "label": "Exhibitor name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "hall": {
    "label": "Hall",
    "format": "string"
  },
  "stand": {
    "label": "Stand",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "email": {
    "label": "Public email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "brands": {
    "label": "Brands",
    "format": "array"
  },
  "products": {
    "label": "Products",
    "format": "array"
  },
  "sponsored": {
    "label": "Sponsored listing",
    "format": "boolean"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

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