# Get Luma Community Organizer Leads & Socials

**Use case:** 

Turn Luma communities into B2B leads: calendar name, description, Instagram/LinkedIn/TikTok handles, upcoming event count and a lead score.

## Input

```json
{
  "outputType": "calendars",
  "cities": [
    "New York"
  ],
  "searchQueries": [
    "crypto",
    "ai"
  ],
  "eventType": "any",
  "onlyFreeEvents": false,
  "enrichEvents": true,
  "includeCalendarLeads": true,
  "includeCalendarEvents": false,
  "onlyNewItems": false,
  "monitorStateKey": "default",
  "maxResults": 200,
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Community"
  },
  "description": {
    "label": "Description"
  },
  "upcomingEventCount": {
    "label": "Upcoming events"
  },
  "instagram": {
    "label": "Instagram"
  },
  "linkedin": {
    "label": "LinkedIn"
  },
  "tiktok": {
    "label": "TikTok"
  },
  "lumaPlusActive": {
    "label": "Luma+"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "calendarUrl": {
    "label": "URL"
  }
}
```

## About this Actor

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