Rapid Shelter 2 - Person Privacy Shelter (rsps-2)
$250
Product data
Structured Baby Caddie product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Baby Caddie catalog — titles, images, and prices the API returns today.
Rapid Shelter 2 - Person Privacy Shelter (rsps-2)
$250
Baby Caddie
$120
Caddis Mabuhay | Polarized Sunglasses
$126
Miklos Reading Glasses
£63
Miklos Reading Glasses
$98
Pinto72 | Prescription Progressive Sunglasses - Polycarbonate/polarized Gray
$490
Bandit | Prescription Light Responsive Progressive Sunglasses - Caddis Alloy/light-responsive Bronze
$590
Miklos Compact | Custom Light Responsive Sunglass Readers - Light-responsive Gray/1.00
$210
D28 | Prescription Light Responsive Progressive Sunglasses - Polycarbonate/light-responsive Gray
$540
Dohbro | Custom Sun Progressives
$205
Miklos Prescription Progressive Sunglasses - Polycarbonate/polarized Gray
$490
Dogleg | Prescription Progressive Sunglasses - Polycarbonate/polarized Gray
$490
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": "Baby Caddie products",
"filters": {
"brand_ids": [
"E0FO"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Baby Caddie products",
filters={"brand_ids": ["E0FO"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Baby Caddie products",
filters: {
brand_ids: ["E0FO"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Baby Caddie into agents, search, and affiliate flows.
For Baby Caddie
Channel3 can help Baby Caddie show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.