# Monitor Competitor Lu.ma Event Calendars

**Use case:** 

Track all upcoming and past events from a specific competitor's Lu.ma calendar to analyze their event strategy and frequency. This competitive intelligence help

## Input

```json
{
  "platform": "luma",
  "mode": "byCalendar",
  "query": "tech",
  "location": "san francisco",
  "category": "tech",
  "luma_period": "all",
  "urls": [],
  "slugs": [
    "acme-innovations"
  ],
  "eventIds": [],
  "freeOnly": false,
  "maxItems": 50,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "name": {
    "label": "Name"
  },
  "startAt": {
    "label": "Start at"
  },
  "venueName": {
    "label": "Venue name"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "guestCount": {
    "label": "Guest count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Meetup + Lu.ma Events Scraper](https://apify.com/crawlerbros/meetup-luma-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/meetup-luma-scraper) to learn more, explore other use cases, and run it yourself.