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 - 70s Straight Leg Jeans - 25
re-design
Re/done - 70s Straight Leg Jeans - 25
$181
High Waisted Mini Skirt By Re/done
re-design
High Waisted Mini Skirt By Re/done
$141
High Rise Stove Pipe Crop Jeans
re-design
High Rise Stove Pipe Crop Jeans
$120
Nylo String Pants [khaki]
re-design
Nylo String Pants [khaki]
€218
The 1950's Boxy Crop Tee
re-design
The 1950's Boxy Crop Tee
$78
Re. W Sandy Shirt [white]
re-design
Re. W Sandy Shirt [white]
$146
Re/done High Rise Stove Pipe Jeans
re-design
Re/done High Rise Stove Pipe Jeans
$159
The Arizona Cotton-twill Wide-leg Cargo Pants
re-design
The Arizona Cotton-twill Wide-leg Cargo Pants
$148
Baby Waffle Long Sleeve Top
re-design
Baby Waffle Long Sleeve Top
£164
High Rise Wide Leg Cuff Jeans
re-design
High Rise Wide Leg Cuff Jeans
£277
Re/done High Rise Wide Leg Cuff Jeans
re-design
Re/done High Rise Wide Leg Cuff Jeans
$295
Navy Split Short Sleeve Seersucker Shirt
re-design
Navy Split Short Sleeve Seersucker Shirt
€330
Redone Beach Pant - Light Blue
re-design
Redone Beach Pant - Light Blue
$310
Green Sunland Track Shorts
re-design
Green Sunland Track Shorts
$56
Green Slim Zip Denim Jacket
re-design
Green Slim Zip Denim Jacket
€455
Classic Camp Apres Crewneck Sweatshirt
re-design
Classic Camp Apres Crewneck Sweatshirt
$138
No. 25hrwdlg11232005
re-design
No. 25hrwdlg11232005
$415
No. 25mrpalz11231152
re-design
No. 25mrpalz11231152
$415
Classic Tee Little Angel In Vintage White
re-design
Classic Tee Little Angel In Vintage White
£150
Mid Rise Boy Shorts
re-design
Mid Rise Boy Shorts
$215
Off-white Lace Ribbed Camisole
re-design
Off-white Lace Ribbed Camisole
$165
Re/done Tiny Tee Cherries
re-design
Re/done Tiny Tee Cherries
$170
Green 'the Blondie' Jeans
re-design
Green 'the Blondie' Jeans
A$740
Re/done Printed T-shirt
re-design
Re/done Printed T-shirt
€180

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