# Meetup Product Management Events

**Use case:** 

Find public Meetup events for product management events with event titles, dates, locations, group names, URLs, and reusable search settings.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.meetup.com/find/?keywords=data&source=EVENTS"
    }
  ],
  "keywords": [
    "product management"
  ],
  "location": "New York, NY",
  "maxItems": 10,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "eventId": {
    "label": "Event ID",
    "format": "text"
  },
  "eventUrl": {
    "label": "Event URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "startDate": {
    "label": "Start date",
    "format": "date"
  },
  "endDate": {
    "label": "End date",
    "format": "date"
  },
  "isOnline": {
    "label": "Online",
    "format": "boolean"
  },
  "venueName": {
    "label": "Venue",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "groupName": {
    "label": "Group",
    "format": "text"
  },
  "organizerName": {
    "label": "Organizer",
    "format": "text"
  },
  "rsvpCount": {
    "label": "RSVPs",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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