Out Of Office High-top Sneakers
$454
Product data
Structured Off-White product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Off-White catalog — titles, images, and prices the API returns today.
Out Of Office High-top Sneakers
$454
Paperwork Imprint Face & Body Solid Pigment
$43
Paperwork Imprint Face & Body Solid Pigment
$44
Graphic Print Crew Neck T-shirt
$40
Off-white Off-embroidered Ribbed Minidress
$176
Off-white Big Logo Bookish Crop Tee Black White
$270
Skinny Denim Jeans In Vintage
A$276
Mens Paperclip Chain Bracelet
$350
Off-shoulder Rib Bralette
$78
Blue Round Blazer
CA$423
Black Emblem Poplin Slim Bowling Shirt
$364
Off-white X Katsu Crossover Ss21 Alphabet Printing Long Sleeves Ordinary Version Black Omab022s21jer0061001
$260
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": "Off-White products",
"filters": {
"brand_ids": [
"DAxE"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Off-White products",
filters={"brand_ids": ["DAxE"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Off-White products",
filters: {
brand_ids: ["DAxE"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Off-White into agents, search, and affiliate flows.
For Off-White
Channel3 can help Off-White show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.