On-stage Msp7706 Euro Boom 6 Mic Stands W/ Travel Bag
$241
Product data
Structured On-Stage product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the On-Stage catalog — titles, images, and prices the API returns today.
On-stage Msp7706 Euro Boom 6 Mic Stands W/ Travel Bag
$241
On Stage Stands Onstage Guitar Hanger (gs7650ab) Black
$18
Onstage 8 X 4 Xlr Stage Snake, 50 Foot (snk8450v2)
$286
On-stage Production-grade Mc-25 Microphone Cable (gold Plated Xlr To Xlr Connectors, Double Braided Jacket - Black)
$45
On Stage Stands On-stage Mst1000 U Mount Microphone Stand Tray
$28
On Stage Stands On Stage Rs7705 Adjustable Guitar Amplifier Stand - Black
$143
On Stage Hot Wires Right Angle 1/4" Trs Patch Cables 17" (8 Pack) - Black
$32
Onstage Rs7030 Rack Stand
$59
On Stage Stands - On-stage Ms9212 Heavy-duty Low Profile Microphone Stand With 12" Base
$100
On Stage Stands On-stage Mda7032 32–48 Channel Mixer Cover
$28
On Stage Ks7365ej Folding-z Keyboard Stand W/ Second Tier
$267
On Stage Stands Orchestra Stand - Black
$81
One endpoint
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "On-Stage products",
"filters": {
"brand_ids": [
"MZbb"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="On-Stage products",
filters={"brand_ids": ["MZbb"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "On-Stage products",
filters: {
brand_ids: ["MZbb"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull On-Stage into agents, search, and commission-earning flows.
For On-Stage
Channel3 is the product graph AI shopping apps plug into. Join it once and On-Stage's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.