# Discover Nearby Startup Events in NYC

**Use case:** 

Find all free, upcoming startup and entrepreneurship events in New York City to connect with the local ecosystem. This is ideal for early-stage founders, invest

## Input

```json
{
  "platform": "luma",
  "mode": "discoverNearby",
  "query": "startup OR entrepreneurship",
  "location": "san francisco",
  "category": "tech",
  "urls": [],
  "slugs": [],
  "eventIds": [],
  "lumaCity": "nyc",
  "freeOnly": true,
  "maxItems": 75,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "name": {
    "label": "Name"
  },
  "startAt": {
    "label": "Start at"
  },
  "venueName": {
    "label": "Venue name"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "guestCount": {
    "label": "Guest count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Meetup + Lu.ma Events Scraper](https://apify.com/crawlerbros/meetup-luma-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/meetup-luma-scraper) to learn more, explore other use cases, and run it yourself.