Kids Pop Sock 3 Pack
CA$17
Product data
Structured Roots product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Roots catalog โ titles, images, and prices the API returns today.
Kids Pop Sock 3 Pack
CA$17
Kids Cabin Maple Sock 3 Pack
CA$20
Organic Relaxed Cooper T-shirt
CA$38
Card Holder Tribe
CA$38
Baby Organic Original Cooper Beaver Bodysuit
CA$23
Card Holder Tribe
$38
Roots Wnba T-shirt
CA$35
Card Holder Prince
CA$38
Backtrail T-shirt
CA$44
Baby Isla Overalls
CA$35
Cloud One Fit Sweatpant
CA$88
Organic Original Kanga Hoodie
CA$43
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": "Roots products",
"filters": {
"brand_ids": [
"3qMn"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Roots products",
filters={"brand_ids": ["3qMn"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Roots products",
filters: {
brand_ids: ["3qMn"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Roots into agents, search, and affiliate flows.
For Roots
Channel3 can help Roots show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.