Discover/reverb.com API
live

reverb.com APIreverb.com

Search Reverb.com music gear listings by keyword, brand, category, price, condition, and year. Returns prices, condition, seller details, and shipping info.

Endpoints
1
Updated
3mo ago
Try it
Filter by brand/manufacturer (e.g. 'Fender', 'Gibson', 'Roland')
Page number for pagination
Sort order (e.g. 'price|asc', 'price|desc', 'date|desc')
Search keywords (e.g. 'fender stratocaster', 'gibson les paul')
Product type slug to filter by category (e.g. 'electric-guitars', 'acoustic-guitars', 'bas
Display currency code (e.g. 'USD', 'EUR', 'GBP')
Results per page (1-50)
Shipping region code (e.g. 'US_CON', 'EUR_EU', 'GB')
Maximum year filter (e.g. '1970')
Minimum year filter (e.g. '1960')
Filter by condition: 'mint', 'excellent', 'very-good', 'good', 'fair', 'poor', 'non-functi
Maximum price filter (e.g. '1500')
Minimum price filter (e.g. '500')
api.parse.bot/scraper/922ddbd0-df54-4078-8b35-cbf1538f0a75/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/922ddbd0-df54-4078-8b35-cbf1538f0a75/search_listings?query=gibson+les+paul&per_page=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Search for music gear listings on Reverb. Supports keyword search, pagination, and filtering by price range, condition, category, brand, year, and sort order. Returns paginated results capped at 50 total pages.

Input
ParamTypeDescription
makestringFilter by brand/manufacturer (e.g. 'Fender', 'Gibson', 'Roland')
pageintegerPage number for pagination
sortstringSort order (e.g. 'price|asc', 'price|desc', 'date|desc')
querystringSearch keywords (e.g. 'fender stratocaster', 'gibson les paul')
categorystringProduct type slug to filter by category (e.g. 'electric-guitars', 'acoustic-guitars', 'bass-guitars', 'keyboards-and-synths')
currencystringDisplay currency code (e.g. 'USD', 'EUR', 'GBP')
per_pageintegerResults per page (1-50)
ships_tostringShipping region code (e.g. 'US_CON', 'EUR_EU', 'GB')
year_maxstringMaximum year filter (e.g. '1970')
year_minstringMinimum year filter (e.g. '1960')
conditionstringFilter by condition: 'mint', 'excellent', 'very-good', 'good', 'fair', 'poor', 'non-functioning', 'brand-new', 'b-stock', 'used'
price_maxstringMaximum price filter (e.g. '1500')
price_minstringMinimum price filter (e.g. '500')
Response
{
  "type": "object",
  "fields": {
    "total": "integer - Total number of matching listings",
    "listings": "array of listing objects with id, title, make, model, finish, year, price, price_cents, currency, buyer_price, buyer_price_cents, original_price, condition, condition_slug, description, categories, shop_name, shop_slug, preferred_seller, offers_enabled, auction, inventory, published_at, state, images, shipping, ribbon, web_url",
    "per_page": "integer - Results per page",
    "total_pages": "integer - Total pages available (max 50)",
    "current_page": "integer - Current page number"
  },
  "sample": {
    "data": {
      "total": 20629,
      "listings": [
        {
          "id": 94194498,
          "make": "Gibson",
          "year": "",
          "model": "Gibson Les Paul Standard",
          "price": "$2,280.41",
          "state": "Live",
          "title": "Gibson Les Paul Standard 50s Figured Top - Honey Amber- Used Excellent",
          "finish": "Gibson Les Paul Standard 2012 Transparent Amber - Used Mint",
          "images": [
            "https://rvb-img.reverb.com/i/s--7MoO0yAL--/quality=medium-low,height=800,width=800,fit=contain/fa621615-148e-4a18-b482-b363f84edce8.jpg"
          ],
          "ribbon": "$380.20 price drop",
          "auction": false,
          "web_url": "https://reverb.com/item/94194498-gibson-les-paul-standard-50s-figured-top-honey-amber-used-excellent",
          "currency": "USD",
          "shipping": {
            "rates": [
              {
                "amount": "$64.63",
                "region": "CA",
                "amount_cents": 6463
              }
            ],
            "local_pickup": true,
            "free_expedited": false
          },
          "condition": "Excellent",
          "inventory": 1,
          "shop_name": "The Guitar Boutique",
          "shop_slug": "theguitarboutique",
          "categories": [
            "Electric Guitars / Solid Body"
          ],
          "buyer_price": "$2,280.41",
          "description": "Les Paul Standard 50s Figured...",
          "price_cents": 228041,
          "published_at": "2026-01-23T20:08:20-08:00",
          "condition_slug": "excellent",
          "offers_enabled": true,
          "original_price": "$2,660.61",
          "preferred_seller": true,
          "buyer_price_cents": 228041
        }
      ],
      "per_page": 3,
      "total_pages": 50,
      "current_page": 1
    },
    "status": "success"
  }
}

About the reverb.com API

The Reverb.com API provides access to music gear listings on Reverb's marketplace through a single search_listings endpoint that returns up to 50 fields per listing including price, condition, brand, model, year, and shipping details. You can search across guitars, synthesizers, drums, and more using keyword queries combined with filters for brand, category, price range, condition, and shipping region — with paginated results across up to 50 pages.

What the API Returns

The search_listings endpoint queries the Reverb marketplace and returns a paginated list of music gear listings. Each listing object includes identifying fields (id, title, make, model, finish, year), pricing data in both display and cents formats (price, price_cents, buyer_price, buyer_price_cents, currency), and condition, seller, and shipping-related fields. The response envelope includes total, total_pages (capped at 50), current_page, and per_page so you can walk through result sets programmatically.

Filtering and Sorting

Searches can be narrowed with the query parameter for keyword matching (e.g. 'fender stratocaster', 'moog synthesizer'), make for brand filtering (e.g. 'Gibson', 'Roland'), and category for product-type slugs such as 'electric-guitars', 'bass-guitars', or 'keyboards'. Price range, condition, and shipping destination (ships_to accepts codes like 'US_CON', 'EUR_EU', 'GB') further restrict results. The currency parameter controls the display currency returned in price and buyer_price fields. Sort order is controlled via the sort parameter, supporting options like 'price|asc', 'price|desc', and 'date|desc'.

Pagination Behavior

Results are paginated using page and per_page (1–50 results per page). The response always reflects the current page and total pages available, with a hard cap of 50 total pages regardless of how many total listings match the query. For queries returning large result sets, narrow filters or sort by date|desc to surface the most recent inventory first.

Common use cases
  • Track price trends for a specific guitar model by querying search_listings with make and query filters and recording price_cents over time
  • Build a used gear price estimator that aggregates buyer_price values across condition variants for a given make and model
  • Monitor new listings for a target instrument by sorting date|desc and polling for items added since a known timestamp
  • Compare regional availability of gear by varying the ships_to parameter across different country codes
  • Populate a gear inventory feed filtered by category slug for a blog or affiliate site covering specific instrument types
  • Identify arbitrage opportunities by comparing price_cents for the same model across multiple currency values
  • Build a vintage instrument database by filtering on year ranges and extracting finish, make, model, and condition fields
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Reverb have an official developer API?+
Yes. Reverb offers an official public API documented at https://reverb.com/api. It requires OAuth authentication and is primarily intended for registered sellers and platform partners. The Parse API provides a simpler, key-based access path for read-only listing search without OAuth setup.
What does the `search_listings` endpoint return per listing?+
Each listing object includes id, title, make, model, finish, year, price, price_cents, currency, buyer_price, and buyer_price_cents, along with condition, seller, and shipping-related fields. The response envelope includes total, total_pages, current_page, and per_page for pagination.
Is there a limit to how many results I can retrieve?+
Pagination is capped at 50 total pages regardless of how many listings match a query. With per_page set to 50, that means a maximum of 2,500 listings retrievable per search. Narrowing filters — by category, make, or price range — is the practical way to stay within the window for high-volume queries.
Does the API return individual listing detail pages, seller profiles, or completed sale history?+
Not currently. The API covers search results with listing-level fields including price, condition, brand, and shipping. Individual listing detail pages, seller profile data, and completed/sold transaction history are not exposed. You can fork this API on Parse and revise it to add an endpoint that fetches individual listing detail pages.
Can I filter by condition (e.g. 'Mint', 'Good') in a search?+
Condition data is returned in each listing object, but the current search_listings inputs do not include a standalone condition filter parameter. You can filter the returned results client-side by the condition field. To add a server-side condition filter, you can fork this API on Parse and revise the endpoint to support that parameter.
Page content last updated . Spec covers 1 endpoint from reverb.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.