Product Data (single Product Detail Page)
CA$115
Product data
Structured Harrods London product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Harrods London catalog — titles, images, and prices the API returns today.
Product Data (single Product Detail Page)
CA$115
Harrods Black Small Nylon Wash Bag
CA$73
Harrods White Gold And Diamond Pear Stud Earrings (1.00ctw)
$6,600
Harrods 1834 Scented Candle (700g)
$195
Harrods Cotton‑linen Toile Napkins (set Of 4)
£35
Ralph Lauren Kids Cotton-blend Jacket And Sweatpants Set (3-24 Months)
£20
Harrods Pink Large Embroidered Logo Tote Bag
£60
Harrods Pink Medium Toile Print Tote Bag
£50
Product
CA$515
Harrods Medium Cotton Logo Tote Bag
£50
Harrods Ballpoint Pen
£23
Harrods 17-piece 4-person Tea Time Set
£30
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": "Harrods London products",
"filters": {
"brand_ids": [
"YVWn"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Harrods London products",
filters={"brand_ids": ["YVWn"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Harrods London products",
filters: {
brand_ids: ["YVWn"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Harrods London into agents, search, and commission-earning flows.
For Harrods London
Channel3 is the product graph AI shopping apps plug into. Join it once and Harrods London's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.