# Find Meetup Organizer Leads in New York

**Use case:** 

Get Meetup organizers in New York as leads: name, bio, location, profile URL, how many groups they run and a 0-100 lead score for outreach.

## Input

```json
{
  "outputType": "organizers",
  "searchQueries": [
    "tech"
  ],
  "locations": [
    "New York, NY"
  ],
  "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": "Organizer"
  },
  "groupName": {
    "label": "Group"
  },
  "groupMemberCount": {
    "label": "Group members"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "groupsRun": {
    "label": "# Groups run"
  },
  "isProOrganizer": {
    "label": "Pro"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile"
  },
  "groupUrl": {
    "label": "Group 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.