Sweetwater Scraper
Pricing
from $3.00 / 1,000 results
Sweetwater Scraper
Scrape Sweetwater.com - the leading online music gear retailer. Search products by keyword, browse by category, filter by brand, price, and stock status. Extracts product name, brand, SKU, price, ratings, reviews, features, and more.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
Scrape Sweetwater.com — the USA's leading online music instrument and pro audio retailer. Search products by keyword or browse by category. Extracts product name, brand, SKU, price, stock status, ratings, reviews, and more.
What this actor does
- Search mode — find products by keyword (e.g.,
electric guitar,fender stratocaster,studio microphone,drum kit) - Browse mode — browse a specific category (Electric Guitars, Microphones, Audio Interfaces, etc.)
- Filter — narrow results by brand, price range (USD), and in-stock status
- Pagination — automatically pages through all results up to your
maxItemslimit
No authentication required. Uses TLS fingerprint impersonation (curl_cffi chrome131) to bypass basic bot detection.
Output fields
Each product record contains:
| Field | Type | Description |
|---|---|---|
name | string | Product name |
brand | string | Manufacturer/brand name |
productType | string | Generic product-type label (e.g., Guitar Electric Semi-Hollow, Microphone Condenser) |
sku | string | Sweetwater item ID (e.g., LPS6B8NH) |
upc | string | Manufacturer UPC/EAN barcode |
url | string | Full product page URL |
imageUrl | string | Product image URL (full-resolution product photo) |
description | string | Full product description |
price | number | Current price in USD |
regularPrice | number | Original price (only present if discounted) |
currency | string | Always "USD" |
inStock | boolean | Whether the product is currently in stock |
condition | string | Item condition: "New", "Used", etc. |
hasFreeShipping | boolean | Whether the product ships free |
rating | number | Average star rating (1–5) |
reviewCount | integer | Total number of customer reviews |
category | string | Top-level product category (e.g., Guitars) |
subcategory | string | Subcategory (e.g., Electric Guitars, Solidbody Guitars) |
specialOffer | string | Promotional offer text, when the product has one (e.g., Free Eminence IR Sampler Pack! Only at Sweetwater!) |
sweetwaterExclusive | boolean | Whether it's a Sweetwater Exclusive product |
sourceUrl | string | URL of the page this product was scraped from |
scrapedAt | string | UTC ISO timestamp of when the record was scraped |
recordType | string | Always "product" |
Input options
Mode: search (default)
Search for products using a keyword.
{"mode": "search","searchQuery": "fender stratocaster","brand": "Fender","minPrice": 500,"maxPrice": 2000,"inStockOnly": true,"maxItems": 50}
Mode: byCategory
Browse products in a specific category.
{"mode": "byCategory","category": "microphones","brand": "Shure","maxItems": 100}
Available categories
electric-guitars, acoustic-guitars, bass-guitars, guitar-amplifiers, bass-amplifiers, drums-percussion, keyboards, synthesizers, midi-controllers, microphones, headphones, studio-monitors, audio-interfaces, mixers, effects-pedals, recording-software, dj-equipment, live-sound, cables, stands-racks, lighting
Sort options (both modes)
| Value | Description |
|---|---|
popular (default) | Most popular |
price-asc | Price: Low to High |
price-desc | Price: High to Low |
rating | Best Rated |
newest | Newest first |
Example output
{"name": "Gibson Les Paul Standard '60s Electric Guitar - Bourbon Burst","brand": "Gibson","sku": "LPS6B8NH","url": "https://www.sweetwater.com/store/detail/LPS6B8NH--gibson-les-paul-standard-60s-bourbon-burst","imageUrl": "https://media.sweetwater.com/m/products/image/92977dcb6fa.png","price": 2799,"currency": "USD","inStock": true,"rating": 5,"reviewCount": 94,"category": "Guitars","subcategory": "Solidbody Guitars","sweetwaterExclusive": false,"sourceUrl": "https://www.sweetwater.com/shop/guitars/electric-guitars/","scrapedAt": "2026-06-30T12:00:00+00:00","recordType": "product"}
Use cases
- Price monitoring — Track price changes for specific brands or product types
- Inventory tracking — Monitor stock status for popular gear
- Market research — Analyze product assortment in different music gear categories
- Competitor analysis — Compare Sweetwater pricing vs. other retailers
- Gift research — Find guitars, keyboards, microphones, or studio gear within budget
FAQ
Q: Does this need a Sweetwater account? A: No. All scraped data is publicly available on sweetwater.com without login.
Q: How many products can I get?
A: Set maxItems up to 500. Sweetwater typically has hundreds to thousands of products per category.
Q: Can I filter by specific brands?
A: Yes — use the brand field. Example: "brand": "Fender" will match products where the brand or name contains "Fender" (case-insensitive).
Q: Why might I get fewer results than expected?
A: Some categories may have fewer in-stock products if inStockOnly is true, or your brand/price filters may be narrow.
Q: Does this support international pricing? A: Sweetwater ships within the USA and prices are always in USD.
Data source
This actor scrapes publicly available product listing pages on sweetwater.com. Sweetwater is a registered trademark of Sweetwater Sound, Inc. This actor is not affiliated with or endorsed by Sweetwater.