Reverb Music Gear Scraper avatar

Reverb Music Gear Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Reverb Music Gear Scraper

Reverb Music Gear Scraper

Scrape Reverb.com musical instrument listings by keyword or category. Get price, condition, seller rating, make, model, year, shipping, and offers. Perfect for gear resellers and price trackers.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Navenan

Navenan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape Reverb.com listings for used and new musical instruments using Reverb's public API. Perfect for resellers, price trackers, and gear collectors.

What it scrapes

FieldDescription
titleListing title
make / modelBrand and model
year / finishYear and finish/colour
conditionUsed, New, B-Stock, etc.
priceListing price (USD)
acceptsOffersWhether seller accepts offers
shippingShipping cost
freeShippingTrue if free shipping
sellerSeller display name
sellerRatingSeller star rating
sellerFeedbackCountNumber of seller reviews
locationSeller location
categoryInstrument category
watchersNumber of users watching
urlDirect listing URL
imagePrimary listing image
descriptionListing description (truncated to 500 chars)

Example input

{
"searchKeywords": ["fender stratocaster", "gibson les paul"],
"maxResultsPerQuery": 200,
"condition": "used",
"maxPrice": 1500,
"acceptsOffers": true
}

Example output

{
"id": 12345678,
"title": "2019 Fender American Professional Stratocaster - Sunburst",
"make": "Fender",
"model": "American Professional Stratocaster",
"year": "2019",
"finish": "Sunburst",
"condition": "Used",
"price": "1199.00",
"currency": "USD",
"acceptsOffers": true,
"shipping": "0.00",
"freeShipping": true,
"seller": "GuitarShopNYC",
"sellerRating": 4.9,
"sellerFeedbackCount": 312,
"location": "New York, NY",
"category": "Electric Guitars",
"watchers": 14,
"url": "https://reverb.com/item/12345678-...",
"image": "https://images.reverb.com/...",
"scrapedAt": "2024-01-15T10:30:00.000Z"
}

Use cases

  • Reseller arbitrage — find underpriced gear to flip
  • Price tracking — monitor price trends for specific models
  • Deal alerts — scrape daily and alert on new listings below a price threshold
  • Market research — analyse supply and pricing for a specific instrument
  • Collector research — track rare or vintage gear availability

Category slugs (for the Categories input)

Common categories you can use:

  • electric-guitars
  • acoustic-guitars
  • bass-guitars
  • amplifiers
  • pedals-and-effects
  • drums-and-percussion
  • keyboards-and-synths
  • recording-equipment
  • dj-and-electronic-music
  • band-and-orchestra

Notes

  • Uses Reverb's public API — no authentication required
  • Respects rate limits automatically with built-in backoff
  • acceptsOffers filter is great for buyers looking to negotiate deals