# Monitor Fintech Events USA This Month

**Use case:** 

Track all new and upcoming FinTech events across the USA posted this month to ensure you don't miss any critical industry gatherings. This provides timely compe

## Input

```json
{
  "searchQuery": "FinTech summit",
  "maxEvents": 80,
  "datePosted": "r2592000",
  "eventType": "",
  "dateRange": "THIS_MONTH",
  "location": "United States",
  "language": "",
  "cookie": "***"
}
```

## Output

```json
{
  "eventName": {
    "label": "Event Name",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "datetime"
  },
  "endDate": {
    "label": "End Date",
    "format": "datetime"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "organizerName": {
    "label": "Organizer",
    "format": "text"
  },
  "attendeesCount": {
    "label": "Attendees",
    "format": "number"
  },
  "eventUrl": {
    "label": "Event URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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