Nps Tank Top Wool, Black
€48
Product data
Structured MADS NØRGAARD – COPENHAGEN product data for search, recommendations, and AI shopping agents. Earn up to 3.20% on sales.
In the catalog
A live slice of the MADS NØRGAARD – COPENHAGEN catalog — titles, images, and prices the API returns today.
Nps Tank Top Wool, Black
€48
Sacky Metallic Atoma Bag, Black
€40
Standard Crew Logo Sweat, Asphalt
€100
Mn X Jbs Of Dk 2-pack Tights, Pink - S
€40
Fine Jersey Teasy Tee Fav, Winery
€35
Fine Jersey Teasy Tee Fav, Bright Cobalt
€35
Nps Scarf Triangle Wool, Red/ecru
€34
Point Wool Love Top, Vanilla Ice
€70
Fine Jersey Thor Tee, Fiery Red - L
€35
Nps Nova Pants Broadway Colour, Klein/ecru
€94
Sea Sandro Shorts, Verdant Green - M
Sea Sandro Shorts
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": "MADS NØRGAARD – COPENHAGEN products",
"filters": {
"brand_ids": [
"qtuy"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="MADS NØRGAARD – COPENHAGEN products",
filters={"brand_ids": ["qtuy"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "MADS NØRGAARD – COPENHAGEN products",
filters: {
brand_ids: ["qtuy"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull MADS NØRGAARD – COPENHAGEN into agents, search, and commission-earning flows.
For MADS NØRGAARD – COPENHAGEN
Channel3 is the product graph AI shopping apps plug into. Join it once and MADS NØRGAARD – COPENHAGEN's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.