Pre-order and trunkshow availability monitoring
Usa los endpoints de Moda Operandi para convertir pre-order and trunkshow availability monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
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.
Familias de endpoints
4
Parámetros documentados
20
Ejemplos
4
Snapshot en vivo del catálogo
Endpoints activos
4
Métodos
GET
Parámetros obligatorios
7
Referencias de esquema
4
{
"platform": "Moda Operandi",
"endpoint": "modaoperandi-search",
"method": "GET",
"path": "/modaoperandi/search",
"auth": "apiKey"
}Casos de uso
Search or browse Moda Operandi's designer catalog by gender and category, get full product detail with availability, as structured JSON.
Usa los endpoints de Moda Operandi para convertir pre-order and trunkshow availability monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Moda Operandi para convertir designer assortment and category coverage research en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Moda Operandi para convertir luxury pricing and inventory-size tracking en solicitudes API repetibles con inputs documentados y respuestas JSON.
Ejecución gestionada
Cada cifra de abajo se lee directamente del catálogo de endpoints en vivo de Moda Operandi — 4 endpoints, 20 parámetros de solicitud documentados y 4 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
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.
Mapa de cobertura
Estas tarjetas se generan a partir del catálogo de endpoints activo, así que la landing page refleja la misma superficie de API que usan Docs y Playground.
/modaoperandi/categories
/modaoperandi/designers
/modaoperandi/product
/modaoperandi/search
Catálogo de endpoints
/modaoperandi/searchSearches or browses Moda Operandi's public catalog with category, designer, color, size, availability, price, sale, sort, and page filters.
Herramienta MCP modaoperandi_search
/modaoperandi/productReturns public product detail, price, availability, size inventory, description, designer, color, and images for a Moda Operandi product URL.
Herramienta MCP modaoperandi_product
/modaoperandi/designersReturns the live designer facet for one department. Every returned slug is valid for modaoperandi-search.
Herramienta 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.
Herramienta MCP modaoperandi_categories
APIs relacionadas
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.
Cómo hacer scraping de 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.
Preguntas frecuentes
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.