Keen Flats: Brown Shoes - Size 9 1/2
Product data
KEEN
Structured KEEN product data for search, recommendations, and AI shopping agents.
What KEEN can I help you find?
In the catalog
Sample KEEN products
A live slice of the KEEN catalog — titles, images, and prices the API returns today.
Women's Vista Energy Shift Esd (carbon Toe)
Toddlers' Motozoa Sneaker
$36
Waimea Sandal
$150
Uneek Woven Sneakers
$140
Keen Highland Ii Arway Shoes - Men's
$130
Elle Criss Cross Sandals - Women's
$78
Men's Hyperport H2 Sandal
£80
Women's Jasper Zionic Sneaker - Vapor/cashmere Rose
£120
Motozoa Sneaker
$40
Men's Wk500 Leather Walking Shoe - Steel Grey/black
£84
Rose Sandals
$84
One endpoint
Filter KEEN with a brand ID
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
- Normalized titles, images, and stable brand IDs
- Live prices, availability, and merchant URLs
- Commission-ready offers when a rate is available
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "KEEN products",
"filters": {
"brand_ids": [
"IYDO"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="KEEN products",
filters={"brand_ids": ["IYDO"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "KEEN products",
filters: {
brand_ids: ["IYDO"],
},
limit: 20,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull KEEN into agents, search, and commission-earning flows.
For KEEN
Do you work at KEEN?
Channel3 is the product graph AI shopping apps plug into. Join it once and KEEN's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.