# Extract AXS Oasis artist events and tickets page

**Use case:** 

Scrape AXS.com Oasis artist page with tour dates, venues, ticket prices, and presale information for concert monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.axs.com/artists/106384/oasis"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "eventId": {
    "label": "Event ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "dateLocal": {
    "label": "Date",
    "format": "text"
  },
  "venue": {
    "label": "Venue",
    "format": "object"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "ticketStatus": {
    "label": "Status",
    "format": "text"
  },
  "priceLow": {
    "label": "Price Low",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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