Piloterr

Reverb Search

GET
/v2/reverb/search

Reverb Search API: search music gear listings by keyword, query string or marketplace URL on Reverb. Returns prices, thumbnails and pagination via browser rendering.

Credit cost: 2 credits per call

Autorização

ApiKeyAuth
x-api-key<token>

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

In: header

Parâmetros de consulta

query*string

Search keyword, query string, or full Reverb marketplace URL.

Examples:

guitar
query=guitar&product_type=electric-guitars
https://reverb.com/marketplace?query=guitar&product_type=electric-guitars

Use Reverb Product on any result url or listing_id for full listing data.

page?number

1-based page number override (default: read from URL or 1).

Range1 <= value <= 500
return_page_source?boolean

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

Corpo da resposta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/reverb/search?query=string"
{  "results": [    {      "url": "https://reverb.com/fr/item/92086927-fanta-studio-guitar-2023-bege-heavy-duty-engine-metal",      "price": 847.45,      "title": "Fanta Studio Guitar 2023 - Bege Heavy Duty Engine Metal",      "image_url": "https://rvb-img.reverb.com/i/s--rmpkcW0d--/quality=medium-low,height=400,width=400,fit=cover,gravity=bottom/eashywrraatgvpugyof8.jpg",      "listing_id": "92086927"    },    {      "url": "https://reverb.com/fr/item/96872671-1988-gibson-sg-custom-antique-ivory-nitro-vintage-usa-guitar-w-original-chainsaw-case",      "price": 4150,      "title": "1988 Gibson SG Custom Antique Ivory Nitro Vintage USA Guitar w/ Original Chainsaw Case",      "image_url": "https://rvb-img.reverb.com/i/s--uy4zcAiS--/quality=medium-low,height=400,width=400,fit=cover,gravity=bottom/7b197daf-4157-4dbc-87eb-20de0c382571.jpg",      "listing_id": "96872671"    }  ],  "pagination": {    "next": "https://reverb.com/marketplace?query=guitar&product_type=electric-guitars&page=2",    "page": 1,    "per_page": 56,    "total_pages": null,    "total_results": null  }}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}