Piloterr

Reverb Product

GET
/v2/reverb/product

Reverb Product API: fetch full listing data from a Reverb URL or listing id. Returns pricing, specs, images, description and shop info via browser rendering.

Credit cost: 2 credits per call

Autorisierung

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Abfrageparameter

query*string

Reverb listing URL or numeric listing id.

Examples:

96933467
https://reverb.com/fr/item/96933467-aria-pro-ii-xx-deluxe-1983-matsumoku-noir

The bk tracking parameter is stripped automatically.

return_page_source?boolean

When true, return the raw HTML page source as {"result": "..."} instead of structured JSON. Defaults to false.

Antworttext

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/reverb/product?query=string"
{  "url": "https://reverb.com/fr/item/96933467-aria-pro-ii-xx-deluxe-1983-matsumoku-noir",  "make": "Aria",  "shop": {    "name": "etienne Vintage Shop",    "slug": "etiennes-shop-59",    "shop_id": "4508650",    "location": "HARFLEUR, France",    "feedback_percentage": 100  },  "year": 1983,  "model": "XX Deluxe",  "price": 580,  "state": "live",  "title": "Aria Pro II XX Deluxe 1983(Matsumoku) - Noir",  "finish": "Noir",  "images": [    "https://rvb-img.reverb.com/i/s--4w_SZaeX--/quality=medium-low,height=800,width=800,fit=contain/ef1fd9bd-45f5-43fe-a27a-2cfb776430aa.jpeg"  ],  "category": "Guitares électriques",  "currency": "EUR",  "condition": "Correct",  "image_url": "https://rvb-img.reverb.com/i/s--4w_SZaeX--/quality=medium-low,height=800,width=800,fit=contain/ef1fd9bd-45f5-43fe-a27a-2cfb776430aa.jpeg",  "inventory": 0,  "listing_id": "96933467",  "description": "<p><b><strong>Aria Pro II XX Deluxe 1983(Matsumoku) - Noir</strong></b></p>",  "listing_type": "MAKE_AN_OFFER",  "price_display": "€580",  "offers_enabled": true}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}