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
3mo ago
Try it
Sort order: 'best' for best sellers (sorted by review count descending), 'new' for newest
Filter by category name (case-insensitive substring match against gsfCategory). Use list_p
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 →
juno.co.uk API
Search and browse Juno Records' catalog to find music across genres, discover new releases and bestsellers, and get detailed product information with autocomplete suggestions. Perfect for exploring vinyl, CDs, and digital music with real-time access to charts and recommendations.
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.
stubhub.com API
Search and discover tickets across StubHub's marketplace by looking up events, performers, and categories to find exactly what you want to attend. Browse event details, performer schedules, and curated category collections to compare available tickets and make informed purchasing decisions.
rateyourmusic.com API
Search for albums, artists, and genres to retrieve detailed information including release dates, ratings, and chart rankings from Rate Your Music. Browse music charts and explore genre-specific data to discover trends across the catalog.
allmusic.com API
Search for music, browse artist biographies and discographies, and retrieve detailed album and song information all in one place. Discover new releases and access comprehensive metadata about artists and tracks.
viagogo.com API
Search for events and browse tickets across Viagogo's catalog, discovering performer schedules, ticket listings, and categories all in one place. Get detailed information about available tickets and events to find exactly what you're looking for.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
bandcamp.com API
Access Bandcamp's music catalog, artist profiles, album details, fan profiles, and live sales feed. Supports discovery with tag and location filters, full-text search across artists, albums, and tracks, and detailed metadata retrieval.