Ready Index Jan-dec Tab Dividers
$8
Product data
Structured Avery product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Avery catalog — titles, images, and prices the API returns today.
Ready Index Jan-dec Tab Dividers
$8
Avery 05234 Nonstick Heavy-duty Round Ring View Binder, 1/2" Capacity, White
$19
Avery 17670 Flexible Round Ring Presentation Binder, 1/2" Capacity, Blue
$17
Laser Business Cards
$25
Hi-liter 23592 Pen Style Highlighter, Chisel Tip, Fluorescent Pink Ink, 12/pk
$24
Avery Flexi-view Binder W/round Rings 11 X 8 1/2 1 1/2 Cap Navy Blue 17638
$18
Avery Clip Style Laser/inkjet Name Badge Kit, 4" X 3", 24 Pack (74467)
CA$55
Pre-printed Mini Paper Dividers, Jan-dec Tabs, White
$9
Plastic Sheet Lifter, Black, 2/pack
$7
Avery Dissolvable Rectangle Multipurpose Labels, 2" X 2-5/8", Off-white, 150/pack
$37
Sealing Labels, 5-1/8" X 4", Glossy White Paper, 75 Total
$38
Kraft Index Cards
$12
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": "Avery products",
"filters": {
"brand_ids": [
"dpJK"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Avery products",
filters={"brand_ids": ["dpJK"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Avery products",
filters: {
brand_ids: ["dpJK"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Avery into agents, search, and affiliate flows.
For Avery
Channel3 can help Avery show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.