Normann Copenhagen Amp Pendant Light - White / White
ยฃ91
Product data
Structured Normann Copenhagen product data for search, recommendations, and AI shopping agents. Earn up to 7% on sales.
In the catalog
A live slice of the Normann Copenhagen catalog โ titles, images, and prices the API returns today.
Normann Copenhagen Amp Pendant Light - White / White
ยฃ91
Normann Copenhagen Level Rug Round - Light Yellow
$1,550
Normann Copenhagen Dit Table Grey - Honey Onyx
$300
Normann Copenhagen Form Armchair, Wood Legs - Hallingdal 130/walnut Legs
$746
Normann Copenhagen Let Bar Stool - Oak/bar Stool : 75cm
ยฃ448
Normann Copenhagen Hat Lamp Pendant Light - Black/medium
$104
Normann Copenhagen Form Armchair, Metal Legs - Remix 346/black Legs
ยฃ525
Normann Copenhagen Form Armchair, Swivel Chair 5w - Hallingdal 674/aluminium Legs
ยฃ1,030
Normann Copenhagen Allez Table 4l - 60cm Square/white Marble
Circus Pouf Duo - Set Of 2 - Large/rose
Normann Copenhagen Phantom Floor Lamp
Normann Copenhagen Amp Chandelier - Smoke / Black/small : 32.5cm
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": "Normann Copenhagen products",
"filters": {
"brand_ids": [
"7391"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Normann Copenhagen products",
filters={"brand_ids": ["7391"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Normann Copenhagen products",
filters: {
brand_ids: ["7391"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Normann Copenhagen into agents, search, and affiliate flows.
For Normann Copenhagen
Channel3 can help Normann Copenhagen show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.