Channel3 Logo

N21 logoN21 product data API

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

Agentic commerce demo

Try a N21-only AI shopping agent

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

Do you work at N21?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Des Sacs Crème N°21
Des Sacs Crème N°21
€300
Sandales Rose N°21
N21
Sandales Rose N°21
€355
Sandales Noir N°21
N21
Sandales Noir N°21
€501
Chaussures Basses N°21
N21
Chaussures Basses N°21
€376
Chaussures Avec Talon En Or N°21
N21
Chaussures Avec Talon En Or N°21
€656
Cintura Scamosciata Con Borchie
N21
Cintura Scamosciata Con Borchie
€370
Sandales Blanc N°21
Sandales Blanc N°21
€434
Chaussures Avec Talon Rose N°21
N21
Chaussures Avec Talon Rose N°21
€443
Bottes Noires N°21
N21
Bottes Noires N°21
€518
Ballerine Con Punta Tonda
N21
Ballerine Con Punta Tonda
€261
Pleats Poly Wool Skirt
N21
Pleats Poly Wool Skirt
$1,276,000
T-shirt Con Logo E Etichetta Personalizzabile
N21
T-shirt Con Logo E Etichetta Personalizzabile
€55
Maglia Polo A Maniche Lunghe
N21
Maglia Polo A Maniche Lunghe
€305
N°21 Cotton Knit Scarf Accessories
N21
N°21 Cotton Knit Scarf Accessories
$145
T-shirt Con Logo Cropped
N21
T-shirt Con Logo Cropped
€60
Sneakers Multicolore N°21
N21
Sneakers Multicolore N°21
€385
Gonna Midi Con Frange
N21
Gonna Midi Con Frange
€1,090
Polo Corta Con Colletto Ricamato
N21
Polo Corta Con Colletto Ricamato
€276
T-shirt Maniche Corte
N21
T-shirt Maniche Corte
€225
Cardigan Girocollo Con Bottoni Gioiello
N21
Cardigan Girocollo Con Bottoni Gioiello
€732
Chaussures Basses Noir N°21
N21
Chaussures Basses Noir N°21
€284
Collana
N21
Collana
$237,000
N°21 Fur Coat
N21
N°21 Fur Coat
$495
Gonna A Tubino In Raso
N21
Gonna A Tubino In Raso
€380

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