# Aerospace & Defense Eventseye Trade Shows

**Use case:** 

Extract Eventseye Trade Shows data filtered by Aerospace & Defense. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "aerospace-defense",
  "region": "",
  "country": "",
  "month": "",
  "yearOffset": 0,
  "fetchDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Show Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "dates": {
    "label": "Dates",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "firstEdition": {
    "label": "First Edition",
    "format": "text"
  },
  "exhibitorCount": {
    "label": "Exhibitors",
    "format": "number"
  },
  "visitorCount": {
    "label": "Visitors",
    "format": "number"
  },
  "exhibitionSpaceSqm": {
    "label": "Space (sqm)",
    "format": "number"
  },
  "frequency": {
    "label": "Frequency",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Eventseye Trade Shows Scraper](https://apify.com/parseforge/eventseye-trade-shows-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/eventseye-trade-shows-scraper) to learn more, explore other use cases, and run it yourself.