Pet Ultra Clear Binding Covers
$47
Product data
Structured John Fellows product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the John Fellows catalog — titles, images, and prices the API returns today.
Pet Ultra Clear Binding Covers
$47
Aeramax Air Purifier
$278
Bankers Box R-kive Offsite Storage Box
$97
Box Decorative Eight Compartment Literature Sorter
$41
52505 Fellowes Plastic Comb Bindings, 3/8" Dia, 55 Sheet Capacity, Navy Blue, 100 Combs/pack
$21
5256801 Fellowes Thermal Binding System Covers, 3/4" Cap, 11-1/8 X 9-3/4, Clear/black, 10/pk
$37
52226 Fellowes Laminating Pouches, 3 Mil, 14 1/2 X 9, 50/pack
$37
Fellowes Black Grain Oversize Binding Covers, 200 Pack
$41
52368 Fellowes Plastic Combs - Oem
$40
Automax Shredder Waste Bags, 16 - 20 Gal.
$29
Office Suite 9140303 Underdesk Keyboard Drawer
$53
Fellowes Office Suites Letter Tray
$19
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": "John Fellows products",
"filters": {
"brand_ids": [
"bF3F"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="John Fellows products",
filters={"brand_ids": ["bF3F"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "John Fellows products",
filters: {
brand_ids: ["bF3F"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull John Fellows into agents, search, and affiliate flows.
For John Fellows
Channel3 can help John Fellows show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.