Napoleon Cast Iron Skillet W/ Removable Handle - 56003
$29
Product data
Structured Napoleon product data for search, recommendations, and AI shopping agents. Earn up to 10.50% on sales.
In the catalog
A live slice of the Napoleon catalog — titles, images, and prices the API returns today.
Napoleon Cast Iron Skillet W/ Removable Handle - 56003
$29
Napoleon Pro Pizza Spatula W/ Folding Handle
$38
Travelq 240
Napoleon Rogue Pro 425 Charcoal Grey Inkl. Planchaset
Napoleon Small Grease Drip Trays - 5 Pack - 62007
$6
Pfanne Mit Untersetzer
Napoleon Grillseminar "grillen 2.0"
Napoleon Ultimate Griller Bundle
$172
Two Stainless Steel Cooking Grids For Rogue 365
$120
Marinade Tray
$17
Napoleon Nefp325019wiot 60 Inch Stylus Cara Elite Connected Wall Hanging Electric Fireplace With 5000 Btu Heat Output Touch Screen Led Weather Display Adjustable Brightness And Remote Control
$1,539
Napoleon Rotisserie Grill Basket
$73
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": "Napoleon products",
"filters": {
"brand_ids": [
"ha1s"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Napoleon products",
filters={"brand_ids": ["ha1s"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Napoleon products",
filters: {
brand_ids: ["ha1s"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Napoleon into agents, search, and affiliate flows.
For Napoleon
Channel3 can help Napoleon show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.