Channel3 Logo

PAZ logoPAZ product data API

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

Agentic commerce demo

Try a PAZ-only AI shopping agent

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

Do you work at PAZ?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Ruya Duvet Set - Queen/charcoal
PAZ
Ruya Duvet Set - Queen/charcoal
$149
Seaside #23 - Gallery Wrap/36 X 24 Inches
PAZ
Seaside #23 - Gallery Wrap/36 X 24 Inches
$230
Matias Hoodie In Black Sand Fleece
PAZ
Matias Hoodie In Black Sand Fleece
$175
Fino Grey Mesc
PAZ
Fino Grey Mesc
€97
Branco Ecru Herringbone
PAZ
Branco Ecru Herringbone
€79
Cruz Ash Baby Cord - L
PAZ
Cruz Ash Baby Cord - L
€85
Cruz Grey Mesc
PAZ
Cruz Grey Mesc
€94
Ávila Camel
PAZ
Ávila Camel
€294
Cruz Blue Oceana
PAZ
Cruz Blue Oceana
€82
Lopes Wheat
PAZ
Lopes Wheat
€108
Ponte Blue Soft Cord
PAZ
Ponte Blue Soft Cord
€84
Carvalho Navy Checks
PAZ
Carvalho Navy Checks
€100
Matias Marsala
PAZ
Matias Marsala
€72
Eça Knit Wool Polo In Yves Blue
PAZ
Eça Knit Wool Polo In Yves Blue
$289
Pestana Blue Stripes
PAZ
Pestana Blue Stripes
€54
Rouxinol Camel Tweed
PAZ
Rouxinol Camel Tweed
€261
Medina New Green
PAZ
Medina New Green
€73
Mesquita Off-white
PAZ
Mesquita Off-white
€38
Carneiro Allure
PAZ
Carneiro Allure
€38
Ponte Brown Soft Cord
PAZ
Ponte Brown Soft Cord
€84
Baptista Camel
PAZ
Baptista Camel
€193
Lemos Grey Mesc
PAZ
Lemos Grey Mesc
€99
Penouço Ecru Tec
PAZ
Penouço Ecru Tec
€91
Angelica’s Buchon Bouquet
PAZ
Angelica’s Buchon Bouquet
$305

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