# Find Free Networking Events in London

**Use case:** 

Find free networking events in London on Eventbrite: event name, date, venue address, category and organizer profile. Filtered to free tickets only.

## Input

```json
{
  "searchQueries": [
    "networking"
  ],
  "locations": [
    "united-kingdom--london"
  ],
  "eventFormat": "in-person",
  "freeEventsOnly": true,
  "onlyAvailableTickets": false,
  "maxEvents": 200,
  "includeOrganizerProfile": true,
  "includeOrganizerStats": true,
  "enrichOrganizerEmails": false,
  "deduplicateOrganizers": false,
  "includeStructuredContent": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Event",
    "format": "text"
  },
  "startDateLocal": {
    "label": "Starts",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "venueName": {
    "label": "Venue",
    "format": "text"
  },
  "minTicketPrice": {
    "label": "Min price",
    "format": "number"
  },
  "maxTicketPrice": {
    "label": "Max price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "isSoldOut": {
    "label": "Sold out",
    "format": "boolean"
  },
  "organizerName": {
    "label": "Organizer",
    "format": "text"
  },
  "organizerNumFollowers": {
    "label": "Followers",
    "format": "number"
  },
  "organizerWebsiteUrl": {
    "label": "Organizer site",
    "format": "link"
  },
  "organizerEmails": {
    "label": "Emails",
    "format": "array"
  },
  "url": {
    "label": "Event URL",
    "format": "link"
  }
}
```

## About this Actor

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