Multi-market pricing and assortment research
Zalandoエンドポイントを使えば、「Multi-market pricing and assortment research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn public Zalando storefronts into structured fashion-retail data — keyword search, category and brand browsing, product detail by SKU, and search-box autocomplete, each scoped to one of 25 European country storefronts. Credential-free.
Search Zalando fashion storefronts across 25 European markets and get product detail, category browsing, and autocomplete as structured JSON.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
16
サンプル数
6
ライブカタログスナップショット
稼働エンドポイント
6
メソッド
GET
必須パラメータ
15
スキーマ参照
6
{
"platform": "Zalando",
"endpoint": "zalando-search",
"method": "GET",
"path": "/zalando/search",
"auth": "apiKey"
}ユースケース
Search Zalando fashion storefronts across 25 European markets and get product detail, category browsing, and autocomplete as structured JSON.
Zalandoエンドポイントを使えば、「Multi-market pricing and assortment research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Zalandoエンドポイントを使えば、「Category and brand catalog monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Zalandoエンドポイントを使えば、「Search-query autocomplete for demand research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のZalandoエンドポイントカタログから取得しています(エンドポイント6件、ドキュメント化されたリクエストパラメータ16個、公開レスポンススキーマ6件)。DocsとPlaygroundが参照しているカタログと同じものです。
Zalandoのエンドポイントは6件、6つのリクエストファミリーに分類されています(Categories、Category、Marketsほか3件)。
これらのZalandoエンドポイントには16個のリクエストパラメータがドキュメント化されており、うち15個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
6件のZalandoエンドポイントのうち6件が実際のサンプルレスポンスを、6件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Zalandoのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Zalandoのエンドポイントは6個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/zalando/categories
/zalando/category
/zalando/markets
/zalando/product
/zalando/search
/zalando/suggest
エンドポイントカタログ
/zalando/searchSearches a Zalando country storefront by keyword and returns normalized result cards with price, brand, and image. Returns the first page of results as rendered by Zalando plus the upstream total_count; deeper pagination is not yet supported. market is required (there is no default storefront) and accepts 25 country storefronts — see zalando-markets for the full current list with domains.
MCPツール zalando_search
/zalando/categoryBrowses a Zalando category or brand listing by URL slug (e.g. shoes, womens-dresses, on-running) and returns the same normalized result cards as zalando-search, plus the category's upstream total_count. Category slugs are market-specific (each storefront uses its own local-language slug, e.g. "shoes" on de/gb, "chaussures" on fr, "scarpe" on it) — use zalando-categories to discover a market's live top-level slugs, or take one from a product's url field. market is required (there is no default storefront) and accepts 25 country storefronts — see zalando-markets for the full current list with domains.
MCPツール zalando_category
/zalando/productReturns normalized product details for one Zalando product, including brand, description, images, and per-size price/availability/GTIN. Pass the sku returned by zalando-search or zalando-category; Zalando's own site search resolves the sku to its canonical product page. market is required and must match the storefront the sku was found in (there is no default, and a sku is generally only listed for sale on the market(s) that carry it) — see zalando-markets for the full reference list.
MCPツール zalando_product
/zalando/suggestReturns Zalando's own search-box query completions for a partial keyword, e.g. "running sho" -> "running shoes", "running shoes nike". market is required (there is no default storefront) and accepts 25 country storefronts — see zalando-markets for the full current list with domains.
MCPツール zalando_suggest
/zalando/marketsReturns the Zalando country storefronts currently supported by the required market parameter on zalando-search, zalando-category, and zalando-product, with each market's domain. Static, credential-free metadata with no upstream request.
MCPツール zalando_markets
/zalando/categoriesReturns a Zalando country storefront's live top-level category navigation, department by department, scraped directly from that department's own storefront nav tab bar. This is the discovery source for zalando-category's category parameter — category slugs are market-specific (each storefront uses its own local-language slug), so there is no fixed value space to hardcode; this endpoint asks the upstream live instead. market is required (there is no default storefront) and accepts 25 country storefronts — see zalando-markets for the full current list with domains. department optionally restricts the response to one of women, men, or kids; omitting it returns all three. Scope note: only the top-level nav tabs (e.g. Clothing, Shoes, Sports) are returned, not each tab's own hover-revealed mega-menu of sub-categories — that panel is not present in the page's initial HTML and cannot be reached without executing JavaScript, which this endpoint's transport does not do.
MCPツール zalando_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.
Zalandoのスクレイピング方法
Zalando runs a separate storefront per European country. Crawlora's Zalando endpoints take a required `market` parameter (e.g. `de`, `fr`, `gb`) alongside the query and return normalized JSON with one API key — no HTML parsing required.
Call /zalando/markets for the full list of supported country storefronts and domains — every other Zalando endpoint requires an explicit `market`.
Send a keyword to /zalando/search, or a category/brand slug to /zalando/category, both scoped to a market.
Pass a product SKU (from a search or category result) and the same market to /zalando/product.
Use /zalando/suggest for search-box query completions, or re-run searches on a schedule to track pricing and assortment.
FAQ
Send a keyword and a market code (e.g. `de`, `fr`, `gb`) to Crawlora's /zalando/search endpoint and get normalized product results as structured JSON.
Zalando runs a fully separate storefront, catalog, and pricing per European country, with no default. Call /zalando/markets for the current list of supported markets and domains.
No Zalando account or API key is required from the caller — only your Crawlora API key.
Not an open one. Zalando's Partner API is for approved business integrations only — it requires submitting an application and going through an approval process before you get OAuth credentials, and new apps start restricted to sandbox mode. Crawlora's Zalando endpoints return search, product, category, and autocomplete data across all 25 European markets as structured JSON with a single API key, no partner application required.