Channel3 Logo

Oxford logoOxford product data API

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

Agentic commerce demo

Try a Oxford-only AI shopping agent

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

Do you work at Oxford?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Money
Oxford University Press
Money
SEK 130
Iliad
Oxford
Iliad
SEK 130
Oxford 5049560 Two-pocket Laminated Folder, 100-sheet Capacity, Metallic Green
Oxford
Oxford 5049560 Two-pocket Laminated Folder, 100-sheet Capacity, Metallic Green
$27
Ilyushin Il-10 Beast War Plane 108th Guards Assault Aviation Regiment Germany (1945) Oxford Diecast 1/72
Oxford
Ilyushin Il-10 Beast War Plane 108th Guards Assault Aviation Regiment Germany (1945) Oxford Diecast 1/72
$82
Oxford Toronto 1.0 Dry2dry Textile Motorcycle Pants
Oxford
Oxford Toronto 1.0 Dry2dry Textile Motorcycle Pants
$165
Move And Play: I Want To Be A Monkey Paperback Book
Oxford
Move And Play: I Want To Be A Monkey Paperback Book
£11
Oxford Blind Spot Mirror
Oxford
Oxford Blind Spot Mirror
$8
Ford Transit Mk5 Swb Low Roof Model
Oxford
Ford Transit Mk5 Swb Low Roof Model
£14
Oxford Mint Chain Cleaner Oc200
Oxford
Oxford Mint Chain Cleaner Oc200
$13
Fiat G55 Centauro Fighter Aircraft 1 Gruppo 3 Squadriglia Mm.91147 Italy 1944
Oxford
Fiat G55 Centauro Fighter Aircraft 1 Gruppo 3 Squadriglia Mm.91147 Italy 1944
$80
Othello: The Oxford Shakespeare Paperback Book
Oxford
Othello: The Oxford Shakespeare Paperback Book
£12
1942 Packard Clipper Touring Sedan Us Army Staff Car Olive Drab 1/87 Ho Scale Diecast Model Car
Oxford
1942 Packard Clipper Touring Sedan Us Army Staff Car Olive Drab 1/87 Ho Scale Diecast Model Car
$46
Oxford Mondial Women's Textile Motorcycle Jacket
Oxford
Oxford Mondial Women's Textile Motorcycle Jacket
$368
Oxford Ladies Super Leggings
Oxford
Oxford Ladies Super Leggings
£100
1946 Desoto Suburban Ambulance Dark Blue "junction City Ambulance" 1/87 Ho Scale Diecast Model Car By Oxford Diecast
Oxford
1946 Desoto Suburban Ambulance Dark Blue "junction City Ambulance" 1/87 Ho Scale Diecast Model Car By Oxford Diecast
$44
Oxford Touring Motorcycle Hotgrips Pro El391
Oxford
Oxford Touring Motorcycle Hotgrips Pro El391
$254
Oxford Adventure Motorcycle Hotgrips Pro El390
Oxford
Oxford Adventure Motorcycle Hotgrips Pro El390
$254
Oxford Insulever Lever Sleeves - Ox607
Oxford
Oxford Insulever Lever Sleeves - Ox607
$8
Oxford Ultra Softy Grey Pack Of 2
Oxford
Oxford Ultra Softy Grey Pack Of 2
$8
Oxford Nemesis 16mm Disc Lock Lk471
Oxford
Oxford Nemesis 16mm Disc Lock Lk471
$114
Oxford 57502 Twin-pocket Portfolio, Embossed Leather Grain Paper, Blue
Oxford
Oxford 57502 Twin-pocket Portfolio, Embossed Leather Grain Paper, Blue
$16
Jaguar Xf Rhd Carnelian Red 1/148 (n) Scale Diecast Model Car
Oxford
Jaguar Xf Rhd Carnelian Red 1/148 (n) Scale Diecast Model Car
$19
Oxford Industries Keychains, Bulk Gifts - Green/pack Of 25-one Sided
Oxford
Oxford Industries Keychains, Bulk Gifts - Green/pack Of 25-one Sided
$92
Oxford Quebec 1.0 Motorcycle Jacket
Oxford
Oxford Quebec 1.0 Motorcycle Jacket
£120

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