Jbl Partylight Stick Pair
$100
Product data
Structured HARMAN product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the HARMAN catalog — titles, images, and prices the API returns today.
Jbl Partylight Stick Pair
$100
Deluxe Padded Protective Bag For Vrx932lap
$210
Jbl Charge 6
$200
Jbl 4367 Studio Monitor 15 Inch 2-way Floor Standing Loudspeaker (each) - Walnut
$8,250
Jbl Classic L52 Grilles (pair)
$120
Jbl Ma310 5.2-channel 4k A/v Receiver - Black
$350
Jbl Marine A1504
$520
Jbl Vma 260 8-input Commercial Mixer/amplifier With Bluetooth — 60w X 2 At 70v
$640
Jbl Live670ncblu Live 670nc On-ear Headphones - Blue
$100
Jbl Mtc-28/25cm Ceiling Mount Adapters - Black
$52
Jbl L100 Classic Mkii Grilles
$295
Jbl Bar 500mk2 5.1 Channel Soundbar System With Dolby Atmos
$500
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": "HARMAN products",
"filters": {
"brand_ids": [
"RFDs"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="HARMAN products",
filters={"brand_ids": ["RFDs"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "HARMAN products",
filters: {
brand_ids: ["RFDs"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull HARMAN into agents, search, and affiliate flows.
For HARMAN
Channel3 can help HARMAN show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.