Product data

P.A.R.O.S.H.

Structured P.A.R.O.S.H. product data for search, recommendations, and AI shopping agents.

What P.A.R.O.S.H. can I help you find?

In the catalog

Sample P.A.R.O.S.H. products

A live slice of the P.A.R.O.S.H. catalog — titles, images, and prices the API returns today.

Giacca In Ecopelliccia

Giacca In Ecopelliccia

Giacca Doppiopetto In Pelliccia Sintetica

Giacca Doppiopetto In Pelliccia Sintetica

Maglia Mouline

Maglia Mouline

Double-breasted Jacket

Double-breasted Jacket

Parosh Women's Dresses Black

Parosh Women's Dresses Black

Pressed-crease Tailored Pants

Pressed-crease Tailored Pants

Turn-up Cuffs Straight-leg Jeans

Turn-up Cuffs Straight-leg Jeans

P.a.r.o.s.h. Decollete

P.a.r.o.s.h. Decollete

$305

P.a.r.o.s.h. Leather Mishoe Boots

P.a.r.o.s.h. Leather Mishoe Boots

$359

P.a.r.o.s.h. Sweater Pants

P.a.r.o.s.h. Sweater Pants

$337

Tête Moro Top

Tête Moro Top

€251

Parosh Camel Manteaux

Parosh Camel Manteaux

€873

One endpoint

Filter P.A.R.O.S.H. 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": "P.A.R.O.S.H. products",
  "filters": {
    "brand_ids": [
      "kUkv"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="P.A.R.O.S.H. products",
    filters={"brand_ids": ["kUkv"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "P.A.R.O.S.H. products",
  filters: {
    brand_ids: ["kUkv"],
  },
  limit: 20,
});

FAQs

How developers pull P.A.R.O.S.H. into agents, search, and commission-earning flows.

For P.A.R.O.S.H.

Do you work at P.A.R.O.S.H.?

Channel3 is the product graph AI shopping apps plug into. Join it once and P.A.R.O.S.H.'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.