# Hellotickets Event Listings Data Extractor

**Use case:** 

Extract 100 event listings from Hellotickets, including pricing, venues, and availability for concerts and performances in Washington, D.C.

## Input

```json
{
  "startUrl": "https://www.hellotickets.com/us/washington-dc/c-8?qs=wash",
  "results_wanted": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "product_url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency_code": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "service": {
    "label": "Service",
    "format": "text"
  },
  "source_section": {
    "label": "Section",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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