Channel3 Logo

iCanvas logoiCanvas product data API

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

Agentic commerce demo

Try a iCanvas-only AI shopping agent

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

Do you work at iCanvas?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

American Sofa - Canvas Print
iCanvas
American Sofa - Canvas Print
$110
Pink Roses Paris - Canvas Print
iCanvas
Pink Roses Paris - Canvas Print
$185
Picking Berries - Canvas Print
iCanvas
Picking Berries - Canvas Print
$34
Roses On Blue Ii - Canvas Print
iCanvas
Roses On Blue Ii - Canvas Print
$55
Toucan Urban Jungles - Canvas Print
iCanvas
Toucan Urban Jungles - Canvas Print
$110
Color Giraffe Herd I - Canvas Print
iCanvas
Color Giraffe Herd I - Canvas Print
$222
Flying Swans Canvas Print
iCanvas
Flying Swans Canvas Print
$185
Queen Canvas Print
iCanvas
Queen Canvas Print
$42
Roads Were Made For Journeys - Canvas Print
iCanvas
Roads Were Made For Journeys - Canvas Print
$110
Dancers Canvas Print
iCanvas
Dancers Canvas Print
$110
Artichoke Study, 1993 Canvas Print
iCanvas
Artichoke Study, 1993 Canvas Print
$110
Miss Butterfly Euploanthus Duo X-ray (black Edition)
iCanvas
Miss Butterfly Euploanthus Duo X-ray (black Edition)
$110
Robin's Song Canvas Print
iCanvas
Robin's Song Canvas Print
$148
Shades Of Feelings - Canvas Print
iCanvas
Shades Of Feelings - Canvas Print
$110
Pretty In Pink - Canvas Print
iCanvas
Pretty In Pink - Canvas Print
$185
Surreal Cliff - Canvas Print
iCanvas
Surreal Cliff - Canvas Print
$42
Dancers In Front Of The Window - Canvas Print
iCanvas
Dancers In Front Of The Window - Canvas Print
$132
Isabella And The Giraffe - Canvas Print
iCanvas
Isabella And The Giraffe - Canvas Print
$222
Dawn Glow Canvas Print
iCanvas
Dawn Glow Canvas Print
$185
Disturbed Canvas Print
iCanvas
Disturbed Canvas Print
$42
Zoned Out Canvas Print
iCanvas
Zoned Out Canvas Print
$66
Geometric Concept Lxxv Canvas Wall Art
iCanvas
Geometric Concept Lxxv Canvas Wall Art
$110
Royal Street, French Quarter - Canvas Print
iCanvas
Royal Street, French Quarter - Canvas Print
$222
Grizzly Mornings - Canvas Print
iCanvas
Grizzly Mornings - Canvas Print
$110

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