# Scrape Lewis Capaldi tickets on Viagogo UK

**Use case:** 

Extract Lewis Capaldi concert ticket listings from Viagogo.co.uk with section, row, price, and quantity for UK resale monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.viagogo.co.uk/Concert-Tickets/Other-Concerts/Lewis-Capaldi-Tickets/E-159436715?quantity=2"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "sectionPopupData": {
    "label": "Section Data",
    "format": "object"
  },
  "ticketClassPopupData": {
    "label": "Ticket Classes",
    "format": "object"
  },
  "popupPolicyId": {
    "label": "Policy ID",
    "format": "text"
  }
}
```

## About this Actor

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