# Collect San Francisco Data Science Meetup Group Events

**Use case:** 

Gather all past and upcoming events from specific San Francisco data science Meetup groups to analyze speaker topics and attendee engagement. This data helps co

## Input

```json
{
  "platform": "meetup",
  "mode": "groupEvents",
  "query": "tech",
  "location": "san francisco",
  "category": "tech",
  "urls": [],
  "slugs": [
    "sf-data-mining",
    "bay-area-data-science"
  ],
  "eventIds": [],
  "freeOnly": false,
  "maxItems": 200,
  "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.