Channel3 Logo

Oxford University Press product data API

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

Agentic commerce demo

Try a Oxford University Press-only AI shopping agent

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

Do you work at Oxford University Press?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Writing For Health Professionals: A Manual For Writers, 2nd Edition
Writing For Health Professionals: A Manual For Writers, 2nd Edition
£48
Oxford University Athletic Sweatshirt
Oxford University Athletic Sweatshirt
£41
University Of Oxford Unisex Heather Grey T-shirt
University Of Oxford Unisex Heather Grey T-shirt
£25
Headway: Elementary: Workbook Without Key Paperback
Headway: Elementary: Workbook Without Key Paperback
£48
Foundational Texts In Modern Criminal Law Paperback Book
Foundational Texts In Modern Criminal Law Paperback Book
£69
The Oxford History Of Modern German Theology, Volume 1: 1781‑1848
The Oxford History Of Modern German Theology, Volume 1: 1781‑1848
£179
Everybody Up: Level 3: Teacher's Book Pack (multiple‑component)
Everybody Up: Level 3: Teacher's Book Pack (multiple‑component)
£31
Oxford Read And Discover: Level 2: Your Body Paperback Book
Oxford Read And Discover: Level 2: Your Body Paperback Book
£18
Cello Time Joggers Piano Accompaniment Book Sheet Music
Cello Time Joggers Piano Accompaniment Book Sheet Music
£16
Revision Notes For The Frcem Primary Paperback Book
Revision Notes For The Frcem Primary Paperback Book
£102
Dress-up Jobs: Hats Paperback Book
Dress-up Jobs: Hats Paperback Book
£11
American English File: 3: Student Book With Online Practice…
American English File: 3: Student Book With Online Practice…
£91
The Oxford History Of The Reformation Paperback Book
The Oxford History Of The Reformation Paperback Book
£18
English Wycliffite Sermons: Volume I Hardback Book
English Wycliffite Sermons: Volume I Hardback Book
£309
Oxford Illustrated Math Dictionary Paperback Book
Oxford Illustrated Math Dictionary Paperback Book
£50
My Maths For Ks3 Homework Book 2b Single Paperback
My Maths For Ks3 Homework Book 2b Single Paperback
£20
Oxford Studies In Metaethics Volume 18 Hardback Book – Oxford University Press
Oxford Studies In Metaethics Volume 18 Hardback Book – Oxford University Press
£111
Late Victorian Gothic Tales Paperback Book
Late Victorian Gothic Tales Paperback Book
£13
Dominoes: Level 3: Sherlock Holmes: The Sign Of Four Paperback Book
Dominoes: Level 3: Sherlock Holmes: The Sign Of Four Paperback Book
£21
The Member States Of The European Union Paperback Book
The Member States Of The European Union Paperback Book
£61
The Shorter New Oxford Book Of Carols Sheet Music
The Shorter New Oxford Book Of Carols Sheet Music
£42
The Concise Oxford Companion To English Literature Paperback Book
The Concise Oxford Companion To English Literature Paperback Book
£21
The Oxford Handbook Of Archaeology Paperback
The Oxford Handbook Of Archaeology Paperback
£54
The Oxford Handbook Of The New Private Law
The Oxford Handbook Of The New Private Law
£235

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