# Scrape live band leads from The Bash

**Use case:** 

Pull live-band vendors with rating, reviews, price range and bookings. Export-ready lead list in CSV/JSON.

## Input

```json
{
  "city": "Chicago, IL",
  "category": "band",
  "maxItems": 25,
  "fetchDetails": false,
  "concurrency": 5,
  "monitorMode": false,
  "alertOnNewListing": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Vendor",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "integer"
  },
  "starting_price": {
    "label": "From $",
    "format": "number"
  },
  "price_period": {
    "label": "Per",
    "format": "string"
  },
  "bookings": {
    "label": "Bookings",
    "format": "integer"
  },
  "profile_url": {
    "label": "Profile",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [The Bash Vendor Scraper — DJs, Bands, Photographers & More](https://apify.com/scrapersdelight/thebash-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/thebash-scraper) to learn more, explore other use cases, and run it yourself.