# Find AI Events in San Francisco on Luma

**Use case:** 

Find AI events in San Francisco on Luma: event name, date/time, venue geo, ticket price, spots remaining, categories and the full host list.

## Input

```json
{
  "outputType": "events",
  "cities": [
    "San Francisco"
  ],
  "searchQueries": [
    "ai"
  ],
  "eventType": "offline",
  "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": "Event"
  },
  "startAt": {
    "label": "Starts"
  },
  "locationType": {
    "label": "Type"
  },
  "city": {
    "label": "City"
  },
  "regionShort": {
    "label": "Region"
  },
  "isFree": {
    "label": "Free"
  },
  "price": {
    "label": "Price"
  },
  "spotsRemaining": {
    "label": "Spots left"
  },
  "categories": {
    "label": "Categories"
  },
  "calendarName": {
    "label": "Community"
  },
  "hostNames": {
    "label": "Hosts"
  },
  "eventUrl": {
    "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.