# Find Tech Meetup Groups by Members in London

**Use case:** 

Find tech Meetup groups in London: group name, member count, category, topics, founded date, organizer and upcoming event count.

## Input

```json
{
  "outputType": "groups",
  "searchQueries": [
    "tech"
  ],
  "locations": [
    "London"
  ],
  "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"
  },
  "name": {
    "label": "Group"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "memberCount": {
    "label": "Members"
  },
  "category": {
    "label": "Category"
  },
  "upcomingEventCount": {
    "label": "Upcoming events"
  },
  "organizerName": {
    "label": "Organizer"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "foundedDate": {
    "label": "Founded"
  },
  "groupUrl": {
    "label": "URL"
  }
}
```

## 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.