Product data

Smead

Structured Smead product data for search, recommendations, and AI shopping agents.

What Smead can I help you find?

In the catalog

Sample Smead products

A live slice of the Smead catalog — titles, images, and prices the API returns today.

Recycled Tab File Guides, Blank, 1/3 Tab, Pressboard, Legal, 50/box

Recycled Tab File Guides, Blank, 1/3 Tab, Pressboard, Legal, 50/box

$62

Slash-style File Jackets

Slash-style File Jackets

$15

Smead 10275 Interior File Folders, 1/3 Cut Top Tab, Letter, Maroon, 100/box

Smead 10275 Interior File Folders, 1/3 Cut Top Tab, Letter, Maroon, 100/box

$43

Recycled Pressboard Colored Classification Folders

Recycled Pressboard Colored Classification Folders

$45

Smead 10320 File Folders, 1/2 Cut, One-ply Top Tab, Letter, Manila, 100/box

Smead 10320 File Folders, 1/2 Cut, One-ply Top Tab, Letter, Manila, 100/box

$36

Top Tab Classification Folders, Two Dividers, Six-sections

Top Tab Classification Folders, Two Dividers, Six-sections

$61

Smead 74689 5 1/4 Inch Expansion File Pocketsstraight Tab, Legal, Blue/redrope, 10/box

Smead 74689 5 1/4 Inch Expansion File Pocketsstraight Tab, Legal, Blue/redrope, 10/box

$69

Recycled Top Tab File Guides, Daily, 1/5 Tab, Pressboard, Letter, 31/set

Recycled Top Tab File Guides, Daily, 1/5 Tab, Pressboard, Letter, 31/set

$46

One Inch Expansion Fastener Folder, 2/5 Top Tab, Letter, Gray Green, 25/box

One Inch Expansion Fastener Folder, 2/5 Top Tab, Letter, Gray Green, 25/box

$81

Smead 22546 Recycled Folder, One Inch Expansion, 1/3 Cut Top Tab, Legal, Green, 25/box

Smead 22546 Recycled Folder, One Inch Expansion, 1/3 Cut Top Tab, Legal, Green, 25/box

$86

Pressboard Folders With Two Pocket Dividers, Legal, Six-section, Blue, 10/box

Pressboard Folders With Two Pocket Dividers, Legal, Six-section, Blue, 10/box

$98

Elastic Cord Redrope Expanding Wallets

Elastic Cord Redrope Expanding Wallets

$81

One endpoint

Filter Smead with a brand ID

The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.

  • Normalized titles, images, and stable brand IDs
  • Live prices, availability, and merchant URLs
  • Affiliate-ready offers when a rate is available
curl https://api.trychannel3.com/v1/search \
  -H "x-api-key: $CHANNEL3_API_KEY" \
  -H "content-type: application/json" \
  -d '{
  "query": "Smead products",
  "filters": {
    "brand_ids": [
      "9zRQ"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="Smead products",
    filters={"brand_ids": ["9zRQ"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "Smead products",
  filters: {
    brand_ids: ["9zRQ"],
  },
  limit: 20,
});

FAQs

How developers pull Smead into agents, search, and affiliate flows.

For Smead

Do you work at Smead?

Channel3 can help Smead show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.

Drive more AI sales

Build with this catalog

1,000 free searches every month. No credit card required.