Salter Manual Espresso Machine
£40
Product data
Structured Salter product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Salter catalog — titles, images, and prices the API returns today.
Salter Manual Espresso Machine
£40
Salter Megastone Aluminium Frying Pan
£18
Salter Marblestone Non-stick Pancake Pan, 25cm
£14
Salter Waterproof Electronic Kitchen Scale
£29
Salter Megastone Non-stick Pizza Tray
£17
400w Hand Mixer – Matte Black
£20
Signature Salt & Pepper Mill Set
£18
Pebble 50l Pedal Bin
£85
Olive & Ribbon Egg Cup - Green
$42
Digital Bowl Scale – Stainless Steel
£18
Retro Cream Kitchen Set - 3.5l Slow Cooker
£190
Marblestone 3-piece Saucepan Set - Pfoa- Free
£40
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": "Salter products",
"filters": {
"brand_ids": [
"v0mW"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Salter products",
filters={"brand_ids": ["v0mW"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Salter products",
filters: {
brand_ids: ["v0mW"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Salter into agents, search, and commission-earning flows.
For Salter
Channel3 is the product graph AI shopping apps plug into. Join it once and Salter's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.