Channel3 Logo

Tudor logoTudor product data API

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

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 79030 39mm Stainless Steel Watch
Tudor
Tudor Black Bay 79030 39mm Stainless Steel Watch
£1,697
Iwc Schaffhausen Stainless Steel Pilot's Mark Xx Automatic Watch 40mm
Tudor
Iwc Schaffhausen Stainless Steel Pilot's Mark Xx Automatic Watch 40mm
£5,500
Tudor Black Bay 58 79030 39mm Stainless Steel Watch
Tudor
Tudor Black Bay 58 79030 39mm Stainless Steel Watch
£2,076
Tudor Stainless Steel 1926 Watch 41mm
Tudor
Tudor Stainless Steel 1926 Watch 41mm
£1,920
Tudor Black Bay Chrono M79360n-0012 Watch
Tudor
Tudor Black Bay Chrono M79360n-0012 Watch
$5,948
Tudor Royal M28300-0001 Watch
Tudor
Tudor Royal M28300-0001 Watch
$2,488
Relógio Tudor Royal – Caixa De 34 Mm Em Aço, Mostrador Cravejado Com Diamantes – M28403-0009
Tudor
Relógio Tudor Royal – Caixa De 34 Mm Em Aço, Mostrador Cravejado Com Diamantes – M28403-0009
€5,700
Tudor Royal Watch
Tudor
Tudor Royal Watch
$3,575
Tudor Black Bay 41
Tudor
Tudor Black Bay 41
$4,125
Tudor Royal Watch
Tudor
Tudor Royal Watch
$6,025
Tudor Black Bay 54 M79000n-0001 Watch
Tudor
Tudor Black Bay 54 M79000n-0001 Watch
$4,082
帝舵表 碧湾计时型黄金钢款腕表 - 钢表壳,直径41毫米, 棕色皮表带 - M79363n-0008
Tudor
帝舵表 碧湾计时型黄金钢款腕表 - 钢表壳,直径41毫米, 棕色皮表带 - M79363n-0008
$8,250
Tudor Black Bay S&g M79733n-0008 Watch
Tudor
Tudor Black Bay S&g M79733n-0008 Watch
$6,852
Tudor Black Bay Pro 79540 39mm Stainless Steel Watch
Tudor
Tudor Black Bay Pro 79540 39mm Stainless Steel Watch
£1,466
Tudor Black Bay 79503 36mm Bi-colour Watch
Tudor
Tudor Black Bay 79503 36mm Bi-colour Watch
£2,995
Tudor Royal 28303 28mm Bi-colour Watch
Tudor
Tudor Royal 28303 28mm Bi-colour Watch
£2,695
Tudor Royal 28503 38mm Bi-colour Watch
Tudor
Tudor Royal 28503 38mm Bi-colour Watch
£2,895
Tudor Oyster Royal 7934 35mm Stainless Steel Watch
Tudor
Tudor Oyster Royal 7934 35mm Stainless Steel Watch
£1,295
Style Automatic Watch Stainless Steel And Yellow Gold 38
Tudor
Style Automatic Watch Stainless Steel And Yellow Gold 38
$1,915
Tudor Black Bay One 39 M79660-0001 Watch
Tudor
Tudor Black Bay One 39 M79660-0001 Watch
$4,184
Tudor Black Bay One 31 S&g M79603-0006 Watch
Tudor
Tudor Black Bay One 31 S&g M79603-0006 Watch
$6,694
Tudor Black Bay 68 M7943a1a0nu-0001 Watch
Tudor
Tudor Black Bay 68 M7943a1a0nu-0001 Watch
$4,727
Tudor Black Bay Chrono S&g Ref
Tudor
Tudor Black Bay Chrono S&g Ref
$6,000
Relógio Tudor Royal – Caixa De 38 Mm Em Aço, Bracelete Em Aço – M28500-0001
Tudor
Relógio Tudor Royal – Caixa De 38 Mm Em Aço, Bracelete Em Aço – M28500-0001
$3,050

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