Recycled Tab File Guides, Blank, 1/3 Tab, Pressboard, Legal, 50/box
$62
Product data
Structured Smead product data for search, recommendations, and AI shopping agents.
In the catalog
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
$62
Slash-style File Jackets
$15
Smead 10275 Interior File Folders, 1/3 Cut Top Tab, Letter, Maroon, 100/box
$43
Recycled Pressboard Colored Classification Folders
$45
Smead 10320 File Folders, 1/2 Cut, One-ply Top Tab, Letter, Manila, 100/box
$36
Top Tab Classification Folders, Two Dividers, Six-sections
$61
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
$46
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
$86
Pressboard Folders With Two Pocket Dividers, Legal, Six-section, Blue, 10/box
$98
Elastic Cord Redrope Expanding Wallets
$81
One endpoint
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
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,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Smead into agents, search, and affiliate flows.
For Smead
Channel3 can help Smead show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.