# Scrape Dolby Live artist page on Bandsintown

**Use case:** 

Extract Dolby Live venue artist profile and upcoming concert dates from Bandsintown with ticket links and event details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bandsintown.com/v/10024771-dolby-live"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "debugMode": false,
  "typeQuery": "artist",
  "typeEvents": "upcoming"
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "eventType": {
    "label": "Event type"
  },
  "eventId": {
    "label": "Event id"
  },
  "artistId": {
    "label": "Artist id"
  },
  "artistName": {
    "label": "Artist name"
  },
  "artistImage": {
    "label": "Artist image"
  },
  "artistPageUrl": {
    "label": "Artist page url"
  },
  "venueName": {
    "label": "Venue name"
  },
  "venueCity": {
    "label": "Venue city"
  },
  "venueAddress": {
    "label": "Venue address"
  },
  "timezone": {
    "label": "Timezone"
  },
  "startTime": {
    "label": "Start time"
  },
  "startsAt": {
    "label": "Starts at"
  },
  "endsAt": {
    "label": "Ends at"
  },
  "ticketUrl": {
    "label": "Ticket url"
  },
  "ticketText": {
    "label": "Ticket text"
  },
  "streamUrl": {
    "label": "Stream url"
  },
  "watchLiveText": {
    "label": "Watch live text"
  },
  "lat": {
    "label": "Lat"
  },
  "lon": {
    "label": "Lon"
  },
  "genres": {
    "label": "Genres"
  },
  "genreArtists": {
    "label": "Genre artists"
  },
  "bandMembers": {
    "label": "Band members"
  },
  "hometown": {
    "label": "Hometown"
  },
  "artistWebsite": {
    "label": "Artist website"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "rsvpCount": {
    "label": "Rsvp count"
  },
  "locale": {
    "label": "Locale"
  },
  "isBitPlus": {
    "label": "Is bit plus"
  }
}
```

## About this Actor

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