Antonini Olivewood Cheese Knives Set
$90
Product data
Structured WS product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the WS catalog — titles, images, and prices the API returns today.
Antonini Olivewood Cheese Knives Set
$90
Williams Sonoma Winter Forest Etched Ornament Candle, Large
Williams Sonoma Prep Tools Nonstick Spoon Pack, Set Of 2
$40
No Kid Hungry Tools For Change Spatula, Zooey Deschanel
$4
Messermeister Poultry Shears, Titanium
$80
Antique Brass Salad Servers
$50
Mackenzie-childs Sterling Check Espresso Cup & Saucers, Set Of 2
$100
Aeropress Premium Glass Coffee Press
$200
Provençal Floral Napkins, Set Of 4
$4
Joseph Joseph Nest Prep & Store Bowl Set
Le Creuset Signature Oil Cruet
$52
Sicily Ceramic Scalloped Mixed Appetizer Plates
$70
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": "WS products",
"filters": {
"brand_ids": [
"qmzR"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="WS products",
filters={"brand_ids": ["qmzR"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "WS products",
filters: {
brand_ids: ["qmzR"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull WS into agents, search, and affiliate flows.
For WS
Channel3 can help WS show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.