# Bass Reverb Musical Instruments

**Use case:** 

Extract Reverb Musical Instruments data filtered by Bass. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "guitar",
  "maxItems": 10,
  "categorySlug": "bass",
  "condition": "",
  "location": "US",
  "page": 1,
  "perPage": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "condition": {
    "label": "Condition"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "year": {
    "label": "Year"
  },
  "seller": {
    "label": "Seller"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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