Ssens Exclusive Red & Purple Malibu Fog Skirt
€77
Product data
Structured SSENSE product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the SSENSE catalog — titles, images, and prices the API returns today.
Ssens Exclusive Red & Purple Malibu Fog Skirt
€77
Multicolor Record Bag
€705
Ssense Exclusive Green T-shirt
CA$83
Kids Blue Pleated Skirt
€46
Off-white Edison Chen Edition Clot Sst Crochet Tt Sweater
CA$290
Red Scrunch D-heart Bag
€525
Black Tkl Edition Plant Roots T-shirt
£245
White & Green Cropped Sweater
CA$109
Ssense Exclusive Brown 'the Goggle' Sunglasses
CA$91
Gray Office Buggy Trousers
€120
Yellow Bold Fox Head Patch Regular Marin T-shirt
£160
Gray Daisy Standard T‑shirt By Song For The Mute
€122
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": "SSENSE products",
"filters": {
"brand_ids": [
"HVnl"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="SSENSE products",
filters={"brand_ids": ["HVnl"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "SSENSE products",
filters: {
brand_ids: ["HVnl"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull SSENSE into agents, search, and commission-earning flows.
For SSENSE
Channel3 is the product graph AI shopping apps plug into. Join it once and SSENSE's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.