Pre-order and trunkshow availability monitoring
Moda Operandiエンドポイントを使えば、「Pre-order and trunkshow availability monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Moda Operandi's public trunkshow and ready-to-wear marketplace into structured JSON — the live category tree with designer, color, size, and availability facets, gender-scoped designer directories, keyword or category search with the same facet filters, and full product detail with price, availability state, and inventory sizes. Normalized JSON, credential-free.
Search or browse Moda Operandi's designer catalog by gender and category, get full product detail with availability, as structured JSON.
エンドポイントファミリー
4
ドキュメント化されたパラメータ
20
サンプル数
4
ライブカタログスナップショット
稼働エンドポイント
4
メソッド
GET
必須パラメータ
7
スキーマ参照
4
{
"platform": "Moda Operandi",
"endpoint": "modaoperandi-search",
"method": "GET",
"path": "/modaoperandi/search",
"auth": "apiKey"
}ユースケース
Search or browse Moda Operandi's designer catalog by gender and category, get full product detail with availability, as structured JSON.
Moda Operandiエンドポイントを使えば、「Pre-order and trunkshow availability monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Moda Operandiエンドポイントを使えば、「Designer assortment and category coverage research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Moda Operandiエンドポイントを使えば、「Luxury pricing and inventory-size tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のModa Operandiエンドポイントカタログから取得しています(エンドポイント4件、ドキュメント化されたリクエストパラメータ20個、公開レスポンススキーマ4件)。DocsとPlaygroundが参照しているカタログと同じものです。
Moda Operandiのエンドポイントは4件、4つのリクエストファミリーに分類されています(Categories、Designers、Productほか1件)。
これらのModa Operandiエンドポイントには20個のリクエストパラメータがドキュメント化されており、うち7個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
4件のModa Operandiエンドポイントのうち4件が実際のサンプルレスポンスを、4件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Moda Operandiのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Moda Operandiのエンドポイントは4個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/modaoperandi/categories
/modaoperandi/designers
/modaoperandi/product
/modaoperandi/search
エンドポイントカタログ
/modaoperandi/searchSearches or browses Moda Operandi's public catalog with category, designer, color, size, availability, price, sale, sort, and page filters.
MCPツール modaoperandi_search
/modaoperandi/productReturns public product detail, price, availability, size inventory, description, designer, color, and images for a Moda Operandi product URL.
MCPツール modaoperandi_product
/modaoperandi/designersReturns the live designer facet for one department. Every returned slug is valid for modaoperandi-search.
MCPツール modaoperandi_designers
/modaoperandi/categoriesReturns the live category tree, designer, color, size, availability, and sort values discovered from Moda Operandi's public catalog. Returned category and designer slugs are valid for modaoperandi-search.
MCPツール modaoperandi_categories
関連API
Marketplaces & Retail
Collect marketplace product signals from Amazon without building brittle storefront scrapers.
Marketplaces & Retail
Build resale, pricing, and marketplace workflows from structured eBay data.
Marketplaces & Retail
Turn public Shop.app product and merchant pages into structured JSON for e-commerce product intelligence, price research, shop monitoring, and marketplace discovery workflows.
Moda Operandiのスクレイピング方法
Crawlora's four Moda Operandi endpoints return category, designer, search, and product data as normalized JSON with one API key — every search and browse call is scoped to a required gender (women or men), since Moda Operandi's own site splits its catalog that way.
Call /modaoperandi/categories for the live category tree plus designer, color, size, availability, and sort facets. Call /modaoperandi/designers with gender (women or men) for that gender's full designer directory — every returned slug works directly on /modaoperandi/search's designer parameter.
Send gender (required) plus either q or category (one of the two is required) to /modaoperandi/search. Narrow further with designer, color, size, attribute, availability (available_now, preorder, or trunkshow), price_min/price_max, and on_sale; sort is default, price_low_to_high, price_high_to_low, or newest.
Pass a result's own url to /modaoperandi/product for name, designer, price, currency, color, availability state, in_stock, and the inventory sizes array — availability distinguishes an in-stock item from one that's preorder or trunkshow-only.
FAQ
Because Moda Operandi's own site splits its entire catalog into women's and men's sections with different category and designer lists — gender is required on /modaoperandi/search and /modaoperandi/designers so the right list is returned.
A three-state availability field appears on search and product results: available_now (in stock and shippable now), preorder (confirmed but not yet shipped), and trunkshow (available only through a limited-time designer trunkshow event). /modaoperandi/categories' availability facet gives the live count for each state.
Yes — /modaoperandi/search requires either q or category, not both, so passing a category slug from /modaoperandi/categories browses that category's full assortment (optionally narrowed with designer, color, size, or price filters) without needing search terms.
Call /modaoperandi/designers with the gender you want (required) for that gender's full designer list, each with the exact slug value (e.g. balenciaga) /modaoperandi/search's designer parameter accepts.
No — only your Crawlora API key. Moda Operandi's category, designer, search, and product data are collected from its public, credential-free catalog.