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 10% on sales.

3,387 products
Sample prices AUD 11–AUD 326
Up to 10%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.

Kodaly In The Fourth Grade Classroom By Micheal Houlahan
Oxford University Press
Kodaly In The Fourth Grade Classroom By Micheal Houlahan
A$326
Physical Aspects Of Care
Physical Aspects Of Care
A$57
American Headway 4 Teacher's Book By Oxford Editor
American Headway 4 Teacher's Book By Oxford Editor
A$149
Moonpaths
Oxford University Press
Moonpaths
A$284
Citizen‑protectors
Oxford University Press
Citizen‑protectors
A$55
Reproductive States
Oxford University Press
Reproductive States
A$307
Oxford School Shakespeare By William Shakespeare
Oxford School Shakespeare By William Shakespeare
A$20
English File Beginner Workbook
Oxford University Press
English File Beginner Workbook
A$93
The Oxford Handbook Of Diversity In Organizations
Oxford University Press
The Oxford Handbook Of Diversity In Organizations
A$213
Oxford Read And Imagine
Oxford Read And Imagine
A$33
Sophocles And The Language Of Tragedy
Oxford University Press
Sophocles And The Language Of Tragedy
A$48
Mirabelle And The Party Tricks
Mirabelle And The Party Tricks
€11
Mirabelle Breaks The Rules
Mirabelle Breaks The Rules
SEK 91
Let Me Do It!
Oxford University Press
Let Me Do It!
SEK 104
Selected Tales
Oxford University Press
Selected Tales
SEK 118
Chance
Chance
SEK 143
Read Write Inc. Phonics: Do We Have To Keep It?
Read Write Inc. Phonics: Do We Have To Keep It?
SEK 85
Jack The Fairy: The Week The Bad Fairies Escaped
Jack The Fairy: The Week The Bad Fairies Escaped
SEK 104
Letters Written In Sweden, Norway, And Denmark
Oxford University Press
Letters Written In Sweden, Norway, And Denmark
SEK 130
Oxford Reading Tree Treetops Fiction Level 12 More Pack C Cool Clive And
Oxford Reading Tree Treetops Fiction Level 12 More Pack C Cool Clive And
SEK 125
Read Write Inc. Phonics: I Dare You
Read Write Inc. Phonics: I Dare You
SEK 85
The Private Blog Of Joe Cowley
Oxford University Press
The Private Blog Of Joe Cowley
SEK 118
Nineteen Eighty-four
Oxford University Press
Nineteen Eighty-four
SEK 118
Isadora Moon Under The Sea
Isadora Moon Under The Sea
SEK 130

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