Sweetwater Scraper avatar

Sweetwater Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Sweetwater Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

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 maxItems limit

No authentication required. Uses TLS fingerprint impersonation (curl_cffi chrome131) to bypass basic bot detection.

Output fields

Each product record contains:

FieldTypeDescription
namestringProduct name
brandstringManufacturer/brand name
productTypestringGeneric product-type label (e.g., Guitar Electric Semi-Hollow, Microphone Condenser)
skustringSweetwater item ID (e.g., LPS6B8NH)
upcstringManufacturer UPC/EAN barcode
urlstringFull product page URL
imageUrlstringProduct image URL (full-resolution product photo)
descriptionstringFull product description
pricenumberCurrent price in USD
regularPricenumberOriginal price (only present if discounted)
currencystringAlways "USD"
inStockbooleanWhether the product is currently in stock
conditionstringItem condition: "New", "Used", etc.
hasFreeShippingbooleanWhether the product ships free
ratingnumberAverage star rating (1–5)
reviewCountintegerTotal number of customer reviews
categorystringTop-level product category (e.g., Guitars)
subcategorystringSubcategory (e.g., Electric Guitars, Solidbody Guitars)
specialOfferstringPromotional offer text, when the product has one (e.g., Free Eminence IR Sampler Pack! Only at Sweetwater!)
sweetwaterExclusivebooleanWhether it's a Sweetwater Exclusive product
sourceUrlstringURL of the page this product was scraped from
scrapedAtstringUTC ISO timestamp of when the record was scraped
recordTypestringAlways "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)

ValueDescription
popular (default)Most popular
price-ascPrice: Low to High
price-descPrice: High to Low
ratingBest Rated
newestNewest 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.