Pre-order and trunkshow availability monitoring
Mit Moda Operandi-Endpunkten verwandelst du pre-order and trunkshow availability monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
4
Dokumentierte Parameter
20
Beispiele
4
Live-Katalog-Snapshot
Aktive Endpunkte
4
Methoden
GET
Pflichtparameter
7
Schema-Referenzen
4
{
"platform": "Moda Operandi",
"endpoint": "modaoperandi-search",
"method": "GET",
"path": "/modaoperandi/search",
"auth": "apiKey"
}Use Cases
Search or browse Moda Operandi's designer catalog by gender and category, get full product detail with availability, as structured JSON.
Mit Moda Operandi-Endpunkten verwandelst du pre-order and trunkshow availability monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Moda Operandi-Endpunkten verwandelst du designer assortment and category coverage research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Moda Operandi-Endpunkten verwandelst du luxury pricing and inventory-size tracking in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Moda Operandi-Endpunktkatalog — 4 Endpunkte, 20 dokumentierte Request-Parameter und 4 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
4 documented Moda Operandi endpoints, grouped into 4 request families — Categories, Designers and Product, plus 1 more.
20 request parameters are documented across those Moda Operandi endpoints, 7 of them required — the full input contract is public before you write any integration code.
4 of the 4 Moda Operandi endpoints ship a recorded example response, and 4 carry a documented response schema — you can code against the real JSON before the first request.
Moda Operandi endpoints document their error responses (400, 404 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
4 hosted MCP tools back the Moda Operandi endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/modaoperandi/categories
/modaoperandi/designers
/modaoperandi/product
/modaoperandi/search
Endpunktkatalog
/modaoperandi/searchSearches or browses Moda Operandi's public catalog with category, designer, color, size, availability, price, sale, sort, and page filters.
MCP-Tool modaoperandi_search
/modaoperandi/productReturns public product detail, price, availability, size inventory, description, designer, color, and images for a Moda Operandi product URL.
MCP-Tool modaoperandi_product
/modaoperandi/designersReturns the live designer facet for one department. Every returned slug is valid for modaoperandi-search.
MCP-Tool 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-Tool modaoperandi_categories
Verwandte APIs
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.
So scrapst du 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.