Ragg Ankle Sock - Lt Grey
$18
Product data
Structured Khaki product data for search, recommendations, and AI shopping agents. Earn up to 8.40% on sales.
In the catalog
A live slice of the Khaki catalog โ titles, images, and prices the API returns today.
Ragg Ankle Sock - Lt Grey
$18
Mountain Khakis Belton Quilted Shirtjac
$70
Mountain Khakis Flint Utility Pant
$45
Mountain Khakis Extended Logo Hat
$28
Mountain Khakis Lined Mountain Pant
$119
Ls Organic Recycled Polo - Union Blue
Oxford Lounge Pant - Faded Black
Ridgeline Hybrid Short
$25
Dress Khaki
Mountain Khakis Fishing Shirt - Men's
$19
Forge Jacket
$72
Mountain Khakis Mens Waterrock 8 Inch Short - Crater Navy:#7b7c86
$45
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": "Khaki products",
"filters": {
"brand_ids": [
"al2r"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Khaki products",
filters={"brand_ids": ["al2r"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Khaki products",
filters: {
brand_ids: ["al2r"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Khaki into agents, search, and affiliate flows.
For Khaki
Channel3 can help Khaki show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.