# NYC Startup & Founder Events Data from Luma

**Use case:** 

Gather information on NYC startup and founder events from Luma. Get event details and host leads exported to CSV or JSON format.

## Input

```json
{
  "city": "sf",
  "searchUrls": [
    "https://lu.ma/nyc"
  ],
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "name": {
    "label": "Event name",
    "format": "text"
  },
  "startAt": {
    "label": "Start",
    "format": "date"
  },
  "timezone": {
    "label": "Timezone",
    "format": "text"
  },
  "locationType": {
    "label": "Location type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "venueAddress": {
    "label": "Venue address",
    "format": "text"
  },
  "isFree": {
    "label": "Is free",
    "format": "text"
  },
  "priceValue": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "guestCount": {
    "label": "Guest count",
    "format": "number"
  },
  "hostName": {
    "label": "Host name",
    "format": "text"
  },
  "hostWebsite": {
    "label": "Host website",
    "format": "link"
  },
  "hostTwitter": {
    "label": "Host Twitter",
    "format": "text"
  },
  "hostInstagram": {
    "label": "Host Instagram",
    "format": "text"
  },
  "hostLinkedin": {
    "label": "Host LinkedIn",
    "format": "text"
  },
  "calendarName": {
    "label": "Calendar",
    "format": "text"
  },
  "url": {
    "label": "Event URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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