Channel3 Logo

Hudson and Canal logoHudson and Canal product data API

Structured Hudson and Canal product data for developers building search, recommendations, and AI shopping agents.

1,922 products
Sample prices $60–$494

Agentic commerce demo

Try a Hudson and Canal-only AI shopping agent

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

Do you work at Hudson and Canal?

Looking to drive more AI sales? Channel3 can help Hudson and Canal 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 Hudson and Canal products.

Find any Hudson and Canal 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": "Hudson and Canal products",
  "filters": {
    "brand_ids": [
      "gTVu"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const products = await client.search.perform({
  query: "Hudson and Canal products",
  filters: {
    brand_ids: ["gTVu"],
  },
  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 Hudson and Canal products

A preview of the products available through the Channel3 Hudson and Canal product data API.

Kramer Arc Lamp
Hudson and Canal
Kramer Arc Lamp
$60
Nadire Arc Table Lamp
Hudson and Canal
Nadire Arc Table Lamp
$90
Wayne Side Table
Hudson and Canal
Wayne Side Table
$114
Kage Rectangular End Table
Hudson and Canal
Kage Rectangular End Table
$180
Hudson&canal Alvia Semi Flush Mount
Hudson and Canal
Hudson&canal Alvia Semi Flush Mount
$106
Paisley Tv Stand With Log Fireplace
Hudson and Canal
Paisley Tv Stand With Log Fireplace
$261
Julian Tv Stand
Hudson and Canal
Julian Tv Stand
$494
Hudson&canal 1-light Ambrose Pendant Light, Pd1535
Hudson and Canal
Hudson&canal 1-light Ambrose Pendant Light, Pd1535
$0
Bittern Computer Desk
Hudson and Canal
Bittern Computer Desk
$250
Tulsa Writing Desk
Hudson and Canal
Tulsa Writing Desk
$300
Hudson&canal Calix Square Coffee Table
Hudson and Canal
Hudson&canal Calix Square Coffee Table
$0
Elna Coffee Table
Hudson and Canal
Elna Coffee Table
$266
Perabo Mini Lamp
Hudson and Canal
Perabo Mini Lamp
$100
Lyon Two-tone Floor Lamp With Fabric Shade In Brushed Nickel/matte Black/white
Hudson and Canal
Lyon Two-tone Floor Lamp With Fabric Shade In Brushed Nickel/matte Black/white
$125
Anders Side Table
Hudson and Canal
Anders Side Table
$142
Gillian Semi Flush Mount
Hudson and Canal
Gillian Semi Flush Mount
$82
Susana Floor Lamp
Hudson and Canal
Susana Floor Lamp
$67
Fable Square End Table
Hudson and Canal
Fable Square End Table
$126
Tillman Accent Cabinet
Hudson and Canal
Tillman Accent Cabinet
$275
Driscoll Square Coffee Table
Hudson and Canal
Driscoll Square Coffee Table
$180
Hudson&canal Robillard Console Table
Hudson and Canal
Hudson&canal Robillard Console Table
$0
Lyuba Semi Flush Mount
Hudson and Canal
Lyuba Semi Flush Mount
$160
Vicky Rectangular Coffee Table
Hudson and Canal
Vicky Rectangular Coffee Table
$180
Hudson&canal Verlaine Demilune Console Table
Hudson and Canal
Hudson&canal Verlaine Demilune Console Table
$85

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": "Hudson and Canal sample product",
      "brand": {
        "name": "Hudson and Canal"
      },
      "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 Hudson and Canal 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 Hudson and Canal 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