# Export Meetup Events, Groups & Organizers by City

**Use case:** 

Run one search to export Meetup events, the groups behind them and organizer leads for any city and topic — full details in a single dataset.

## Input

```json
{
  "outputType": "all",
  "searchQueries": [
    "startup"
  ],
  "locations": [
    "Seattle, WA"
  ],
  "eventType": "any",
  "minAttendees": 0,
  "radiusMiles": 0,
  "enrichEvents": true,
  "includeOrganizerLeads": true,
  "includeGroupEvents": false,
  "onlyNewItems": false,
  "monitorStateKey": "default",
  "maxResults": 200,
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Event"
  },
  "name": {
    "label": "Group / Organizer"
  },
  "dateTime": {
    "label": "Starts"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "goingCount": {
    "label": "Going"
  },
  "memberCount": {
    "label": "Members"
  },
  "groupName": {
    "label": "Group"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

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