Channel3 Logo

Home Treasures logoHome Treasures product data API

Structured Home Treasures product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a Home Treasures-only AI shopping agent

This demo uses a constant Home Treasures filter and tells the assistant it represents Home Treasures only. Developers can use the same pattern to build brand-scoped shopping agents, product search, and recommendation flows.

Do you work at Home Treasures?

Looking to drive more AI sales? Channel3 can help Home Treasures surface more accurately and frequently on AI shopping platforms. No technical work required on your end. Most teams get set up in less than 10 minutes and see results same week.

Drive more AI sales
C3

Hello! I'm an AI shopping assistant powered by the Channel3 API, and I'm scoped to Home Treasures products.

Find any Home Treasures product with one easy endpoint

Start with 1,000 free searches every month.

curl https://api.trychannel3.com/v1/search \
  -H "x-api-key: $CHANNEL3_API_KEY" \
  -H "content-type: application/json" \
  -d '{
  "query": "Home Treasures products",
  "filters": {
    "brand_ids": [
      "bhig"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

products = client.search.perform(
    query="Home Treasures products",
    filters={"brand_ids": ["bhig"]},
    limit=20,
)
import Channel3 from "@channel3/sdk";

const client = new Channel3();

const products = await client.search.perform({
  query: "Home Treasures products",
  filters: {
    brand_ids: ["bhig"],
  },
  limit: 20,
});

What the product data includes

Normalized product titles

Clean, comparable titles across merchants and storefronts.

Brand and categories

Stable identifiers for filtering, deduplication, and analytics.

Images and product metadata

Hero images, product IDs, category signals, and merchant context.

Live prices and availability

Current offer data so agents do not recommend stale products.

Merchant URLs

Direct product links from retailers and marketplaces.

Affiliate-ready offers

Monetizable links and commission-aware offer selection where available.

Sample Home Treasures products

A preview of the products available through the Channel3 Home Treasures product data API.

Calypso Pair Of Pillowcases - Standard/sapphire
Home Treasures
Calypso Pair Of Pillowcases - Standard/sapphire
$207
Athens Duvet Cover - King / Cal King/stripe / White
Home Treasures
Athens Duvet Cover - King / Cal King/stripe / White
$673
Jackson Fitted Sheet - King/pewter / Herringbone
Home Treasures
Jackson Fitted Sheet - King/pewter / Herringbone
$227
Princess Flat Sheet - King / Cal King / Pebble
Home Treasures
Princess Flat Sheet - King / Cal King / Pebble
$414
Paris Flat Sheet - King / Cal King / White / Sky Blue
Home Treasures
Paris Flat Sheet - King / Cal King / White / Sky Blue
$405
Splendor Sheet Set
Home Treasures
Splendor Sheet Set
$846
Jacqueline Sham King
Home Treasures
Jacqueline Sham King
$279
Celeste Duvet Cover
Home Treasures
Celeste Duvet Cover
$855
L'avenue Quilted Coverlet (euro) Set - King / Cal King + 3 Euro Shams/blue Gray Ch
Home Treasures
L'avenue Quilted Coverlet (euro) Set - King / Cal King + 3 Euro Shams/blue Gray Ch
$2,048
Renaissance Fitted Sheet - King/blue / Diamond
Home Treasures
Renaissance Fitted Sheet - King/blue / Diamond
$479
Honeycomb Sham (plain Flange) White Euro Continental
Home Treasures
Honeycomb Sham (plain Flange) White Euro Continental
$155
Darcy Flat Sheet
Home Treasures
Darcy Flat Sheet
$567
Luciana Tablecloth - 90" Round/ivory
Home Treasures
Luciana Tablecloth - 90" Round/ivory
$524
Amalfi Sham
Home Treasures
Amalfi Sham
$218
Duomo Fabric Swatch - Duomo Jacquard / Latte
Home Treasures
Duomo Fabric Swatch - Duomo Jacquard / Latte
$5
Malibu Duvet Cover
Home Treasures
Malibu Duvet Cover
$1,060
Vintage Sham Set - Standard (set/2)/wave
Home Treasures
Vintage Sham Set - Standard (set/2)/wave
$243
Villa Sham - Boudoir/ivory
Home Treasures
Villa Sham - Boudoir/ivory
$164
Albert Duvet Cover - King/willow
Home Treasures
Albert Duvet Cover - King/willow
$479
Links Flat Sheet
Home Treasures
Links Flat Sheet
$440
Plush 1000 Stripe Bed Skirt
Home Treasures
Plush 1000 Stripe Bed Skirt
$1,362
Chelsea Sham
Home Treasures
Chelsea Sham
$169
Polycotton Sham King Ivory
Home Treasures
Polycotton Sham King Ivory
$133
Anastasia Quilted Coverlet Set - King / Cal King + 2 King Shams
Home Treasures
Anastasia Quilted Coverlet Set - King / Cal King + 2 King Shams
$1,433

A structured response for apps and agents

Results are ready for search interfaces, ranking pipelines, product cards, and AI agent tool calls.

{
  "products": [
    {
      "id": "prod_01H...",
      "title": "Home Treasures sample product",
      "brand": {
        "name": "Home Treasures"
      },
      "category_ids": [
        "xoN"
      ],
      "images": [
        {
          "url": "https://..."
        }
      ],
      "offers": [
        {
          "merchant_domain": "example.com",
          "price": 128,
          "currency": "USD",
          "availability": "InStock",
          "url": "https://..."
        }
      ]
    }
  ],
  "next_page_token": "eyJwYWdlIjoyfQ..."
}

Common use cases

AI shopping agents

Let users ask for products naturally, then return structured candidates your agent can rank and explain.

Affiliate search

Build product discovery experiences with merchant URLs and affiliate-aware offer data.

Marketplace search

Power fast, filterable product search without maintaining retailer-specific scraping pipelines.

Catalog enrichment

Map sparse product records to normalized brands, categories, images, and live merchant offers.

Frequently asked questions

How do I find Home Treasures product data?

Use the Channel3 search endpoint with a brand filter. The response includes normalized products, images, prices, availability, and merchant URLs.

Can I use this data in an AI shopping agent?

Yes. Channel3 is designed for product discovery workflows where an app or agent needs structured product results from many merchants.

Do results include price and stock?

Product offers include price, currency, availability, merchant domain, and product URLs when those fields are available.

Can I monetize product links?

Channel3 returns merchant URLs and can use affiliate-ready offer selection where commission data is available.

Explore product data categories

Browse broader product data APIs related to brand-scoped product search and AI shopping agent workflows.

More brand product data APIs

Compare this brand feed with other large brand catalogs available through Channel3.

Build with Home Treasures product data

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

Every product on the internet, in one API.

Get paid to build the future of shopping.

channel 1

In-store

1
channel 2

Online

2
channel 3

Agentic Commerce

3