Product data

Roots

Structured Roots product data for search, recommendations, and AI shopping agents.

What Roots can I help you find?

In the catalog

Sample Roots products

A live slice of the Roots catalog โ€” titles, images, and prices the API returns today.

Kids Pop Sock 3 Pack

Kids Pop Sock 3 Pack

CA$17

Kids Cabin Maple Sock 3 Pack

Kids Cabin Maple Sock 3 Pack

CA$20

Organic Relaxed Cooper T-shirt

Organic Relaxed Cooper T-shirt

CA$38

Card Holder Tribe

Card Holder Tribe

CA$38

Baby Organic Original Cooper Beaver Bodysuit

Baby Organic Original Cooper Beaver Bodysuit

CA$23

Card Holder Tribe

Card Holder Tribe

$38

Roots Wnba T-shirt

Roots Wnba T-shirt

CA$35

Card Holder Prince

Card Holder Prince

CA$38

Backtrail T-shirt

Backtrail T-shirt

CA$44

Baby Isla Overalls

Baby Isla Overalls

CA$35

Cloud One Fit Sweatpant

Cloud One Fit Sweatpant

CA$88

Organic Original Kanga Hoodie

Organic Original Kanga Hoodie

CA$43

One endpoint

Filter Roots with a brand ID

The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.

  • Normalized titles, images, and stable brand IDs
  • Live prices, availability, and merchant URLs
  • Affiliate-ready offers when a rate is available
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,
});

FAQs

How developers pull Roots into agents, search, and affiliate flows.

For Roots

Do you work at Roots?

Channel3 can help Roots show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.

Drive more AI sales

Build with this catalog

1,000 free searches every month. No credit card required.