# Search used Fender Jazzmaster Reverb listings

**Use case:** 

Export current used Fender Jazzmaster listings with prices, condition, seller, shipping, inventory, timestamps, and listing URLs.

## Input

```json
{
  "searchTerms": [
    "Fender Jazzmaster"
  ],
  "condition": "used",
  "sort": "published_at",
  "order": "desc",
  "maxItems": 25
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "sellerShop": {
    "label": "Seller shop",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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