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 4312 Gold Butterfly Eyeglasses

Cazal 4312 Gold Butterfly Eyeglasses

$520

Cazal 4314 Gold Squared Eyeglasses

Cazal 4314 Gold Squared Eyeglasses

$520

Model 5008 001

Model 5008 001

$671

Cazal 4308

Cazal 4308

$520

Cazal 6034 Glasses | Gold

Cazal 6034 Glasses | Gold

ยฃ341

Cazal 7116

Cazal 7116

$400

Cazal 6037/3 Sunglasses

Cazal 6037/3 Sunglasses

$359

Cazal 858 Men's Sunglasses In Gold

Cazal 858 Men's Sunglasses In Gold

Cazal 7113/3

Cazal 7113/3

$380

Sunglasses Men Cazal Mod.683/3

Sunglasses Men Cazal Mod.683/3

A$830

Cazal 6022

Cazal 6022

$389

Cazal 5017/3

Cazal 5017/3

$601

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
  • Affiliate-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,
});

FAQs

How developers pull Cazal into agents, search, and affiliate flows.

For Cazal

Do you work at Cazal?

Channel3 can help Cazal show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.

Drive more AI sales

Build with this catalog

1,000 free searches every month. No credit card required.