# Chicago Design & UX Meetup Events Finder

**Use case:** 

Get a list of upcoming design and UX events in Chicago. Includes RSVPs, venue details, and organizer information.

## Input

```json
{
  "location": "Chicago",
  "keyword": "design UX user experience",
  "sort": "DATETIME",
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "dateTime": {
    "label": "Start",
    "format": "string"
  },
  "isOnline": {
    "label": "Online",
    "format": "boolean"
  },
  "goingCount": {
    "label": "Going",
    "format": "number"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "priceAmount": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "venueName": {
    "label": "Venue",
    "format": "string"
  },
  "venueCity": {
    "label": "City",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "groupName": {
    "label": "Group",
    "format": "string"
  },
  "groupUrl": {
    "label": "Group URL",
    "format": "string"
  },
  "groupMemberCount": {
    "label": "Members",
    "format": "number"
  },
  "organizerName": {
    "label": "Organizer",
    "format": "string"
  },
  "eventUrl": {
    "label": "Event URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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