Channel3 Logo

SAGA PR logoSAGA PR product data API

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

1,111 products
Sample prices $11–$349

Agentic commerce demo

Try a SAGA PR-only AI shopping agent

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

Do you work at SAGA PR?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Saga Down Coat
SAGA PR
Saga Down Coat
$119
Magic Of Blood And Sea - By Cassandra Rose Clarke (paperback)
SAGA PR
Magic Of Blood And Sea - By Cassandra Rose Clarke (paperback)
$11
Louis Armstrong Retrospective 1923-1956 - Sealed French 3-cd Set
SAGA PR
Louis Armstrong Retrospective 1923-1956 - Sealed French 3-cd Set
$34
Agneta Hos Kannibalerna
Goran Hägg
Agneta Hos Kannibalerna
SEK 290
Skams Gator
SAGA PR
Skams Gator
SEK 232
Merit Vaknar
Karin Boye
Merit Vaknar
SEK 175
Intrigerna På Belgrave Square
SAGA PR
Intrigerna På Belgrave Square
SEK 349
Det Onda Arvet
SAGA PR
Det Onda Arvet
SEK 290
Så Har Ödet Bestämt
SAGA PR
Så Har Ödet Bestämt
SEK 232
I Spindelns Nät
SAGA PR
I Spindelns Nät
SEK 349
Möte Med Kärleken
SAGA PR
Möte Med Kärleken
SEK 314
Övertaget
SAGA PR
Övertaget
SEK 267
Dagböckerna 1869-1883
SAGA PR
Dagböckerna 1869-1883
SEK 349
Barbros Hösttermin
SAGA PR
Barbros Hösttermin
SEK 232
Känn Att Du Lever
SAGA PR
Känn Att Du Lever
SEK 267
Älvan
SAGA PR
Älvan
SEK 349
Mönster I Spåren
SAGA PR
Mönster I Spåren
SEK 349
Jultrubbel I Snowdonia
SAGA PR
Jultrubbel I Snowdonia
SEK 232
Incasindianernas Skatt
SAGA PR
Incasindianernas Skatt
SEK 267
Ny Psalmbok?
SAGA PR
Ny Psalmbok?
SEK 197
Störst I Landet
SAGA PR
Störst I Landet
SEK 314
Hundpatrullen Håller Koll
SAGA PR
Hundpatrullen Håller Koll
SEK 254
Professor Ox- Experiment
SAGA PR
Professor Ox- Experiment
SEK 175
Edit Vinge - 2
SAGA PR
Edit Vinge - 2
SEK 232

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