Channel3 Logo

Boss logoBoss product data API

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

Agentic commerce demo

Try a Boss-only AI shopping agent

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

Do you work at Boss?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Bath Towel With Stripe Detail
Boss
Bath Towel With Stripe Detail
£18
Boss Silver Cotton‑cashmere T‑shirt
Boss
Boss Silver Cotton‑cashmere T‑shirt
£239
Boss Black Authentic Logo Hooded Jacket
Boss
Boss Black Authentic Logo Hooded Jacket
£99
Boss White Patterned Shirt
Boss
Boss White Patterned Shirt
£99
Chemise Formelle À Manches Longues
Boss
Chemise Formelle À Manches Longues
€85
Boss Bermuda Cargo Biscuit J50681
Boss Bermuda Cargo Biscuit J50681
€94
Boss Boss Men Tales T Shirt
Boss
Boss Boss Men Tales T Shirt
$81
Boss Baby J51290 Logo T Shirt
Boss
Boss Baby J51290 Logo T Shirt
£25
Boss Sienne Suede Loafers, Dark Blue, 11
Boss
Boss Sienne Suede Loafers, Dark Blue, 11
£199
Hugo Boss Kids' Cotton Blend Drawstring Shorts, White, 6 Years
Boss
Hugo Boss Kids' Cotton Blend Drawstring Shorts, White, 6 Years
£40
Hugo Boss Boss Kids' Colourblock Polo Shirt, Navy, 12 Years
Boss
Hugo Boss Boss Kids' Colourblock Polo Shirt, Navy, 12 Years
£45
Hugo Boss Hugo Kids' All-over Print Cardigan, Black
Boss
Hugo Boss Hugo Kids' All-over Print Cardigan, Black
£50
Boss Kids' Sleeveless Crepe Dress, Peach, 5 Years
Boss
Boss Kids' Sleeveless Crepe Dress, Peach, 5 Years
£75
Boss Office Products Multi-function Ergonomic Fabric High-back Task Chair
Boss
Boss Office Products Multi-function Ergonomic Fabric High-back Task Chair
$179
Hugo Boss Boss 0961 807 Black Square Plastic Eyeglasses
Boss
Hugo Boss Boss 0961 807 Black Square Plastic Eyeglasses
$95
Hugo Boss Boss 1029/f/s 086 Ue Havana Rectangle Plastic Sunglasses
Boss
Hugo Boss Boss 1029/f/s 086 Ue Havana Rectangle Plastic Sunglasses
$95
Hugo Boss Kids' Cotton Blend Zipped Hoodie, Chine Grey, 5 Years
Boss
Hugo Boss Kids' Cotton Blend Zipped Hoodie, Chine Grey, 5 Years
£50
Hugo Boss Kids' Logo Hoodie
Boss
Hugo Boss Kids' Logo Hoodie
£63
T Shirt Verde
Boss
T Shirt Verde
$49
Hugo Sneaker With Zigzag Detail
Boss
Hugo Sneaker With Zigzag Detail
$126
Boss Polo Prime
Boss
Boss Polo Prime
€85
Pantalons Beige 269 Casual J24843
Boss
Pantalons Beige 269 Casual J24843
€105
Boss Sy-1 Guitar/bass Synthesizer Pedal - Secondhand
Boss
Boss Sy-1 Guitar/bass Synthesizer Pedal - Secondhand
$215
Hugo Boss Topwear
Boss
Hugo Boss Topwear
$105

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