Guitar Center Scraper - Music Gear Products & Prices avatar

Guitar Center Scraper - Music Gear Products & Prices

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Guitar Center Scraper - Music Gear Products & Prices

Guitar Center Scraper - Music Gear Products & Prices

Scrape GuitarCenter.com, the largest US music gear retailer. Get product name, brand, price, list price, condition (new/used/vintage), category, rating, image, availability and URL. Search by keyword or category. Structured JSON output.

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

4 days ago

Last modified

Categories

Share

Guitar Center Scraper — Music Gear Products & Prices

Scrape GuitarCenter.com, the largest musical-instrument retailer in the United States. Pull structured product data — name, brand, price, list price, condition (new/used/vintage), category, rating, availability, image and URL — for guitars, basses, amplifiers, effects, pro audio, drums, keyboards, and more.

Great for price monitoring, resale/arbitrage research, competitive analysis, market data, and building music-gear catalogs.

What it does

Guitar Center's catalog (~128,000 live products across new and used gear) is powered by an Algolia search index. This actor queries that catalog API directly and returns clean JSON — search by keyword, by category, or both.

Input

FieldTypeDescription
searchQueriesarrayKeywords to search (e.g. stratocaster, les paul, sm7b, moog). Leave empty to scrape by category.
categoriesarrayTop-level categories to scrape (see list below). Default: Guitars.
conditionselectAny, New, or Used (used includes vintage). Default Any.
maxResultsintegerMax products per query/category. Default 100.
minPrice / maxPricenumberPrice range filter (USD).
proxyConfigurationobjectOptional. Works without a proxy.

Available categories: Guitars, Bass, Amplifiers & Effects, Pro Audio, Drums & Percussion, Keyboards & MIDI, Accessories, Folk & Traditional Instruments, Woodwinds, Brass Instruments, Orchestral Strings, Books Sheet Music & Media, Lifestyle, Classroom & Kids, Concert Percussion, Consumer Electronics, Marching Band.

Example input

{
"searchQueries": ["stratocaster"],
"categories": ["Guitars"],
"condition": "New",
"maxResults": 200,
"maxPrice": 2000
}

Output

Each dataset item looks like:

{
"productId": "site51500000000383521",
"skuId": "site51500000428930",
"gcItemNumber": "120059662",
"name": "Fender Player II Stratocaster HSS Plus Top Electric Guitar - Blue Burst",
"brand": "Fender",
"price": 929.99,
"listPrice": 929.99,
"onSale": null,
"currency": "USD",
"condition": "New",
"category": "Guitars",
"color": "Blue",
"rating": 9,
"totalReviews": 40,
"inStoreCount": 120,
"availability": "In stock at 120 store(s)",
"image": "https://media.guitarcenter.com/is/image/MMGS7/M11734000001000",
"url": "https://www.guitarcenter.com/Fender/Player-II-Stratocaster-...-1500000428930.gc",
"searchQuery": "stratocaster",
"scrapedAt": "2026-08-11T06:40:00.000Z"
}

Pricing

This actor uses pay-per-event pricing: a small per-run start fee plus a per-result charge. You only pay for the data you receive.

Notes

  • Prices and availability reflect what Guitar Center shows at scrape time.
  • availability reports how many physical stores stock the item; all items are also generally available online.
  • Please use responsibly and respect Guitar Center's terms of service.