Escada Linen Printed Blouse
$32
Product data
Structured ESCADA product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the ESCADA catalog — titles, images, and prices the API returns today.
Escada Linen Printed Blouse
$32
Escada Leather Shoulder Bag
$63
Virgin Wool Printed T-shirt
$16
Escada Virgin Wool Mock Neck Sweater W/ Tags
$66
Escada Silk Cowl Neck Blouse
$29
Escada Silk Animal Print Blouse
$50
Escada Silk Long Dress
$70
Prada 2011 Mini Dress
$98
Silk Printed Skirt Suit
$66
Escada Sport Virgin Wool Blazer
$32
Escada Wide Leg Pants – Blue, 9.25" Rise
$28
Escada By Margaretha Ley Wool Pants - High Rise: Blue Bottoms - Size 36
$33
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": "ESCADA products",
"filters": {
"brand_ids": [
"EsIw"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="ESCADA products",
filters={"brand_ids": ["EsIw"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "ESCADA products",
filters: {
brand_ids: ["EsIw"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull ESCADA into agents, search, and commission-earning flows.
For ESCADA
Channel3 is the product graph AI shopping apps plug into. Join it once and ESCADA's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.