Channel3 Logo

History Press logoHistory Press product data API

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

Agentic commerce demo

Try a History Press-only AI shopping agent

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

Do you work at History Press?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Death On The Don
History Press
Death On The Don
€27
The A-z Of Curious Northern Ireland
History Press
The A-z Of Curious Northern Ireland
€23
Little Book Of Sussex
History Press
Little Book Of Sussex
SEK 130
The Little Book Of Hogmanay
History Press
The Little Book Of Hogmanay
€20
Prettycityparis
History Press
Prettycityparis
€44
Blood Cries Afar
History Press
Blood Cries Afar
€30
Road Locomotives And Tractors
History Press
Road Locomotives And Tractors
€29
Yew - A History
History Press
Yew - A History
SEK 324
Oceans Apart
History Press
Oceans Apart
SEK 171
Ascent
History Press
Ascent
€32
Shakespeare's Christmas
History Press
Shakespeare's Christmas
€20
Suffolk Folk Tales
History Press
Suffolk Folk Tales
€20
Darwin's Notebook
History Press
Darwin's Notebook
€22
Ten Transport Pioneers Who Changed The World
History Press
Ten Transport Pioneers Who Changed The World
€23
Wild Pavements
History Press
Wild Pavements
€28
The Little History Of Nottinghamshire
History Press
The Little History Of Nottinghamshire
€23
Ve Day
History Press
Ve Day
€15
Flaws Of Nature
History Press
Flaws Of Nature
SEK 223
A Culinary History Of West Virginia - By Shannon Colaianni Tinnell (paperback)
History Press
A Culinary History Of West Virginia - By Shannon Colaianni Tinnell (paperback)
$0
I Wish I Had Your Wings
History Press
I Wish I Had Your Wings
€20
Wherever The Firing Line Extends Ireland And The Western Front
History Press
Wherever The Firing Line Extends Ireland And The Western Front
SEK 285
Shetland Folk Tales
History Press
Shetland Folk Tales
SEK 195
Mary Boleyn
History Press
Mary Boleyn
€29
Wolsey
History Press
Wolsey
€19

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