# Blue Book Guitar Value Search on Reverb

**Use case:** 

Search Reverb sold listings with a blue-book guitar value phrase. Review source prices, conditions, sellers, dates, and links.

## Input

```json
{
  "target": "keyword",
  "query": "blue book of guitar values",
  "searchUrl": "https://reverb.com/marketplace?query=Fender+Stratocaster",
  "condition": "all",
  "maxItems": 20
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "finish": {
    "label": "Finish",
    "format": "string"
  },
  "categoryPath": {
    "label": "Category path",
    "format": "array"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "conditionCode": {
    "label": "Condition code",
    "format": "string"
  },
  "shippingCost": {
    "label": "Shipping cost",
    "format": "number"
  },
  "shippingCurrency": {
    "label": "Shipping currency",
    "format": "string"
  },
  "isFreeShipping": {
    "label": "Free shipping",
    "format": "boolean"
  },
  "sellerName": {
    "label": "Seller name",
    "format": "string"
  },
  "shopName": {
    "label": "Shop name",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "createdAt": {
    "label": "Created time",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published time",
    "format": "string"
  },
  "listingStatus": {
    "label": "Listing status",
    "format": "string"
  },
  "isSold": {
    "label": "Sold",
    "format": "boolean"
  },
  "quantity": {
    "label": "Available quantity",
    "format": "integer"
  },
  "offersEnabled": {
    "label": "Offers enabled",
    "format": "boolean"
  },
  "auctionStatus": {
    "label": "Auction status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Reverb Sold Listings](https://apify.com/maximedupre/reverb-sold-listings) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/reverb-sold-listings) to learn more, explore other use cases, and run it yourself.