Straight-leg Jeans
$82
Product data
Structured John Richmond product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the John Richmond catalog — titles, images, and prices the API returns today.
Straight-leg Jeans
$82
Richmond Tigers Kids 2025 Dreamtime Guernsey Multi Xs
A$70
Camicia Con Dettagli Decorativi Sul Colletto - Nero/46
Bracciale Tennis Da Uomo In Titanio Con Diamanti Lab – Charm Lucchetto
Sweat-shirt Femme Richmond Uwp22009fe Noir
€89
Pantalon Bébé John Richmond Mcnamara
€110
Sneakers Noirs John Richmond
€150
Sneakers Noirs John Richmond
€131
John Richmond Sac À Dos Mores
€168
Sac Bandoulière John Richmond
€140
Sneakers Brun John Richmond
€130
Black And White Leather Logo Low Top Sneakers
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 Richmond products",
"filters": {
"brand_ids": [
"C1Di"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="John Richmond products",
filters={"brand_ids": ["C1Di"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "John Richmond products",
filters: {
brand_ids: ["C1Di"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull John Richmond into agents, search, and commission-earning flows.
For John Richmond
Channel3 is the product graph AI shopping apps plug into. Join it once and John Richmond's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.