Channel3 Logo

DuPont logoDuPont product data API

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

Agentic commerce demo

Try a DuPont-only AI shopping agent

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

Do you work at DuPont?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Sb40012bfg21rc3/4a3id40 Power Belt Conveyor
AEP Industries
Sb40012bfg21rc3/4a3id40 Power Belt Conveyor
$5,993
Sb35030bfg17re1a3id60 Power Belt Conveyor
AEP Industries
Sb35030bfg17re1a3id60 Power Belt Conveyor
$8,021
Sb35012brt52rc1a1pe60 Power Belt Conveyor
AEP Industries
Sb35012brt52rc1a1pe60 Power Belt Conveyor
$9,829
Rb19012bgp12rc1a1pe60 Power Belt Conveyor
AEP Industries
Rb19012bgp12rc1a1pe60 Power Belt Conveyor
$5,907
Sb35024brt42rc1a3id40 Power Belt Conveyor
AEP Industries
Sb35024brt42rc1a3id40 Power Belt Conveyor
$11,466
9f45es03b22bp Roller Conveyor
AEP Industries
9f45es03b22bp Roller Conveyor
$2,586
Sb35030bgp12re3/4a1pe90 Power Belt Conveyor
AEP Industries
Sb35030bgp12re3/4a1pe90 Power Belt Conveyor
$6,464
14f05s03b51bp Roller Conveyor
AEP Industries
14f05s03b51bp Roller Conveyor
$1,566
Sb35018bfg22rc3/4a1pe90 Power Belt Conveyor
AEP Industries
Sb35018bfg22rc3/4a1pe90 Power Belt Conveyor
$8,044
10f90ug03b22bp Roller Conveyor
AEP Industries
10f90ug03b22bp Roller Conveyor
$1,001
Sb40030brt6re1/2a3id60 Power Belt Conveyor
AEP Industries
Sb40030brt6re1/2a3id60 Power Belt Conveyor
$4,419
Sbi35012brt19.25rc3/4a3id90 Incline Power Belt Conveyor
AEP Industries
Sbi35012brt19.25rc3/4a3id90 Incline Power Belt Conveyor
$7,977
Sb40012bgp21rc1a1pe90 Power Belt Conveyor
AEP Industries
Sb40012bgp21rc1a1pe90 Power Belt Conveyor
$5,635
10f10u06b31bp Roller Conveyor
AEP Industries
10f10u06b31bp Roller Conveyor
$907
Sb35018bfg17rc1a1pe40 Power Belt Conveyor
AEP Industries
Sb35018bfg17rc1a1pe40 Power Belt Conveyor
$7,458
Rb19012brt22re1a1pe60 Power Belt Conveyor
AEP Industries
Rb19012brt22re1a1pe60 Power Belt Conveyor
$6,021
7f05dg45b43bp Roller Conveyor
AEP Industries
7f05dg45b43bp Roller Conveyor
$520
Sb40012bfg16rc3/4a3id60 Power Belt Conveyor
AEP Industries
Sb40012bfg16rc3/4a3id60 Power Belt Conveyor
$5,389
7f10kg06b39bp Roller Conveyor
AEP Industries
7f10kg06b39bp Roller Conveyor
$597
Sb35024bgp17rc3/4a3id40 Power Belt Conveyor
AEP Industries
Sb35024bgp17rc3/4a3id40 Power Belt Conveyor
$7,636
Sb40024brt6re1/2a3id60 Power Belt Conveyor
AEP Industries
Sb40024brt6re1/2a3id60 Power Belt Conveyor
$3,709
7f05kg45b21bp Roller Conveyor
AEP Industries
7f05kg45b21bp Roller Conveyor
$290
10f45k03b25bp Roller Conveyor
AEP Industries
10f45k03b25bp Roller Conveyor
$607
10f10kspu45b51bp Roller Conveyor
AEP Industries
10f10kspu45b51bp Roller Conveyor
$6,989

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