Channel3 Logo

Tudor logoTudor product data API

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

2,267 products
Sample prices £30–£9,875

Agentic commerce demo

Try a Tudor-only AI shopping agent

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

Do you work at Tudor?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Tudor Black Bay 79230r Mens Watch In Stainless Steel
Tudor
Tudor Black Bay 79230r Mens Watch In Stainless Steel
£100
Black Bay One 36
Tudor
Black Bay One 36
$4,375
Black Bay Pro
Tudor
Black Bay Pro
$4,725
Black Bay 54
Tudor
Black Bay 54
$4,475
Tudor Prince Oysterdate 74033 Mens Watch In Stainless Steel/yellow Gold
Tudor
Tudor Prince Oysterdate 74033 Mens Watch In Stainless Steel/yellow Gold
$2,350
Gran Tour Chrono 20310 Unisex Watch In Stainless Steel 0.5 Ctw
Tudor
Gran Tour Chrono 20310 Unisex Watch In Stainless Steel 0.5 Ctw
$3,500
Tudor Glamour Date Pre-owned Watch
Tudor
Tudor Glamour Date Pre-owned Watch
$3,185
Tudor Black Bay 41
Tudor
Tudor Black Bay 41
$4,125
Tudor Black Bay M79250bm
Tudor
Tudor Black Bay M79250bm
£30
Fkm Rubber Strap For Tudor Pelagos - Citrus Orange - Pelagos Fxd 42mm
Tudor
Fkm Rubber Strap For Tudor Pelagos - Citrus Orange - Pelagos Fxd 42mm
$215
Black Bay One 39
Tudor
Black Bay One 39
$5,425
Tudor Black Bay Ref
Tudor
Tudor Black Bay Ref
$3,900
Black Bay One 31 S&g
Tudor
Black Bay One 31 S&g
$6,850
Black Bay One 36 Watch
Tudor
Black Bay One 36 Watch
$4,175
Black Bay Chrono S&g
Tudor
Black Bay Chrono S&g
$8,525
Tudor Black Bay 41
Tudor
Tudor Black Bay 41
$4,975
Tudor 1926 Watch M91651-0010 41 Mm
Tudor
Tudor 1926 Watch M91651-0010 41 Mm
$2,625
Tudor Prince Oysterdate 74033 Mens Watch In 14kt Stainless Steel/yellow Gold
Tudor
Tudor Prince Oysterdate 74033 Mens Watch In 14kt Stainless Steel/yellow Gold
$1,850
现即探索经典帝舵碧湾腕表 | 帝舵腕表
Tudor
现即探索经典帝舵碧湾腕表 | 帝舵腕表
$4,350
Tudor North Flag 91210n
Tudor
Tudor North Flag 91210n
£100
Tudor Black Bay Ref M79230n-0008
Tudor
Tudor Black Bay Ref M79230n-0008
$3,575
Tudor Advisor Ref - M79620tc-0005
Tudor
Tudor Advisor Ref - M79620tc-0005
$6,175
Black Bay One 39 S&g
Tudor
Black Bay One 39 S&g
$9,875
Tudor Prince Oysterdate 90500 Mens Watch In Stainless Steel
Tudor
Tudor Prince Oysterdate 90500 Mens Watch In Stainless Steel
$1,450

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