# Find Barcelona activities on HelloTickets

**Use case:** 

Monitor things-to-do listings in Barcelona on HelloTickets for travel activity price comparison.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hellotickets.com/en/things-to-do/barcelona"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currencyCode": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "available": {
    "label": "Available",
    "format": "boolean"
  }
}
```

## About this Actor

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