Product data

Eurofase

Structured Eurofase product data for search, recommendations, and AI shopping agents.

What Eurofase can I help you find?

In the catalog

Sample Eurofase products

A live slice of the Eurofase catalog — titles, images, and prices the API returns today.

Ozone 5-light Oil-rubbed Bronze Track Lighting Kit 12491-025

Ozone 5-light Oil-rubbed Bronze Track Lighting Kit 12491-025

$218

Eurofase Perrene Drum Chandelier

Eurofase Perrene Drum Chandelier

$605

Plafonnier D'extérieur À 2 Lumières, Noir Mat, 12 Po

Plafonnier D'extérieur À 2 Lumières, Noir Mat, 12 Po

CA$100

One Light Wall Sconce Nickel

One Light Wall Sconce Nickel

$310

Eurofase Trento Vanity

Eurofase Trento Vanity

$560

Led Mirror Mirror

Led Mirror Mirror

$880

Ten Light Chandelier Gold

Ten Light Chandelier Gold

$2,485

Eurofase Demark Linear Pendant

Eurofase Demark Linear Pendant

$1,340

Aerie Linear Chandelier Bronze

Aerie Linear Chandelier Bronze

$3,500

One Light Outdoor Lantern Brass

One Light Outdoor Lantern Brass

$375

One Light Wall Sconce Gold

One Light Wall Sconce Gold

$495

Eurofase Cumberland Round Multi Pendant Light

Eurofase Cumberland Round Multi Pendant Light

$4,190

One endpoint

Filter Eurofase 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": "Eurofase products",
  "filters": {
    "brand_ids": [
      "905B"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="Eurofase products",
    filters={"brand_ids": ["905B"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "Eurofase products",
  filters: {
    brand_ids: ["905B"],
  },
  limit: 20,
});

FAQs

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

For Eurofase

Do you work at Eurofase?

Channel3 can help Eurofase 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.