Barbed Wire Silver Ring
CA$65
Product data
Structured HUF product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the HUF catalog — titles, images, and prices the API returns today.
Barbed Wire Silver Ring
CA$65
Short Pour Homme Fuck It Intl Short Poppy Huf
€102
Bayview Sweat À Capuche P/o Pour Homme
€115
Roasted Crew Sweat-shirt À Col Rond Pour Hommes Vert Foncé
€89
Champions Crewneck Athletic Heather Sweat-shirt À Col Rond Pour Hommes
€97
Green Buddy White Crew Socks
CA$20
Huf Leisure Skate Pant Forest Green Pantalon Long Pour Homme
€115
Sweat À Capuche Pour Hommes Basé Triple Triangle Po Hoodie En Caoutchouc
€101
Sweat À Capuche Essentials Og Logo Pour Hommes, Gris Chiné
€89
Paisley Deck
$48
Promo Pullover Hoodie
Huf X Toyota Trd Winslow Shacket
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": "HUF products",
"filters": {
"brand_ids": [
"pH1l"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="HUF products",
filters={"brand_ids": ["pH1l"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "HUF products",
filters: {
brand_ids: ["pH1l"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull HUF into agents, search, and commission-earning flows.
For HUF
Channel3 is the product graph AI shopping apps plug into. Join it once and HUF's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.