1970s Red Plastic Perpetual Calendar
$325
Product data
Structured office supplies product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the office supplies catalog — titles, images, and prices the API returns today.
1970s Red Plastic Perpetual Calendar
$325
The Storyboard In Ocean
£89
Vintage Crystal Coq Nain Paperweight By Lalique, 1950s
$529
John Lewis 2.0 Reporters Notebook, Multi
£4
1980s Marble And Brass Business Card Holder
$100
Snake Letter Opener
€195
Lobster Wooden Postcard
$6
Waxed Canvas Utility Roll | Bradley Mountain
$45
Ready Index Jan-dec Tab Dividers
$8
Fabric Journal
$8
Saint Tropez Portfolio In Classic
A$760
Cozyla Calendar Plus Gen2 32-inch Uhd4k Family Calendar (white) Bundle
$1,100
One endpoint
The same search used in the demo above. Pass category_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": "office supplies and stationery",
"filters": {
"category_ids": [
"3Dg"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="office supplies and stationery",
filters={"category_ids": ["3Dg"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "office supplies and stationery",
filters: {
category_ids: ["3Dg"],
},
limit: 20,
});Adjacent product-data APIs for the same shopping workflows.
Brand-specific catalogs available through the same API.
How developers pull office supplies into agents, search, and affiliate flows.