# Reverb Used Music Gear Scraper

**Use case:** 

Scrape used music gear on Reverb — synths, mics, pedals and more: price, condition, brand and seller. Spot deals fast. No login. Export to Excel, CSV or JSON.

## Input

```json
{
  "queries": [
    "Shure SM7B",
    "Neumann U87",
    "Roland TR-8S"
  ],
  "category": "",
  "condition": "",
  "currency": "USD",
  "maxItemsPerQuery": 200,
  "maxItems": 0,
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "shopName": {
    "label": "Shop",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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