Product data

Fine Art Canvas

Structured Fine Art Canvas product data for search, recommendations, and AI shopping agents.

What Fine Art Canvas can I help you find?

In the catalog

Sample Fine Art Canvas products

A live slice of the Fine Art Canvas catalog — titles, images, and prices the API returns today.

Grace In Honor Art, White Matte W/black Frame, 11" X 14"

Grace In Honor Art, White Matte W/black Frame, 11" X 14"

$36

Trademark Fine Art 'beautiful Memory' 16" X 20" Black Frame Art

Trademark Fine Art 'beautiful Memory' 16" X 20" Black Frame Art

$52

Trademark Fine Art 'it's A Wonderful Life' 11" X 14" Wood Frame Art

Trademark Fine Art 'it's A Wonderful Life' 11" X 14" Wood Frame Art

$36

Arkansas Map

Arkansas Map

$36

"never Forget" By David Ayash 16" X 20" White Matted Black Frame

"never Forget" By David Ayash 16" X 20" White Matted Black Frame

$52

Trademark Fine Art 'manhattan Watercolor Map' 11" X 14" Black Frame Art

Trademark Fine Art 'manhattan Watercolor Map' 11" X 14" Black Frame Art

$36

Trademark Fine Art Monica Mize 'vindictive Lust' 16 X 20

Trademark Fine Art Monica Mize 'vindictive Lust' 16 X 20

$52

Trademark Fine Art ''san Francisco Cable Car'' By Philippe Hugonnard 11" X 14" Black Matted Black Frame

Trademark Fine Art ''san Francisco Cable Car'' By Philippe Hugonnard 11" X 14" Black Matted Black Frame

$45

Trademark Fine Art Monica Mize 'hope' 30 X 47 (mf149-c3047gg)

Trademark Fine Art Monica Mize 'hope' 30 X 47 (mf149-c3047gg)

$61

Trademark Fine Art "bass Harbor Lighthouse" By Moises Levy 16" X 20" White Matted Black Frame

Trademark Fine Art "bass Harbor Lighthouse" By Moises Levy 16" X 20" White Matted Black Frame

$52

Trademark Fine Art - 1x Studio Iii Heres To Pink 05 Matted Framed Art

Trademark Fine Art - 1x Studio Iii Heres To Pink 05 Matted Framed Art

$140

Trademark Fine Art - Liloni Luca Quiet Place Matted Framed Art

Trademark Fine Art - Liloni Luca Quiet Place Matted Framed Art

$200

One endpoint

Filter Fine Art Canvas 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": "Fine Art Canvas products",
  "filters": {
    "brand_ids": [
      "HfBa"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="Fine Art Canvas products",
    filters={"brand_ids": ["HfBa"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "Fine Art Canvas products",
  filters: {
    brand_ids: ["HfBa"],
  },
  limit: 20,
});

FAQs

How developers pull Fine Art Canvas into agents, search, and affiliate flows.

For Fine Art Canvas

Do you work at Fine Art Canvas?

Channel3 can help Fine Art Canvas 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.