Channel3 Logo

DEANN ART logoDEANN ART product data API

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

Agentic commerce demo

Try a DEANN ART-only AI shopping agent

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

Do you work at DEANN ART?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Mama - 48x48/glazed/natural Floater Frame
DEANN ART
Mama - 48x48/glazed/natural Floater Frame
$2,099
Via Dolorosa - 10x12/glazed/gallery-wrapped
DEANN ART
Via Dolorosa - 10x12/glazed/gallery-wrapped
$249
Peace I Leave With You (shalom) - 10x12/giclee/gallery-wrapped
DEANN ART
Peace I Leave With You (shalom) - 10x12/giclee/gallery-wrapped
$149
Restored - 44x44/glazed/natural Floater Frame
DEANN ART
Restored - 44x44/glazed/natural Floater Frame
$1,599
Morning Mercies - 24x24/glazed/gallery-wrapped
DEANN ART
Morning Mercies - 24x24/glazed/gallery-wrapped
$599
Graceful Nest Ii - 36x48/hand Painted/gallery-wrapped
DEANN ART
Graceful Nest Ii - 36x48/hand Painted/gallery-wrapped
$2,999
A Rose Is Still A Rose - 24x24/hand Painted/gallery-wrapped
DEANN ART
A Rose Is Still A Rose - 24x24/hand Painted/gallery-wrapped
$2,299
Nashville Blues - 36x48/giclee/natural Floater Frame
DEANN ART
Nashville Blues - 36x48/giclee/natural Floater Frame
$1,149
For Such A Time As This - 24x24/hand Painted/gallery-wrapped
DEANN ART
For Such A Time As This - 24x24/hand Painted/gallery-wrapped
$2,299
Sufficient Grace - Hand Painted/gallery-wrapped
DEANN ART
Sufficient Grace - Hand Painted/gallery-wrapped
$2,999
Take Heart - 36x36/giclee/gallery-wrapped
DEANN ART
Take Heart - 36x36/giclee/gallery-wrapped
$699
Let It Be - 48x48/glazed/gallery-wrapped
DEANN ART
Let It Be - 48x48/glazed/gallery-wrapped
$1,699
Fearless - 36x36/giclee/gallery-wrapped
DEANN ART
Fearless - 36x36/giclee/gallery-wrapped
$699
Hope Rising - 10x12/glazed/gallery-wrapped
DEANN ART
Hope Rising - 10x12/glazed/gallery-wrapped
$249
And Though She Be But Little She Is Fierce - 36x36/giclee/gallery-wrapped
DEANN ART
And Though She Be But Little She Is Fierce - 36x36/giclee/gallery-wrapped
$699
Wild Blue Yonder - 36x36/giclee/gallery-wrapped
DEANN ART
Wild Blue Yonder - 36x36/giclee/gallery-wrapped
$699
Built From The Ground Up - 10x10/giclee/natural Floater Frame
DEANN ART
Built From The Ground Up - 10x10/giclee/natural Floater Frame
$249
Nashville Blues - 48x60/giclee/gallery-wrapped
DEANN ART
Nashville Blues - 48x60/giclee/gallery-wrapped
$1,349
Passion - 30x30/giclee/gallery-wrapped
DEANN ART
Passion - 30x30/giclee/gallery-wrapped
$599
Beauty In The Petals - 30x30 Glazed Natural Floater Frame
DEANN ART
Beauty In The Petals - 30x30 Glazed Natural Floater Frame
$999
Mama Bird - 40x50/giclee/natural Floater Frame
DEANN ART
Mama Bird - 40x50/giclee/natural Floater Frame
$1,399
Where The Light Lands - 24x30/giclee/natural Floater Frame
DEANN ART
Where The Light Lands - 24x30/giclee/natural Floater Frame
$699
No Rain, No Flowers - 24x24/hand Painted/gallery-wrapped
DEANN ART
No Rain, No Flowers - 24x24/hand Painted/gallery-wrapped
$2,299
After The Storm - 48x60/glazed/natural Floater Frame
DEANN ART
After The Storm - 48x60/glazed/natural Floater Frame
$2,249

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