The Strokes Distressed Magna Band Logo T Shirt
£15
Product data
Structured fashion & apparel product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the fashion & apparel catalog — titles, images, and prices the API returns today.
The Strokes Distressed Magna Band Logo T Shirt
£15
Eco Leather Tailored Blazer
$600
Gemini Jumpsuit - Black
$138
Cable Knit Beanie - Black
$34
Ash Polo
$240
Annie No Tangle Hair Bands – Extra Large 18" Elastic Ties
$3
Queens Of The Stone Age Q Band Logo Snapback Baseball Cap
£10
Alegria Polo Black
€885
Jojo Siwa Glam Unisex Joggers
$65
Jive Zip-thru Hood, Ash
A$125
Mocasín Piel
€90
Knickerbocker Box Knit Tank - Milk
$60
One endpoint
The same search used in the demo above. Pass category_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": "fashion and apparel products",
"filters": {
"category_ids": [
"xoN"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="fashion and apparel products",
filters={"category_ids": ["xoN"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "fashion and apparel products",
filters: {
category_ids: ["xoN"],
},
limit: 20,
});Adjacent product-data APIs for the same shopping workflows.
Brand-specific catalogs available through the same API.
How developers pull fashion & apparel into agents, search, and affiliate flows.