# Find music events on Billetto.co.uk UK

**Use case:** 

Scrape Billetto.co.uk music category events with artist, venue, and ticket tier pricing for UK live music monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://billetto.co.uk/browse/music"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "page": 1,
  "category": [
    "music"
  ],
  "sort": "popularity"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "url"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "nameTruncated": {
    "label": "Name Truncated",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "priceRange": {
    "label": "Price Range",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "url"
  },
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "subcategory": {
    "label": "Subcategory",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "venueType": {
    "label": "Venue Type",
    "format": "text"
  },
  "organizationId": {
    "label": "Organization ID",
    "format": "text"
  },
  "billettoScore": {
    "label": "Billetto Score",
    "format": "text"
  },
  "organizerId": {
    "label": "Organizer ID",
    "format": "text"
  },
  "organizerImage": {
    "label": "Organizer Image",
    "format": "url"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "stock": {
    "label": "Stock",
    "format": "text"
  },
  "onSale": {
    "label": "On Sale",
    "format": "text"
  },
  "totalClicks": {
    "label": "Total Clicks",
    "format": "text"
  },
  "startsAt": {
    "label": "Starts At",
    "format": "text"
  },
  "endsAt": {
    "label": "Ends At",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "macroRegion": {
    "label": "Macro Region",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "subRegion": {
    "label": "Sub Region",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "venueName": {
    "label": "Venue Name",
    "format": "text"
  },
  "publishedTime": {
    "label": "Published Time",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "text"
  },
  "startTime": {
    "label": "Start Time",
    "format": "text"
  },
  "endTime": {
    "label": "End Time",
    "format": "text"
  },
  "timeZone": {
    "label": "Time Zone",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "weekNumber": {
    "label": "Week Number",
    "format": "text"
  },
  "shortHeader": {
    "label": "Short Header",
    "format": "text"
  },
  "shortDescription": {
    "label": "Short Description",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "url"
  },
  "eventAvailability": {
    "label": "Event Availability",
    "format": "text"
  },
  "totalOrganizerRevenue": {
    "label": "Total Organizer Revenue",
    "format": "text"
  }
}
```

## About this Actor

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