Discover/kvraudio.com API
live

kvraudio.com APIwww.kvraudio.com

Search and browse KVR Audio's plugin database via API. Get developer, category, price, formats, and OS data for VST plugins, instruments, and effects.

Endpoints
3
Updated
3mo ago
Try it
Search keyword (e.g. 'reverb', 'synthesizer', 'compressor')
Sort order for results. Accepted values: 'best-match', 'newest', 'oldest', 'most-popular',
api.parse.bot/scraper/86bc4092-8ea5-48e6-8c49-f02950f1b5de/<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/86bc4092-8ea5-48e6-8c49-f02950f1b5de/search_plugins?query=compressor' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for audio plugins by keyword. Returns up to 20 matching products from the first page with developer, category, price, and platform info.

Input
ParamTypeDescription
queryrequiredstringSearch keyword (e.g. 'reverb', 'synthesizer', 'compressor')
sort_bystringSort order for results. Accepted values: 'best-match', 'newest', 'oldest', 'most-popular', 'least-popular'
Response
{
  "type": "object",
  "fields": {
    "query": "search keyword used",
    "sort_by": "sort order applied",
    "products": "array of product objects with name, url_slug, kvr_id, category, developer, price, formats, and os",
    "page_info": "pagination indicator such as 'Page 1 of 40'",
    "total_results": "number of products returned on this page"
  },
  "sample": {
    "data": {
      "query": "compressor",
      "sort_by": "best-match",
      "products": [
        {
          "os": [
            "macOS",
            "Windows",
            "Linux"
          ],
          "name": "Compressor",
          "price": "0",
          "kvr_id": "30967",
          "formats": [
            "VST",
            "VST3",
            "Audio Unit"
          ],
          "category": "Compressor",
          "url_slug": "compressor-by-socalabs",
          "developer": "SocaLabs"
        }
      ],
      "page_info": "Page 1 of 40",
      "total_results": 20
    },
    "status": "success"
  }
}

About the kvraudio.com API

The KVR Audio API gives developers programmatic access to thousands of audio plugin listings across 3 endpoints. Use search_plugins to query the KVR product database by keyword, list_plugins to browse by category slug, and get_product_details to retrieve full product records including plugin formats, supported operating systems, developer name, price, and description for any individual title.

What the API Returns

Each product object across all three endpoints includes a consistent set of fields: name, url_slug, kvr_id, category, developer, price, formats, and os. The formats array covers plugin standards such as VST, VST3, AU, AAX, and CLAP. The os field lists supported platforms (Windows, macOS, Linux). Prices are returned as strings when listed by the developer, or null when not publicly disclosed.

Searching and Browsing

search_plugins accepts a required query string and an optional sort_by parameter with five accepted values: best-match, newest, oldest, most-popular, and least-popular. Results are scoped to the first page (up to 20 products) and include a page_info string such as Page 1 of 40 and a total_results count for the current page. list_plugins works the same way but takes a category slug drawn directly from KVR's URL structure — for example reverb, the-newest-plugins, or most-popular-audio-software — making it straightforward to mirror any KVR browse page.

Product Detail Records

get_product_details takes a slug value from the url_slug field returned by the other two endpoints and returns the full product record. This adds a description text block, a developer_slug for linking to the developer's KVR page, and a category path string in addition to the core fields. The image field provides a direct URL to the product's thumbnail. This endpoint is the right choice when you need the product description or want to confirm format and OS support before presenting a recommendation.

Common use cases
  • Build a plugin discovery tool that filters results by format (VST3, AU, AAX) and OS using the formats and os fields.
  • Aggregate pricing data across plugin categories by querying list_plugins with category slugs and collecting the price field.
  • Track newly released plugins by sorting search_plugins results with sort_by: newest on a scheduled basis.
  • Compile a developer catalog by extracting developer and developer_slug values across category pages.
  • Power a plugin recommendation engine that matches user-entered keywords to KVR products via search_plugins.
  • Enrich an internal music software database with plugin descriptions and category paths from get_product_details.
  • Monitor the most popular plugins in a given category using list_plugins with most-popular-audio-software or similar slugs.
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 KVR Audio have an official developer API?+
KVR Audio does not publish an official public developer API. There is no documented REST or GraphQL interface listed on kvraudio.com for programmatic access to their plugin database.
What does `get_product_details` return that the search and list endpoints don't?+
get_product_details adds a description text block, a developer_slug for constructing KVR developer page URLs, and a direct image URL to the product thumbnail. The core fields — name, price, formats, os, category, and developer — are present across all three endpoints, but the description and image fields are only available in the detail endpoint.
Does the API return results beyond the first page of search or category results?+
Currently each endpoint returns up to 20 products from the first page. The page_info field (e.g. Page 1 of 40) indicates how many pages exist, but pagination is not yet supported. You can fork this API on Parse and revise it to add page offset or cursor parameters to retrieve subsequent pages.
Can I retrieve user reviews or ratings for a plugin?+
No review or rating data is currently exposed. The API covers product metadata: name, developer, category, price, formats, OS support, and description. You can fork the API on Parse and revise it to add a reviews endpoint targeting individual product pages.
How should I get the `slug` value needed for `get_product_details`?+
The url_slug field is returned in every product object from both search_plugins and list_plugins. Pass that value directly as the slug parameter to get_product_details. For example, a search for 'compressor' might return a product with url_slug: 'gem-comp160-by-overloud', which you then use to fetch the full record.
Page content last updated . Spec covers 3 endpoints from www.kvraudio.com.
Related APIs in MusicSee all →
djmag.com API
Access the latest DJ and electronic music news, discover rankings of the world's top 100 DJs and clubs, view detailed club profiles, and search through DJ Mag's extensive article archive. Stay updated on the electronic music scene with curated features, news updates, and industry insights all in one place.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
aoni.co.jp API
Browse and search voice actors, actresses, and junior talents from Aoni Production with detailed profiles including audio samples and work history. Access company information, news updates, and booking details to discover Japanese voice acting talent.
merchbar.com API
Search and discover music merchandise across vinyls, CDs, apparel, and accessories, then track product details, new arrivals, and sales by artist. Find exactly what you're looking for with real-time product information and pricing updates.
amoeba.com API
Search and browse Amoeba Music's catalog of vinyl records and CDs, including used listings, to find product details and discover new releases. Check store information to plan your visits to Amoeba's physical locations.
boletia.com API
Browse and search events on Boletia.com to discover concerts, shows, and performances across different venues and organizers, then view detailed event information and available ticket options. Filter events by category, venue, organizer, or explore trending music events in Mexico City.
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.
KVR Audio API — VST Plugin & Music Software Data · Parse