Icecream Dreamscape All Over Printed Straight Leg Denim Jeans Co-ord In Multi
£112
Product data
Structured ICECREAM product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the ICECREAM catalog — titles, images, and prices the API returns today.
Icecream Dreamscape All Over Printed Straight Leg Denim Jeans Co-ord In Multi
£112
Icecream Tiger Stripe Camo Trucker Jacket In Green And Brown
£88
Icecream Running Dog All Over Print Swim Shorts In Blue
£46
Icecream Moto Long Sleeve Jersey Top In White And Blue
£59
Icecream Running Dog Co‑ord Zip‑through Track Jacket In Beige And Brown
£73
Cotton Graphic Sweatshirt
$85
Spoonful Graphic T-shirt
$40
Fruits Of Labor Graphic T-shirt
$26
Icecream Graphic Print V-neck Hoodie
$28
Icecream Connor Short Sleeve Soccer Jersey
$48
Icecream Yikes Stripes Graphic T-shirt
$70
Icecream Monogram Denim Trucker Jacket Co-ord In Mid Wash Blue
£72
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": "ICECREAM products",
"filters": {
"brand_ids": [
"9zZE"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="ICECREAM products",
filters={"brand_ids": ["9zZE"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "ICECREAM products",
filters: {
brand_ids: ["9zZE"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull ICECREAM into agents, search, and affiliate flows.
For ICECREAM
Channel3 can help ICECREAM show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.