Blue And Navy Unicorn Garden Print Cotton-silk Pocket Square
$104
Product data
Structured Drake's product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Drake's catalog — titles, images, and prices the API returns today.
Blue And Navy Unicorn Garden Print Cotton-silk Pocket Square
$104
Plasticana Gardana Hemp Clog
Sciarpa In Misto Lana E Seta Stampato Con Frange
€465
Camicia In Cotone Madras A Quadri Con Collo Button-down
€246
Corn Cotton Corduroy Games Blazer Mk. I
Black Check Cotton Two-pocket Work Shirt
Sky Ticking Stripe Cotton Oxford Cloth Button-down Shirt
Stone Wash Denim Field Jacket
Grey Herringbone Harris Tweed One Pleat Games Trousers
Tobacco Suede Blanket Lined Welder Jacket
Red Polka Dot Print Bandana
White Horseshoe Embroidered Crew Neck Hiking T-shirt
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": "Drake's products",
"filters": {
"brand_ids": [
"ZQKU"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Drake's products",
filters={"brand_ids": ["ZQKU"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Drake's products",
filters: {
brand_ids: ["ZQKU"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Drake's into agents, search, and commission-earning flows.
For Drake's
Channel3 is the product graph AI shopping apps plug into. Join it once and Drake's's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.