Chicago Music Exchange Scraper - Guitars, Amps, Pedals avatar

Chicago Music Exchange Scraper - Guitars, Amps, Pedals

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Chicago Music Exchange Scraper - Guitars, Amps, Pedals

Chicago Music Exchange Scraper - Guitars, Amps, Pedals

Scrape Chicago Music Exchange (chicagomusicexchange.com) for new, used & vintage guitars, amps, pedals and more. Get title, brand, price, condition, year, availability, image and URL by collection or search query.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Chicago Music Exchange Scraper - Guitars, Amps & Pedals

Scrape Chicago Music Exchange — one of the world's largest guitar shops — for new, used, and vintage gear: electric & acoustic guitars, basses, amps, effect pedals, and more. Get titles, brands, prices, condition grades, model years, stock availability, images, and product URLs.

What data can you get?

For every product, the scraper returns:

FieldDescription
productIdShopify product ID
titleProduct name (e.g. "1965 Fender Stratocaster Sunburst")
brandBrand (Fender, Gibson, Martin, Origin Effects, ...)
productTypeCategory (Electric Guitars, Effect Pedals, Amplifiers, ...)
priceCurrent price (e.g. "$449.00")
priceNumNumeric price for sorting/filtering
compareAtPriceOriginal price if on sale
conditionCondition grade (Brand New, Used (1980-Present), Vintage, B-Stock, ...)
yearModel year extracted from the title, when present (vintage gear)
availableIn-stock status (true/false)
availabilityAvailability label (In Stock, Pre-Order, Out of Stock)
skuStore SKU
imageUrlProduct image URL
urlProduct page URL
scrapedAtISO timestamp

Input options

ParameterTypeDefaultDescription
searchQueriesArray[]Search terms (e.g. "stratocaster", "big muff") — up to 10 matches each
collectionStringallCollection handle: all, electric-guitars, acoustic-guitars, bass-guitars, amps, effect-pedals, new-arrivals, or any other CME collection handle
maxItemsInteger100Maximum products to return (1-5000)
onlyAvailableBooleanfalseOnly return in-stock products
proxyConfigurationProxyOptional (not required)

Example input

{
"collection": "electric-guitars",
"maxItems": 100,
"onlyAvailable": true
}

Or search-driven:

{
"searchQueries": ["jazzmaster", "klon"],
"maxItems": 20
}

Example output

{
"title": "Origin Effects EQ Deluxe Studio EQ & Drive Pedal",
"brand": "Origin Effects",
"productType": "Effect Pedals",
"price": "$449.00",
"priceNum": 449,
"condition": "Brand New",
"year": null,
"available": true,
"availability": "Pre-Order",
"imageUrl": "https://cdn.shopify.com/s/files/1/0343/4368/2183/files/....jpg",
"url": "https://www.chicagomusicexchange.com/products/origin-effects-eq-deluxe-studio-eq-drive-pedal-2618796"
}

Use cases

  • Vintage gear market tracking — monitor prices on vintage Fender, Gibson, Martin instruments
  • Price comparison — compare CME prices against Reverb, Sweetwater, Guitar Center
  • Deal alerts — watch for price drops or newly listed used gear
  • Inventory analytics — track what a top-tier gear retailer stocks and sells

Notes

  • Runs without a proxy — the store serves open product JSON.
  • Search mode returns up to 10 products per query (predictive search limit); use collection mode for bulk scraping.