# StubHub Event Data Extractor

**Use case:** 

Harvest real-time event details from StubHub, including ticket prices, venues, and availability for concerts, sports, and theater events.

## Input

```json
{
  "startUrl": "https://www.stubhub.com/explore?lat=NDAuNzEyOA%3D%3D&lon=LTc0LjAwNg%3D%3D",
  "results_wanted": 100,
  "max_pages": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "record_type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "event_id": {
    "label": "Event ID",
    "format": "text"
  },
  "date_time_text": {
    "label": "Date/Time",
    "format": "text"
  },
  "min_price": {
    "label": "Min Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [StubHub Event Scraper](https://apify.com/shahidirfan/stubhub-event-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/stubhub-event-scraper) to learn more, explore other use cases, and run it yourself.