Milton Vest - Black
$2,250
Product data
Structured Rachel Comey product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Rachel Comey catalog โ titles, images, and prices the API returns today.
Milton Vest - Black
$2,250
Twist Top - Slate / 10. / Polka Dot Georgette
Aero Top
$179
Rachel Comey Lohr Earrings Pink
$120
Halstead Gem Earrings
$175
Recall Top
$148
12k Gold Rail Earrings
$140
6 Pack, Edison Light Bulbs, 4w A60 Gls Led, 470lm, Warm White 2700k
ยฃ16
Fond Sweatshirt
$275
Modern Led Ceiling Light, 36w Creative Square Shape Ceiling Light, 6500k
ยฃ37
Led Ceiling Lights, 2 Squares Ceiling Lights, 32w Black And White, 6500k
ยฃ16
Toro Hair Tie
$60
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": "Rachel Comey products",
"filters": {
"brand_ids": [
"PbfK"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Rachel Comey products",
filters={"brand_ids": ["PbfK"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Rachel Comey products",
filters: {
brand_ids: ["PbfK"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Rachel Comey into agents, search, and affiliate flows.
For Rachel Comey
Channel3 can help Rachel Comey show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.