Guitarcenter: Search Products
Guitarcenter via Parse · ecommerce
Search electric guitar products on Guitar Center with optional filters for brand, condition, price range, and text query. Results are paginated and auto-iterated. Each product includes pricing, reviews, images, and available color/finish variants. Default category is Electric Guitars but can be changed to browse other instrument categories. Search and retrieve electric guitar product listings from Guitar Center, including pricing, reviews, specifications, and variant information. Fulfilled by Parse from guitarcenter.com.
- ecommerce
- guitarcenter
- guitarcenter-com
- music
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/f12042c4-53c5-4b0b-895a-6796ae939bd7/search_products
- Interface artifact
- sha256:0f27c672f7be6cd9d6f4af19126ff811dd71e362da865ca7fe0ddaf65c49ddde
- Manifest digest
- sha256:f6f2898fb687ba4418510517a3410410a396131e7a861d17555355c22a6fe7ad
Request fields
- page (integer): Zero-based page number for pagination.
- brand (string): Filter by brand name (e.g. Fender, Gibson, PRS, Epiphone, Squier, Jackson, Ibanez). Case-sensitive, must match the brand as listed on Guitar Center.
- query (string): Free-text search query to filter products by name, brand, or keywords.
- sort_by (string): Sort order for results. Empty string uses default relevance sorting.: Allowed values: relevance, price_asc, price_desc, top_rated, best_sellers
- category (string): Category path filter using Guitar Center's hierarchy format (e.g. 'Guitars > Electric Guitars'). Defaults to Electric Guitars.
- condition (string): Filter by product condition. Accepted values: New, Used. Empty string means no filter.
- max_price (string): Maximum price filter in USD (e.g. '1000'). Empty string means no maximum.
- min_price (string): Minimum price filter in USD (e.g. '100'). Empty string means no minimum.
- hits_per_page (integer): Number of products per page (1-100).
Example queries
- {"page":"0","query":"stratocaster","sort_by":"relevance","category":"Guitars > Electric Guitars","hits_per_page":"5"}