# Find Startup and Technology Events Worldwide

**Use case:** 

Find startup events, technology conferences, AI meetups and innovation events with organizer and venue information.

## Input

```json
{
  "country": "united-states",
  "city": "Austin",
  "category": "science-and-tech",
  "keyword": "startup",
  "maxPages": 500
}
```

## 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.