# Map Your Show Scraper

**Use case:** 

Scrape Map Your Show pages for exhibitor names, booths, websites, contact details, categories, logos, and social links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://packeast26.mapyourshow.com/8_0/explore/exhibitor-gallery.cfm"
    }
  ],
  "maxItems": 100,
  "includeBoothDimensions": false
}
```

## Output

```json
{
  "exhibitorName": {
    "label": "Exhibitor name",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "booths": {
    "label": "Booths",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "contactPersons": {
    "label": "Contact persons",
    "format": "array"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "object"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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