The Music Zoo Scraper - New, Used & Vintage Guitars avatar

The Music Zoo Scraper - New, Used & Vintage Guitars

Pricing

from $10.00 / 1,000 product results

Go to Apify Store
The Music Zoo Scraper - New, Used & Vintage Guitars

The Music Zoo Scraper - New, Used & Vintage Guitars

Scrape The Music Zoo (themusiczoo.com) for new, used & vintage guitars, amps and music gear. Get title, brand, price, condition (New/Used/Vintage), year, serial number, availability, image and URL by collection or search query.

Pricing

from $10.00 / 1,000 product results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

The Music Zoo Scraper

Scrape The Music Zoo (themusiczoo.com) — a premier guitar shop in New York stocking new, used, and vintage guitars, amplifiers, effects and music gear, including rare vintage Gibson Les Pauls, Fender Custom Shop builds, Gibson Custom Shop, PRS, Martin, Taylor and more.

Get clean, structured product data: title, brand, price, condition (New / Used / Vintage), year, serial number (where listed), availability, image and product URL.

What it does

Two modes:

  1. Search mode — pass one or more searchQueries (e.g. "stratocaster", "les paul", "marshall"); the scraper returns up to 10 matching products per query with full details.
  2. Collection mode — leave searchQueries empty and set a collection handle to paginate through an entire category.

Useful collection handles:

HandleContents
allEntire catalog (~1,700 products)
electric-guitarsElectric guitars
acoustic-guitarsAcoustic guitars
bass-guitarsBass guitars
vintageVintage instruments
pre-ownedPre-owned (used) gear
amplifiersAmplifiers
effectsEffects pedals
new-arrivalsLatest arrivals
gibson-custom-shopGibson Custom Shop
fender-custom-shopFender Custom Shop

Any collection handle from themusiczoo.com works.

Input

{
"searchQueries": ["les paul"],
"collection": "electric-guitars",
"maxItems": 100,
"onlyAvailable": false
}
FieldTypeDescription
searchQueriesarrayOptional search terms. Leave empty to use collection mode.
collectionstringCollection handle (default all). Used only when no search queries given.
maxItemsintegerMax products to return (default 100).
onlyAvailablebooleanOnly return in-stock products (default false).

Output

One dataset record per product:

{
"productId": 8956472295759,
"title": "1959 Gibson Les Paul Standard Sunburst",
"brand": "Gibson",
"productType": "Electric Guitars",
"price": "$379999.00",
"priceNum": 379999,
"compareAtPrice": null,
"condition": "Vintage",
"year": 1959,
"serialNumber": "90320",
"available": true,
"availability": "In Stock",
"sku": "8778-J",
"imageUrl": "https://cdn.shopify.com/s/files/1/0916/0836/files/example.jpg",
"url": "https://www.themusiczoo.com/products/1959-gibson-les-paul-standard-sunburst",
"handle": "1959-gibson-les-paul-standard-sunburst",
"scrapedAt": "2026-08-12T00:00:00.000Z"
}
  • condition is derived from store tags: Vintage, Used (pre-owned), B-Stock, or New.
  • year is parsed from the product title (e.g. "1959 Gibson Les Paul...").
  • serialNumber is extracted from the product description when the shop lists it (common on vintage pieces).

Use cases

  • Vintage guitar market tracking — monitor prices on '50s–'70s Gibson, Fender and rare pieces.
  • Price comparison — compare against Reverb, Chicago Music Exchange, and other dealers.
  • Inventory alerts — watch new-arrivals for fresh vintage stock before it sells.
  • Dealer research — brand/condition/price analytics across the full catalog.

Notes

  • No proxy required — the store serves open product JSON.
  • Fast and cheap: typical runs finish in seconds.
  • Out-of-stock items are included unless onlyAvailable is set.