Channel3 Logo

Paper Source logoPaper Source product data API

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

Agentic commerce demo

Try a Paper Source-only AI shopping agent

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

Do you work at Paper Source?

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

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

client = Channel3()

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

const client = new Channel3();

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

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

Grandmas Are The Sweetest Valentine Card
Paper Source
Grandmas Are The Sweetest Valentine Card
$6
Laurel Branches Couple Custom Stamp
THREE DESIGNING WOMEN
Laurel Branches Couple Custom Stamp
$30
Birthday Wonders Birthday Card
Paper Source
Birthday Wonders Birthday Card
$5
Chicago Rehearsal Dinner Invitation
Paper Source
Chicago Rehearsal Dinner Invitation
$143
Watercolor Floral A6 Stationery
Paper Source
Watercolor Floral A6 Stationery
$138
Pool A2 Folded Cards
Paper Source
Pool A2 Folded Cards
$11
Marble Shiny Gift Tags
Paper Source
Marble Shiny Gift Tags
$11
Chili Weekly Agenda Desk Pad
Paper Source
Chili Weekly Agenda Desk Pad
$30
Bday White 7" Jumbo Satin Bow
Paper Source
Bday White 7" Jumbo Satin Bow
$8
Linear Border Bar Mitzvah Invitation
Paper Source
Linear Border Bar Mitzvah Invitation
$186
Information Central Paper Mousepad
Paper Source
Information Central Paper Mousepad
$12
Hot Dog Dachshund Glass Ornament
Paper Source
Hot Dog Dachshund Glass Ornament
$20
Paper Source A5 Journal Cover Clutch - Green/pink
Paper Source
Paper Source A5 Journal Cover Clutch - Green/pink
$12
Adventure Bar Mitzvah Stationery
Paper Source
Adventure Bar Mitzvah Stationery
$197
Best Day Ever Birthday Card
Paper Source
Best Day Ever Birthday Card
$8
Orange Tree Custom Journal
Paper Source
Orange Tree Custom Journal
$20
Sunshine A6 Envelopes
Paper Source
Sunshine A6 Envelopes
$6
Hanging Plants Custom Journal
Paper Source
Hanging Plants Custom Journal
$20
Cassette Tape Love Card
Paper Source
Cassette Tape Love Card
$7
Oval Crest Custom Embosser Plate With
Paper Source
Oval Crest Custom Embosser Plate With
$32
Plaid Printed Fineliner Set Of 5
Paper Source
Plaid Printed Fineliner Set Of 5
$18
Dachshunds Large Gift Bag
Paper Source
Dachshunds Large Gift Bag
$6
Feminist Postcard Book
EMILY MCDOWELL
Feminist Postcard Book
$12
Rainbow Craft Kit
Paper Source
Rainbow Craft Kit
$12

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