Black/green/blue/white/rust/grey Regular Fit Short Sleeve T-shirts 8 Pack (3-16yrs)
£32
Product data
Structured Next product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Next catalog — titles, images, and prices the API returns today.
Black/green/blue/white/rust/grey Regular Fit Short Sleeve T-shirts 8 Pack (3-16yrs)
£32
Green Colourblock Hoodie (3-16yrs)
£17
Navy Regular Fit Stripe Short Sleeve Jersey Shirt
£35
Charcoal Grey 59 X 59cm Soft Velour Cushion
£18
Minerals Regular Fit Basic Shorts (3‑16yrs)
£6
The Set 3 Pack Drape Longsleeve Tops Black/brown/taupe
£33
Blue Light Grey Skinny Fit Comfort Stretch Jeans
£35
Taupe Single Oxford Shirt (3‑16yrs)
£11
Chocolate Brown Hourglass Mid Rise Skinny Jeans
£28
Dark Natural 40 X 59cm Matte Velvet Cushion
£11
Mink Brown 59 X 59cm Velvet Pleat Cushion
£24
Accessory Black Pocket Top Handle Backpack
£38
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": "Next products",
"filters": {
"brand_ids": [
"nNms"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Next products",
filters={"brand_ids": ["nNms"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Next products",
filters: {
brand_ids: ["nNms"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Next into agents, search, and affiliate flows.
For Next
Channel3 can help Next show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.