# Find Business Events & Networking Opportunities Worldwide

**Use case:** 

Discover business conferences, networking events, organizers, venues and event details for sales, partnerships and market research.

## Input

```json
{
  "country": "united-states",
  "city": "New York",
  "category": "business",
  "keyword": "networking",
  "maxPages": 10
}
```

## Output

```json
{
  "Name": {
    "label": "Event Name",
    "format": "text"
  },
  "Date": {
    "label": "Start Date",
    "format": "text"
  },
  "Venue": {
    "label": "Venue / Location",
    "format": "text"
  },
  "Price": {
    "label": "Ticket Pricing",
    "format": "text"
  },
  "URL": {
    "label": "Event Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Eventbrite Pro: Global Event & Lead Scraper](https://apify.com/ahmed_jasarevic/eventbrite-pro-event-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/eventbrite-pro-event-scraper) to learn more, explore other use cases, and run it yourself.