Ozone 5-light Oil-rubbed Bronze Track Lighting Kit 12491-025
$218
Product data
Structured Eurofase product data for search, recommendations, and AI shopping agents.
In the catalog
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
$218
Eurofase Perrene Drum Chandelier
$605
Plafonnier D'extérieur À 2 Lumières, Noir Mat, 12 Po
CA$100
One Light Wall Sconce Nickel
$310
Eurofase Trento Vanity
$560
Led Mirror Mirror
$880
Ten Light Chandelier Gold
$2,485
Eurofase Demark Linear Pendant
$1,340
Aerie Linear Chandelier Bronze
$3,500
One Light Outdoor Lantern Brass
$375
One Light Wall Sconce Gold
$495
Eurofase Cumberland Round Multi Pendant Light
$4,190
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": "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,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Eurofase into agents, search, and affiliate flows.
For Eurofase
Channel3 can help Eurofase show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.