# Monitor Microsoft AI events on LinkedIn

**Use case:** 

Run repeatable LinkedIn event searches for Microsoft AI and future-of-work events, then send deduplicated records to a calendar or data pipeline.

## Input

```json
{
  "queries": [
    "Microsoft AI event",
    "Microsoft future of work event"
  ],
  "startUrls": [],
  "maxItems": 10,
  "maxPagesPerQuery": 1,
  "market": "en-US",
  "requestDelayMillis": 2000
}
```

## Output

```json
{
  "title": {
    "label": "Event",
    "format": "string"
  },
  "dateText": {
    "label": "Date / time",
    "format": "string"
  },
  "organizerName": {
    "label": "Organizer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "attendanceCount": {
    "label": "Attendance",
    "format": "integer"
  },
  "isVirtual": {
    "label": "Virtual",
    "format": "boolean"
  },
  "registrationUrl": {
    "label": "Registration",
    "format": "string"
  },
  "eventUrl": {
    "label": "LinkedIn event",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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