Product data

mademoment

Structured mademoment product data for search, recommendations, and AI shopping agents.

What mademoment can I help you find?

In the catalog

Sample mademoment products

A live slice of the mademoment catalog — titles, images, and prices the API returns today.

Pastel Stripe Design Smart Ring

Pastel Stripe Design Smart Ring

€11

Bella Flore Design [epoxy Coating]

Bella Flore Design [epoxy Coating]

$41

Polka Dot Pattern Magsafe Card Slot Phone Case

Polka Dot Pattern Magsafe Card Slot Phone Case

$48

Doodle Puppy Design Magsafe Epoxy Phone Grip

Doodle Puppy Design Magsafe Epoxy Phone Grip

$45

Flower Drops Gradation Attachable Power Bank [green]

Flower Drops Gradation Attachable Power Bank [green]

$53

Delight Pattern Design Magsafe Power Bank [red]

Delight Pattern Design Magsafe Power Bank [red]

$59

Flower Garden Picnic Design Phone Case [clear]

Flower Garden Picnic Design Phone Case [clear]

$43

Star Design Magsafe Acrylic Smart Ring Phone Grip [red, Cream]

Star Design Magsafe Acrylic Smart Ring Phone Grip [red, Cream]

$45

Pearl Shell Design Magsafe Bumper Case [silver]

Pearl Shell Design Magsafe Bumper Case [silver]

$51

Pearl Shell Design Phone Case [clear]

Pearl Shell Design Phone Case [clear]

$43

Epoxy Talk Design Tech Accessories

Epoxy Talk Design Tech Accessories

$41

Mellow Butterfly Design Magsafe Card Slot Phone Case

Mellow Butterfly Design Magsafe Card Slot Phone Case

€19

One endpoint

Filter mademoment 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": "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,
});

FAQs

How developers pull mademoment into agents, search, and commission-earning flows.

For mademoment

Do you work at 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.

Join the graph

Build with this catalog

1,000 free searches every month. No credit card required.