Orchestraltools: Get All Products
Orchestraltools via Parse · music
Full-text search across the Orchestral Tools product catalog with optional filters for type, genre, series, and price. Returns paginated results ordered by relevance. Each product summary exposes a slug for detail lookup. Server-side filtering is limited to the declared params; finer filtering is client-side over the returned list. Access the Orchestral Tools catalog of virtual instruments, collections, and bundles for music production. Fulfilled by Parse from orchestraltools.com.
- ecommerce
- entertainment
- music
- orchestraltools
- orchestraltools-com
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/6769fe36-75e0-47c7-b812-38aaabf0646e/get_all_products
- Interface artifact
- sha256:5028f3aeec99ed2d71127c0fd1cb64c7c07f61d4792e413169e5875e1edd01c2
- Manifest digest
- sha256:202bcf14225450c47b07efa3ee088c710222ab02a8c971183d9fbf73d4dd963c
Request fields
- page (integer): Page number for pagination (1-based).
- type (string): Filter by product type.: Allowed values: instrument, collection, bundle
- genre (string): Filter by genre. Values from get_filter_options genres (e.g. Strings, Brass, Woodwinds, Percussion, Piano, Choir, Epic, Full Orchestra).
- query (string): Search query for product titles and descriptions. Use * for all products.
- series (string): Filter by product series. Values from get_filter_options series (e.g. Berlin Strings, Metropolis Ark, Artist Series).
- price_max (number): Maximum price in EUR to filter by.
Example queries
- {"page":"1","type":"instrument","genre":"Strings","query":"*","series":"Berlin Strings","price_max":"500"}