Sweetwater: Search Products
Sweetwater via Parse · ecommerce
Full-text search over Sweetwater's product catalog. Supports filtering by brand, category, and stock availability, plus sorting by price or rating. Paginates via a zero-based page index. Each product carries final/retail/catalog pricing, stock and shipping status, average rating, and category membership. The response also surfaces available brands and categories for the current query, enabling progressive filter refinement. Search Sweetwater's product catalog for musical instruments, audio equipment, and accessories. Returns detailed product information including pricing, availability, ratings, and images. Fulfilled by Parse from www.sweetwater.com.
- ecommerce
- marketplace
- music
- parse
- platform-key
- sweetwater
- www-sweetwater-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/cc4608df-e0c4-4afc-ac6a-8c8cde480aff/search_products
- Interface artifact
- sha256:f1e0b185d114a8dd191326e026838e337f3d946b86790c43841ea1bbb4c8b2bc
- Manifest digest
- sha256:f25ecb632801cc7d934a49d9875b38a777661fbd61e2923f3fe9ff36bd4a1638
Request fields
- page (integer): Page number (0-indexed)
- brand (string): Filter by brand name (e.g., 'Fender', 'Shure', 'Yamaha')
- query (string, required): Search query (e.g., 'fender stratocaster', 'shure sm7b', 'keyboard')
- sort_by (string): Sort order for results: Allowed values: relevance, price_asc, price_desc, rating
- category (string): Filter by top-level category (e.g., 'Guitars', 'Studio & Recording', 'Keyboards & Synthesizers')
- hits_per_page (integer): Number of results per page (1-100): Allowed values: 5, 10, 42
- in_stock_only (boolean): Only return in-stock products: Allowed values: false, true
Example queries
- {"page":"0","brand":"Fender","query":"guitar","sort_by":"relevance","category":"Guitars","hits_per_page":"5","in_stock_only":"False"}