Cazal 4312 Gold Butterfly Eyeglasses
$520
Product data
Structured Cazal product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Cazal catalog โ titles, images, and prices the API returns today.
Cazal 4312 Gold Butterfly Eyeglasses
$520
Cazal 4314 Gold Squared Eyeglasses
$520
Model 5008 001
$671
Cazal 4308
$520
Cazal 6034 Glasses | Gold
ยฃ341
Cazal 7116
$400
Cazal 6037/3 Sunglasses
$359
Cazal 858 Men's Sunglasses In Gold
Cazal 7113/3
$380
Sunglasses Men Cazal Mod.683/3
A$830
Cazal 6022
$389
Cazal 5017/3
$601
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": "Cazal products",
"filters": {
"brand_ids": [
"RLNv"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Cazal products",
filters={"brand_ids": ["RLNv"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Cazal products",
filters: {
brand_ids: ["RLNv"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Cazal into agents, search, and affiliate flows.
For Cazal
Channel3 can help Cazal show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.