Channel3 Logo

Oxford University Press product data API

Structured Oxford University Press product data for developers building search, recommendations, and AI shopping agents. Earn up to 8.40% on sales.

3,384 products
Sample prices AUD 10–AUD 307
Up to 8.40%affiliate rate

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.

English Time
English Time
A$104
Physical Aspects Of Care
Physical Aspects Of Care
A$57
Moonpaths
Oxford University Press
Moonpaths
A$284
Oxford Read And Imagine
Oxford Read And Imagine
A$33
Reproductive States
Oxford University Press
Reproductive States
A$307
American Headway 4 Teacher's Book By Oxford Editor
American Headway 4 Teacher's Book By Oxford Editor
A$149
Citizen‑protectors
Oxford University Press
Citizen‑protectors
A$55
American Headway 2 Teacher's Book
American Headway 2 Teacher's Book
A$149
Late Victorian Gothic Tales Paperback Book
Oxford University Press
Late Victorian Gothic Tales Paperback Book
£15
Space Dad
Oxford University Press
Space Dad
£10
Cello Time Joggers Piano Accompaniment Book Sheet Music
Oxford University Press
Cello Time Joggers Piano Accompaniment Book Sheet Music
£18
The Member States Of The European Union Paperback Book
Oxford University Press
The Member States Of The European Union Paperback Book
£68
The Oxford History Of Modern German Theology, Volume 1: 1781‑1848
Oxford University Press
The Oxford History Of Modern German Theology, Volume 1: 1781‑1848
£173
Revision Notes For The Frcem Primary Paperback Book
Oxford University Press
Revision Notes For The Frcem Primary Paperback Book
£115
One Nation Under Surveillance: A New Social Contract To Defend Freedom Without Sacrificing Liberty
Oxford University Press
One Nation Under Surveillance: A New Social Contract To Defend Freedom Without Sacrificing Liberty
£79
Oxford University Athletic Sweatshirt
Oxford University Athletic Sweatshirt
£43
The Shorter New Oxford Book Of Carols Sheet Music
The Shorter New Oxford Book Of Carols Sheet Music
£47
University Of Oxford Unisex Heather Grey T-shirt
University Of Oxford Unisex Heather Grey T-shirt
$23
The Concise Oxford Companion To English Literature Paperback Book
Oxford University Press
The Concise Oxford Companion To English Literature Paperback Book
£23
The Oxford History Of The Reformation Paperback Book
Oxford University Press
The Oxford History Of The Reformation Paperback Book
£20
Dominoes: Level 3: Sherlock Holmes: The Sign Of Four Paperback Book
Dominoes: Level 3: Sherlock Holmes: The Sign Of Four Paperback Book
£23
Nabre Catholic Study Bible - 3rd Edition (hardcover)
Nabre Catholic Study Bible - 3rd Edition (hardcover)
$62
Oxford Studies In Metaethics Volume 18 Hardback Book – Oxford University Press
Oxford University Press
Oxford Studies In Metaethics Volume 18 Hardback Book – Oxford University Press
£98
Ib Geography Study Guide: Oxford Ib Diploma Programme Paperback Book
Oxford University Press
Ib Geography Study Guide: Oxford Ib Diploma Programme Paperback Book
£56

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