Product data

Crown Mark

Structured Crown Mark product data for search, recommendations, and AI shopping agents.

What Crown Mark can I help you find?

In the catalog

Sample Crown Mark products

A live slice of the Crown Mark catalog โ€” titles, images, and prices the API returns today.

Atticus Platform Bed In 1 Box - Full

Atticus Platform Bed In 1 Box - Full

Philipa Mauve Tweed Storage Bench

Philipa Mauve Tweed Storage Bench

$382

Stanley Mirror

Stanley Mirror

$484

Evan Mirror

Evan Mirror

$117

Blanche Home Office Set (brown Gray)

Blanche Home Office Set (brown Gray)

$461

Vance Sideboard

Vance Sideboard

$858

Atticus White Platform Bed

Atticus White Platform Bed

$419

Cecilia White Vanity Table W/ Stool

Cecilia White Vanity Table W/ Stool

$437

Lysander 6-pc. Counter-height Dining Set

Lysander 6-pc. Counter-height Dining Set

$930

Brody 5-piece Dining Room Set

Brody 5-piece Dining Room Set

$629

Parkside Dining Table

Parkside Dining Table

$718

Sheffield Dresser

Sheffield Dresser

$1,303

One endpoint

Filter Crown Mark 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": "Crown Mark products",
  "filters": {
    "brand_ids": [
      "YpgI"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const response = await client.products.search({
  query: "Crown Mark products",
  filters: {
    brand_ids: ["YpgI"],
  },
  limit: 20,
});

FAQs

How developers pull Crown Mark into agents, search, and affiliate flows.

For Crown Mark

Do you work at Crown Mark?

Channel3 can help Crown Mark 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.