Product data

JOOP

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

What JOOP can I help you find?

In the catalog

Sample JOOP products

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

Strickpullover Harono In Schwarz Gerippt

Strickpullover Harono In Schwarz Gerippt

Gefütterte Jacke In Beige

Gefütterte Jacke In Beige

Samthose Pinella In Schwarz

Samthose Pinella In Schwarz

Cornflower-bikini-top In Schwarz

Cornflower-bikini-top In Schwarz

Badehose In Rot

Badehose In Rot

Lammleder-handschuhe In Dunkelbraun

Lammleder-handschuhe In Dunkelbraun

Steppjacke Ozma In Dunkelgrau

Steppjacke Ozma In Dunkelgrau

Wollmix-blazer In Schwarz/glitzer

Wollmix-blazer In Schwarz/glitzer

Sweatshirt In Grau

Sweatshirt In Grau

Badematte Joop! Classic Doubleface In Graphit

Badematte Joop! Classic Doubleface In Graphit

Steppmantel Carina

Steppmantel Carina

Anzug Damon-gun In Navy

Anzug Damon-gun In Navy

One endpoint

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

client = Channel3()

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

const client = new Channel3();

const response = await client.products.search({
  query: "JOOP products",
  filters: {
    brand_ids: ["WsP5"],
  },
  limit: 20,
});

FAQs

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

For JOOP

Do you work at JOOP?

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