# Meetup.com City Events Scraper

**Use case:** 

A fast and reliable scraper for meetup.com that extracts Event Name, Venue details, Price and much more.

## Input

```json
{
  "city": "Chicago",
  "country_code": "us",
  "eventType": [
    "inPerson",
    "online"
  ],
  "limit": 10
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "venue": {
    "label": "Venue",
    "format": "text"
  },
  "venue_address": {
    "label": "Address",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  }
}
```

## About this Actor

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