# GuitarCenter Discovery Scraper (`getdataforme/guitarcenter-discovery-scraper`) Actor

Extract comprehensive product data from Guitar Center effortlessly! Scrape detailed info on instruments, gear, and accessories via keyword searches. Key features: flexible queries, scalable results (1-10,000 items), proxy support for reliability, and clean JSON output....

- **URL**: https://apify.com/getdataforme/guitarcenter-discovery-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** AI, Automation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## GuitarCenter Discovery Scraper

The GuitarCenter Discovery Scraper is a powerful Apify Actor designed to extract detailed product information from Guitar Center's website. It enables users to search for musical instruments, gear, and accessories by keyword, retrieving comprehensive data including prices, specifications, reviews, and availability. This tool is ideal for musicians, retailers, and researchers seeking accurate, up-to-date insights into Guitar Center's inventory.

### Features

- **Comprehensive Product Data**: Extracts detailed information such as product names, brands, prices, conditions, ratings, reviews, and specifications.
- **Flexible Search**: Supports keyword-based queries to find specific items like guitars, drums, or accessories.
- **Scalable Results**: Allows setting a maximum number of items to scrape, from 1 to 10,000, ensuring efficient data collection.
- **Proxy Support**: Utilizes residential proxies to avoid IP blocking and ensure reliable scraping.
- **Structured Output**: Delivers clean JSON data, perfect for integration with databases or analysis tools.
- **High Performance**: Built for speed and reliability, handling large searches without compromising data quality.
- **Error Handling**: Includes robust mechanisms to manage site changes or temporary issues.

### Input Parameters

| Parameter | Type | Required | Description | Example |
|-----------|------|----------|-------------|---------|
| searchQuery | string | Yes | Keyword to search for products on Guitar Center. | "gretch" |
| maxItems | integer | No | Maximum number of product results to scrape (1-10000). | 100 |
| proxyConfiguration | object | No | Proxy settings to hide the scraper's origin, using Apify's residential proxies by default. | {"useApifyProxy": true, "apifyProxyGroups": \["RESIDENTIAL"]} |

### Example Usage

To run the Actor, provide input parameters in JSON format:

```json
{
  "searchQuery": "yamaha drums",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

Example output (truncated for brevity):

```json
[
  {
    "objectID": "site51500000422001",
    "productId": "site51500000000030280",
    "productName": "Yamaha Rydeen 5-Piece Shell Pack With 22\" Bass Drum - Champagne Glitter",
    "brand": "Yamaha",
    "price": 479.99,
    "listPrice": 479.99,
    "condition": "New",
    "seoUrl": "/Yamaha/Rydeen-5-Piece-Shell-Pack-With-22-Bass-Drum-Champagne-Glitter-1500000422001.gc",
    "imageId": "J50178000009000",
    "rating": 9,
    "totalReviews": 4,
    "inStock": false,
    "retailOnly": false,
    "weight": "",
    "features": [
      "Configuration",
      "Bass Drum(s): 22x16\"",
      "Tom(s): 10x7\", 12x8\"",
      "Floor Tom(s): 16x16\"",
      "Snare: 14x5.5\"",
      "Total Pieces: 5",
      "Shells",
      "Shell Material: Poplar  Number of plies: 6  Wrap: Yes  Pedals included: No  Bass spurs included: Yes  Floor tom included: Yes  Tom mounts included: Yes (2x CL940LB)",
      "Other",
      "Heads: Factory",
      "Finish Type: Wrap",
      "Country of Origin: China"
    ],
    "specs": "",
    "storeCount": 0,
    "skus": [
      {
        "skuId": "site51500000038638",
        "displayName": "Yamaha Rydeen 5-Piece Shell Pack With 22\" Bass Drum - Burgundy Glitter",
        "price": 479.99,
        "listPrice": 479.99,
        "condition": "New",
        "imageId": "J50178000002000",
        "seoUrl": "/Yamaha/Rydeen-5-Piece-Shell-Pack-with-22-in-Bass-Drum-Burgundy-Glitter-1500000038638.gc",
        "isTopSeller": false,
        "specialFinancing": true
      }
      // Additional SKUs omitted for brevity
    ],
    "identifiers": {
      "gcItemNumber": "119809358",
      "partNumber": "RDP2F5CPG",
      "upcCode": "889025155502"
    }
  }
]
```

### Use Cases

- **Market Research**: Analyze trends in musical instrument pricing and availability.
- **Competitive Intelligence**: Compare Guitar Center's offerings with competitors.
- **Price Monitoring**: Track price changes for specific products over time.
- **Content Aggregation**: Build databases for e-commerce platforms or blogs.
- **Academic Research**: Study consumer preferences in music gear.
- **Business Automation**: Automate inventory checks for retailers or resellers.

### Installation and Usage

1. Search for "GuitarCenter Discovery Scraper" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters as needed.
4. Click "Start" to begin extraction.
5. Monitor progress in the log.
6. Export results in your preferred format (JSON, CSV, Excel).

### Output Format

The Actor outputs a JSON array of product objects. Each object includes fields like `objectID`, `productName`, `brand`, `price`, `rating`, `features` (array of specs), `skus` (array of variants with prices and URLs), and `identifiers` (item numbers and codes). This structured data ensures easy parsing and integration.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

We're here to help you get the most out of this Actor!

***

Extract comprehensive product data from Guitar Center with ease! Scrape detailed info on instruments, gear, and accessories using keyword searches. Features include flexible queries, proxy support for reliability, and structured JSON output. Perfect for market research, price monitoring, and competitive analysis. Try it now on Apify Store! (248 characters)

# Actor input Schema

## `searchQuery` (type: `string`):

Keyword to search

## `maxItems` (type: `integer`):

Maximum number of auction results to scrape.

## `proxyConfiguration` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "searchQuery": "gretch",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQuery": "gretch",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/guitarcenter-discovery-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQuery": "gretch",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/guitarcenter-discovery-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQuery": "gretch",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call getdataforme/guitarcenter-discovery-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/guitarcenter-discovery-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/YqaIisAoePI9Gnyrh/builds/bOYFVnH6HE20jbeQP/openapi.json
