Product data

Mod + Jo

Structured Mod + Jo product data for search, recommendations, and AI shopping agents.

What Mod + Jo can I help you find?

In the catalog

Sample Mod + Jo products

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

Olsen Convertible Hoop Set

Olsen Convertible Hoop Set

Toi Et Moi Studs

Toi Et Moi Studs

Ring Sizer

Ring Sizer

Elly Hoop Set

Elly Hoop Set

Elly Grande Hoops

Elly Grande Hoops

Simone Chain Stud Earrings

Simone Chain Stud Earrings

$20

Tommy Cord Necklace | Mod + Jo

Tommy Cord Necklace | Mod + Jo

$56

Erin Wavy Ear Cuff

Erin Wavy Ear Cuff

$36

Erin Wavy Ear Cuff Grande

Erin Wavy Ear Cuff Grande

$36

Portia Gemstone Necklace

Portia Gemstone Necklace

$124

Petite Corey Pave Hoops

Petite Corey Pave Hoops

$52

Angie Domino Charm - Classic Ring

Angie Domino Charm - Classic Ring

$46

One endpoint

Filter Mod + Jo 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": "Mod + Jo products",
  "filters": {
    "brand_ids": [
      "X2dm"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="Mod + Jo products",
    filters={"brand_ids": ["X2dm"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "Mod + Jo products",
  filters: {
    brand_ids: ["X2dm"],
  },
  limit: 20,
});

FAQs

How developers pull Mod + Jo into agents, search, and commission-earning flows.

For Mod + Jo

Do you work at Mod + Jo?

Channel3 is the product graph AI shopping apps plug into. Join it once and Mod + Jo'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.