Cazal 7100 Eyeglasses Men
Product data
Cazal
Structured Cazal product data for search, recommendations, and AI shopping agents.
What Cazal can I help you find?
In the catalog
Sample Cazal products
A live slice of the Cazal catalog — titles, images, and prices the API returns today.
Cazal 858 Men's Sunglasses In Gold
Cazal 5003
$616
Cazal Blue Gradient Navigator Unisex Sunglasses Cazal 8040 002 59
$280
Cazal 1251
$389

Cazal Grey Gradient Navigator Unisex Sunglasses Cazal 8044 002 61
$240
Cazal 868 Sunglasses
$485
Cazal Oversize Tinted Sunglasses
$250
Cazal 050 Anniversary Edition
$1,267
Cazal 4314
$520
Sunglasses Men Cazal Mod.8048
A$645
Sunglasses Men Cazal Mod.683/3
A$830
One endpoint
Filter Cazal with a brand ID
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
- Normalized titles, images, and stable brand IDs
- Live prices, availability, and merchant URLs
- Commission-ready offers when a rate is available
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,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull Cazal into agents, search, and commission-earning flows.
For Cazal
Do you work at Cazal?
Channel3 is the product graph AI shopping apps plug into. Join it once and Cazal's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.