# A2Z Event Map Booth Directory Scraper

**Use case:** 

Scrape exhibitors and booths from a public A2Z event map URL with optional profile-page detail enrichment.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://antique.a2zinc.net/OMBAS2026/Public/EventMap.aspx"
    }
  ],
  "maxItems": 150,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "boothNumber": {
    "label": "Booth",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "eventName": {
    "label": "Event",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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