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.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
13
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
13
スキーマ参照
5
{
"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リクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/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.
/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) — take them from that market's own site navigation or 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.
/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.
/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.
/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.
関連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.