Channel3 Logo

re-design logore-design product data API

Structured re-design product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a re-design-only AI shopping agent

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

Do you work at re-design?

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

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

client = Channel3()

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

const client = new Channel3();

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

A preview of the products available through the Channel3 re-design product data API.

Re/done High Rise Stove Pipe Jeans
re-design
Re/done High Rise Stove Pipe Jeans
$159
Re/done - Bender Jean - 27
re-design
Re/done - Bender Jean - 27
$199
Feinripp-bralette
re-design
Feinripp-bralette
€69
Ladies Ohio State Buckeyes Lusso Jacquard Cardigan
re-design
Ladies Ohio State Buckeyes Lusso Jacquard Cardigan
$170
Raw Edged Two Tuck Wide-leg Pants [beige]
re-design
Raw Edged Two Tuck Wide-leg Pants [beige]
$375
Ladies Ohio State Buckeyes Lusso Nina Rain Tech Short
re-design
Ladies Ohio State Buckeyes Lusso Nina Rain Tech Short
$88
Re/done - Classic "drink Wine" Tee - S
re-design
Re/done - Classic "drink Wine" Tee - S
$110
Re;code Shirt Layering Strap Dress _ Black
re-design
Re;code Shirt Layering Strap Dress _ Black
$321
12 Oz Bowl Usa Made From Recycled Materials - Denim
re-design
12 Oz Bowl Usa Made From Recycled Materials - Denim
$4
9” Plate, Usa Made From Recycled Materials - Desert
re-design
9” Plate, Usa Made From Recycled Materials - Desert
$6
Layered Pocket Vest (rqvam25580bkx)
re-design
Layered Pocket Vest (rqvam25580bkx)
€467
Gloves Mixed Scarf
re-design
Gloves Mixed Scarf
$201
Puzzle Detail Oversized Jacket
re-design
Puzzle Detail Oversized Jacket
$549
10 Oz Drinking Cup Usa Made From Recycled Materials (sale)
re-design
10 Oz Drinking Cup Usa Made From Recycled Materials (sale)
$4
Relaxed Crop Jean By Re/done
re-design
Relaxed Crop Jean By Re/done
$80
2pk Silicone Dip 'n' Redip Feeding Tools - Ice Blue
re-design
2pk Silicone Dip 'n' Redip Feeding Tools - Ice Blue
$8
Round Sleeve Shirring Detail T-shirts [white]
re-design
Round Sleeve Shirring Detail T-shirts [white]
$274
Mock Neck Graphic Long Sleeve Top [brown]
re-design
Mock Neck Graphic Long Sleeve Top [brown]
€146
Raw Edge Detail Long Sleeve Top (rqtaa25520bex)
re-design
Raw Edge Detail Long Sleeve Top (rqtaa25520bex)
$165
12 Oz Bowl Usa Made From Recycled Materials - Yellow
re-design
12 Oz Bowl Usa Made From Recycled Materials - Yellow
$4
The Ollie Black Denim Jeans
re-design
The Ollie Black Denim Jeans
€356
Toddler Dining Kit Usa Made From Recycled Materials - Pink
re-design
Toddler Dining Kit Usa Made From Recycled Materials - Pink
$13
Selvedge Patched Oversized Shirt Green
re-design
Selvedge Patched Oversized Shirt Green
$260
Re;code Trench Coat Cropped Jacket_rqjas24501nyx
re-design
Re;code Trench Coat Cropped Jacket_rqjas24501nyx
$458

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