Reverb Scraper avatar

Reverb Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Reverb Scraper

Reverb Scraper

Scrape music gear listings from reverb.com. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

🎸 Reverb Scraper

Want Reverb music gear listings in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Reverb is a large marketplace for guitars, amps, pedals, and studio gear. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Fender, Gibson, Martin, and boutique pedal stock from Reverb.
  • Dashboards: Track new listings without paging the site.
  • Market research: Slice gear by category, condition, or price.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Reverb results.
  • 📚 RAG Systems: Feed titles, makes, and prices into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Reverb marketplace or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, category, condition, and price.
  • 🌐 Listing cards: Title, price in dollars, make, model, condition, shop, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, make, model, year, condition, shop_name, image, date

🚀 Quick start

Option A: paste https://reverb.com/marketplace/electric-guitars. Option B: pick a category or keyword and set max_results.

Input Example (filters):

{
"category": "electric-guitars",
"condition": "excellent",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://reverb.com/marketplace?query=fender",
"max_results": 100
}

Output Example:

{
"id": "101798489",
"url": "https://reverb.com/item/101798489-tascam-244-fully-functional-usa-seller",
"title": "TASCAM 244 (Fully Functional / USA Seller)",
"price": 1250.0,
"currency": "USD",
"make": "TASCAM",
"model": "244 Portastudio 4-Track Cassette Recorder",
"year": "1980s",
"condition": "Excellent",
"shop_name": "algase gear",
"image": "https://rvb-img.reverb.com/i/s--mdH1EEG4--/quality=medium-low,height=800,width=800,fit=contain/2ddf1fff-25dc-4357-b05d-eda0a86de7d4.jpeg",
"date": "2026-09-13T19:01:09Z"
}

Output fields:

FieldDescription
idReverb listing id.
urlPublic listing page.
titleListing title.
priceAsking price in US dollars when shown.
currencyCurrency code, usually USD.
makeBrand when shown.
modelModel name when shown.
yearYear or era when shown.
conditionCondition label from the listing.
shop_nameSeller shop name.
imageListing photo when shown.
dateWhen the listing was published, as a full date and time.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Reverb marketplace or listing URL. Overrides every filter.
querystringNo—Same as the site search box.
categorydropdownNoallGuitars, amps, pedals, and other menu groups.
conditiondropdownNoanyBrand new, mint, excellent, and other conditions.
price_minintegerNo—Lowest price in US dollars.
price_maxintegerNo—Highest price in US dollars.
max_resultsintegerNo50Maximum rows (1–2000).