# LumaLead AI — Luma B2B Events, Hosts & Sponsor Scraper (`automation_studio/luma-event-sponsor-scraper`) Actor

Scrapes tech, AI, and business events from Luma (lu.ma) across top tech hubs (SF, NYC, London, Berlin, etc.). Extracts full event details, host LinkedIn/Twitter socials, featured VIP guests/speakers, and corporate sponsors.

- **URL**: https://apify.com/automation\_studio/luma-event-sponsor-scraper.md
- **Developed by:** [Automation Studio](https://apify.com/automation_studio) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 enriched event & sponsor leads

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🎟️ LumaLead AI — Luma B2B Events, Hosts & Sponsor Intelligence

> **Extract verified tech conferences, AI demo nights, and private founder dinners from Luma (lu.ma) across top tech hubs worldwide. Identify high-budget corporate sponsors, VIP co-hosts, and speaker contact profiles.**

***

### ⚡ The Opportunity: Event Sponsor & Host Intelligence

Every month, thousands of high-growth tech companies, venture capital firms, and B2B SaaS startups sponsor and host events on **Luma ([lu.ma](https://lu.ma))** across San Francisco, New York, London, Berlin, and global tech capitals.

**Who buys this data?**

- 💼 **B2B SDRs & Sales Teams**: Cold outreach hook: *"Saw you're co-hosting the Generative AI Founder Dinner in SF next Thursday..."*
- 🤝 **Event Marketing & Growth Agencies**: Prospect companies actively spending $2,000–$50,000+ per month on event sponsorships.
- 🎙️ **Recruiters & Talent Scouts**: Scout top-tier engineering speakers, founders, and community organizers.
- 🍸 **Executive Networkers**: Discover exclusive private dinners, VC salons, and invite-only side events.

***

### 🚀 Key Extracted Fields

For every event, **LumaLead AI** extracts:

| Field | Description |
| :--- | :--- |
| **`eventName`** | Title of the event (e.g. *Demo Night @ WorkOS*) |
| **`city`** | City hub (San Francisco, NYC, London, Berlin, etc.) |
| **`startDate` / `endDate`** | ISO datetime with timezone |
| **`venueName` / `address`** | Venue location name, street address, and GPS coordinates |
| **`ticketPriceUsd`** | Ticket cost in USD (e.g. $0.00 for Free, $99.00, etc.) |
| **`isSoldOut` / `guestCount`**| Capacity & sold-out velocity |
| **`organizerName` & Socials** | Host organization name, website, direct LinkedIn & Twitter/X |
| **`hosts`** | List of event hosts with **direct LinkedIn URLs**, Twitter handles, and websites |
| **`featuredGuests`** | VIP speakers and featured guests with roles & direct social handles |
| **`sponsorsDetected`** | Automatically flagged corporate sponsors and partner brands |
| **`isAI` / `isB2BSaaS` / `isPrivateDinner`** | Computed B2B intent tags |

***

### 💡 Input Parameters

| Parameter | Type | Default | Description |
| :--- | :---: | :---: | :--- |
| `cities` | Array | `["sf", "nyc"]` | Target tech capitals: San Francisco, NYC, London, Berlin, Tokyo, Singapore, Dubai, etc. |
| `categories` | Array | `["all"]` | Filter by `ai`, `tech`, `crypto`, `food` (dinners), `climate`, etc. |
| `search_keyword`| String | `""` | Optional keyword filter (e.g. *'agent'*, *'dinner'*, *'demo'*, *'founder'*). |
| `enrich_details`| Boolean| `true` | Deep crawl event pages to extract direct host LinkedIn URLs and VIP speakers. |
| `detect_sponsors`| Boolean| `true` | Automatically flag sponsor brands and partner logos. |
| `max_events` | Integer| `30` | Number of events to extract (1–1,000). |

***

### 🏆 Sample Output Record

```json
{
  "eventName": "Demo Night @ WorkOS (September)",
  "city": "San Francisco",
  "category": "Tech",
  "startDate": "2026-09-14T17:30:00.000-07:00",
  "endDate": "2026-09-14T20:00:00.000-07:00",
  "ticketPriceUsd": 0.0,
  "isFree": true,
  "isSoldOut": true,
  "guestCount": 400,
  "venueName": "WorkOS",
  "address": "WorkOS, San Francisco, California, US",
  "latitude": 37.7883854,
  "longitude": -122.4029183,
  "eventUrl": "https://luma.com/demo-night-sept2026",
  "organizerName": "WorkOS Events",
  "organizerWebsite": "https://workos.com",
  "organizerLinkedIn": "https://www.linkedin.com/company/workos-inc",
  "organizerTwitter": "https://x.com/workos",
  "hosts": [
    {
      "name": "Michael Grinich",
      "username": "grinich",
      "linkedinUrl": "https://www.linkedin.com/in/grinich",
      "twitterUrl": "https://x.com/grinich",
      "website": "https://workos.com"
    }
  ],
  "featuredGuests": [
    {
      "name": "Raheim Robinson",
      "roleOrBio": "Senior Motion Designer @ Apple",
      "linkedinUrl": "https://www.linkedin.com/in/raheim-robinson",
      "website": "https://dreamheim.com"
    }
  ],
  "sponsorsDetected": "WorkOS, OpenAI, Apple",
  "isAI": true,
  "isB2BSaaS": true,
  "isPrivateDinner": false,
  "isHackathon": true,
  "isAuthenticLive": true
}
```

***

### 💰 Transparent Pay-Per-Event Pricing

- **Actor Start**: $0.001
- **Per Enriched Event Lead**: $0.004 (includes full descriptions, host LinkedIn socials, and VIP speaker profiles).
- *66% cheaper than competitor actors while delivering 3x richer intelligence.*

# Actor input Schema

## `cities` (type: `array`):

Select the primary tech hub cities to monitor for upcoming events.

## `categories` (type: `array`):

Target specific niches such as AI, Tech, Crypto/Web3, or All events.

## `search_keyword` (type: `string`):

Filter events by specific keywords (e.g. 'agent', 'dinner', 'demo', 'pitch', 'hackathon', 'founder', 'sponsor').

## `enrich_details` (type: `boolean`):

Crawl individual event pages to extract direct LinkedIn URLs, Twitter handles, organizer websites, and featured guests.

## `detect_sponsors` (type: `boolean`):

Automatically scan event descriptions and host organizations to detect corporate sponsors and partner companies.

## `max_events` (type: `integer`):

Maximum number of event records to collect across all selected cities.

## `proxyConfiguration` (type: `object`):

Apify Proxy ensures reliable extraction and bypasses rate limits.

## Actor input object example

```json
{
  "cities": [
    "sf",
    "nyc"
  ],
  "categories": [
    "all"
  ],
  "enrich_details": true,
  "detect_sponsors": true,
  "max_events": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

Dataset containing verified event records, host profiles, and sponsor intelligence.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("automation_studio/luma-event-sponsor-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("automation_studio/luma-event-sponsor-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call automation_studio/luma-event-sponsor-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,automation_studio/luma-event-sponsor-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/FaVAHDYq6i57jzV2f/builds/9mnRxWj5LLGFf9Lni/openapi.json
