Pastel Stripe Design Smart Ring
€11
Product data
Structured mademoment product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the mademoment catalog — titles, images, and prices the API returns today.
Pastel Stripe Design Smart Ring
€11
Bella Flore Design [epoxy Coating]
$41
Polka Dot Pattern Magsafe Card Slot Phone Case
$48
Doodle Puppy Design Magsafe Epoxy Phone Grip
$45
Flower Drops Gradation Attachable Power Bank [green]
$53
Delight Pattern Design Magsafe Power Bank [red]
$59
Flower Garden Picnic Design Phone Case [clear]
$43
Star Design Magsafe Acrylic Smart Ring Phone Grip [red, Cream]
$45
Pearl Shell Design Magsafe Bumper Case [silver]
$51
Pearl Shell Design Phone Case [clear]
$43
Epoxy Talk Design Tech Accessories
$41
Mellow Butterfly Design Magsafe Card Slot Phone Case
€19
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": "mademoment products",
"filters": {
"brand_ids": [
"GRL9"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="mademoment products",
filters={"brand_ids": ["GRL9"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "mademoment products",
filters: {
brand_ids: ["GRL9"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull mademoment into agents, search, and commission-earning flows.
For mademoment
Channel3 is the product graph AI shopping apps plug into. Join it once and mademoment's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.