Hal Leonard Electric Guitar Classics 2017 Daily Boxed Calendar
$15
Product data
Structured Hal Leonard product data for search, recommendations, and AI shopping agents. Earn up to 1.40% on sales.
In the catalog
A live slice of the Hal Leonard catalog — titles, images, and prices the API returns today.
Hal Leonard Electric Guitar Classics 2017 Daily Boxed Calendar
$15
Rhythm Master Book 1 - Cornet/trumpet
$11
Essential Elements For Band - Eb Alto Saxophone Book 1 With Eei
$10
Alfred String Explorer - Book 1, Teacher's Resource Kit
$47
Accent On Achievement Book 2 - French Horn
$12
Accent On Achievement Book 1 - Bb Trumpet
$11
Bass Drum Control Book By Colin Bailey
$20
Hal Leonard Violin Essential Accessories Bundle
$45
Alfred Learn To Play The Tuba: Book 2
$10
Guitar For Kids
$15
My First Piano Adventure - Writing Book C
$7
String Explorer - Book 1, Piano Accompaniment
$13
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": "Hal Leonard products",
"filters": {
"brand_ids": [
"5hcu"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Hal Leonard products",
filters={"brand_ids": ["5hcu"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Hal Leonard products",
filters: {
brand_ids: ["5hcu"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Hal Leonard into agents, search, and affiliate flows.
For Hal Leonard
Channel3 can help Hal Leonard show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.