Discover/waves.com API
live

waves.com APIwaves.com

Access Waves audio plugin and bundle data: pricing, ratings, tech specs, customer reviews, subscription plans, StudioVerse chains, and product search.

Endpoints
11
Updated
4mo ago
Try it
Sort order: 'best' for best sellers (sorted by review count descending), 'new' for newest first.
Filter by category name (case-insensitive substring match against gsfCategory). Use list_plugin_categories to get available values.
api.parse.bot/scraper/faedceb8-d63e-4a2f-b6bb-cc140b7ad97b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/faedceb8-d63e-4a2f-b6bb-cc140b7ad97b/list_plugins?sort=Best+Sellers&category=Vocals' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 11 totalclick to expand

Returns a list of all Waves audio plugins with pricing, ratings, and category info. Supports filtering by category and sorting by popularity or newness.

Input
ParamTypeDescription
sortstringSort order: 'best' for best sellers (sorted by review count descending), 'new' for newest first.
categorystringFilter by category name (case-insensitive substring match against gsfCategory). Use list_plugin_categories to get available values.
Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of plugins returned",
    "plugins": "array of plugin objects with documentName, documentUrlPath, msrp, skuPrice, discount, skuNumber, gsfCategory, rating, reviewsTotal, tagline, thumb, badgeText"
  },
  "sample": {
    "data": {
      "total": 252,
      "plugins": [
        {
          "msrp": 199,
          "thumb": "https://media.wavescdn.com/images/products/plugins/600/waves-tune-real-time.png",
          "rating": 4.7274203,
          "tagline": "Instant vocal pitch correction, in the studio or live",
          "discount": 80,
          "skuPrice": 39.99,
          "badgeText": "Most Popular",
          "skuNumber": "TNELV",
          "gsfCategory": "Vocals",
          "documentName": "Waves Tune Real-Time",
          "reviewsTotal": 1849,
          "documentUrlPath": "/plugins/waves-tune-real-time"
        }
      ]
    },
    "status": "success"
  }
}

About the waves.com API

The Waves.com API exposes 11 endpoints covering the full Waves audio plugin catalog — plugins, bundles, sales, and StudioVerse preset chains. Use list_plugins to retrieve every plugin with MSRP, sale price, discount percentage, rating, and category in one call. Other endpoints surface tech specs, paginated Yotpo reviews, subscription plan details, and keyword search across the entire product catalog.

Plugin and Bundle Catalog

The list_plugins endpoint returns an array of plugin objects, each carrying documentName, documentUrlPath, msrp, skuPrice, discount, skuNumber, gsfCategory, rating, and reviewsTotal. You can pass a sort parameter (best or new) and a category string matched case-insensitively against gsfCategory. Use list_plugin_categories first to enumerate valid category names. The list_bundles endpoint follows the same structure for multi-plugin bundles and accepts the same category filter.

Product Detail and Reviews

get_plugin_details and get_bundle_details accept a slug — the URL path segment for the product — and return enriched fields: tagline, description, features array, image_url, and both price and sale_price. The sku field from these responses feeds directly into get_plugin_reviews, which retrieves paginated Yotpo reviews including per-review score, content, title, createdAt, verifiedBuyer, and a bottomline summary with totalReview, averageScore, and starDistribution. Use the page parameter to walk through result pages.

Tech Specs, Search, and Specials

get_plugin_tech_specs returns system requirements and supported host formats for any plugin slug — useful for compatibility checks. search_products accepts a query string and returns matching products with documentName, documentPageDescription, documentUrlPath, and a tiny thumbnail path. list_specials requires no parameters and returns all currently discounted products with their discount percentages and sale prices.

StudioVerse and Subscriptions

list_studioverse_chains returns community preset chains from StudioVerse, filterable by tag values like vocals, drums, or mastering. Each chain object includes presetName, description, likesCount, and a profile object with creator info. The response includes total_pages for pagination. get_subscription_plans returns the current Waves subscription plan names, prices, and feature lists.

Common use cases
  • Build a Waves plugin price tracker that monitors skuPrice and discount changes across the catalog via list_plugins.
  • Generate a plugin compatibility checker using get_plugin_tech_specs to match system requirements against a user's OS and DAW.
  • Aggregate customer sentiment by pulling star distributions and average scores from get_plugin_reviews across multiple SKUs.
  • Create a deals alert tool using list_specials to surface all currently discounted Waves products and their MSRP-to-sale-price differences.
  • Power a search interface with search_products returning thumbnails, descriptions, and URL paths for matching plugins and bundles.
  • Populate a StudioVerse browser filtered by instrument tag using list_studioverse_chains with the tag parameter and likesCount for sorting.
  • Compare Waves subscription plan feature sets programmatically using get_subscription_plans response fields.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Waves have an official public developer API?+
Waves does not publish a public developer API for its product catalog, reviews, or StudioVerse data. This Parse API provides structured access to that data.
How do I get reviews for a specific plugin, and what does the response include?+
Call get_plugin_reviews with the sku parameter, which you obtain from the skuNumber field in list_plugins or the sku field in get_plugin_details. The response includes an array of review objects (each with score, content, title, createdAt, and verifiedBuyer), a bottomline object with totalReview, averageScore, and starDistribution, and a pagination object. Use the page parameter to retrieve additional pages.
Does the API expose which specific plugins are included inside a bundle?+
The get_bundle_details endpoint returns description, features, name, price, sale_price, and image_url for a bundle, but does not return a structured list of included plugin SKUs or slugs. You can fork the API on Parse and revise it to add an endpoint that extracts the included-plugins list from bundle detail pages.
Does the API cover Waves hardware products or the WavesLive catalog?+
The API covers software plugins, bundles, subscription plans, and StudioVerse chains from the main Waves catalog. Hardware products and any WavesLive-specific offerings are not currently included. You can fork the API on Parse and revise it to add the missing endpoint targeting those product categories.
Can I filter `list_studioverse_chains` by multiple tags at once?+
The tag parameter accepts a single string per request, so multi-tag filtering requires separate calls per tag. The response does include total_pages so you can paginate through all chains for a given tag. You can fork the API on Parse and revise it to add multi-tag support if your use case requires it.
Page content last updated . Spec covers 11 endpoints from waves.com.
Related APIs in MusicSee all →
pluginboutique.com API
Search and browse thousands of audio plugins across categories, brands, and deals, while discovering free products, new arrivals, and bundle offers. Get detailed information about specific plugins and find exactly what you need for your music production setup.
kvraudio.com API
Search and discover thousands of VST plugins, virtual instruments, and audio effects from the KVR Audio database, finding exactly what you need by plugin type, developer, or features. Browse detailed product information including developer names, specifications, and software details to compare and evaluate music production tools.
sweetwater.com API
Search Sweetwater's catalog of musical instruments, audio equipment, and accessories to find products with detailed pricing, availability, ratings, and images. Get autocomplete suggestions as you type to quickly discover exactly what you're looking for.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
reverb.com API
Search and browse thousands of music gear listings on Reverb.com by keyword, price, condition, category, brand, and year to find the perfect instrument or equipment. Filter results to compare vintage guitars, synthesizers, drums, and more across different price ranges and conditions.
spitfireaudio.com API
Browse Spitfire Audio's complete sample library catalog. Retrieve product listings, detailed descriptions, pricing, system requirements, and Trustpilot customer reviews for any library in the store.
sephora.com API
Search and browse Sephora's product catalog to find detailed information about beauty items, including specifications, customer reviews, Q&A discussions, pricing, and real-time availability. Filter products by category or brand, and access comprehensive brand listings to discover exactly what you're looking for.
elements.envato.com API
Search and browse millions of creative assets from Envato Elements, including stock photos, videos, music, fonts, and templates across all categories. Get detailed information about specific items, pricing plans, and discover new content through keyword search and category browsing.