Retail category and campaign monitoring
Kohl'sエンドポイントを使えば、「Retail category and campaign monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn a Kohl's category or curated campaign page into structured retail data — a normalized product grid (page 1) plus facets for discovering further category values, all as normalized JSON. Credential-free.
Browse a Kohl's category or curated campaign page's product grid, with normalized products and facets, as structured JSON.
エンドポイントファミリー
1
ドキュメント化されたパラメータ
2
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
1
メソッド
GET
必須パラメータ
2
スキーマ参照
1
{
"platform": "Kohl's",
"endpoint": "kohls-category",
"method": "GET",
"path": "/kohls/category",
"auth": "apiKey"
}ユースケース
Browse a Kohl's category or curated campaign page's product grid, with normalized products and facets, as structured JSON.
Kohl'sエンドポイントを使えば、「Retail category and campaign monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Kohl'sエンドポイントを使えば、「Product catalog research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Kohl'sエンドポイントを使えば、「Facet-driven category discovery」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/kohls/category
エンドポイントカタログ
/kohls/categoryReturns a Kohl's category or curated campaign page's product grid (page 1 only), with normalized products (title, image, colors, pricing, rating, availability) and facets for discovering further category values. category is Kohl's own catalog taxonomy string, e.g. "Room:Dorm" or "Department:Kitchen & Dining" -- combine multiple dimensions with a literal "+", percent-encoded as "%2B" so it survives as "+" rather than being decoded to a space (e.g. "Room%3ADorm%2BDepartment%3ABedding"). Every facets[].options[].category value in a response is a ready-to-use category string for a follow-up call, so a caller can discover the full taxonomy by starting from a known category (e.g. "Room:Dorm") and following facets. A category value Kohl's does not recognize returns a 404 rather than an unfiltered listing; a recognized dimension with no matching products returns a genuine zero-result response instead.
関連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.
Kohl'sのスクレイピング方法
Crawlora's Kohl's endpoint returns a category or campaign page's product grid as normalized JSON with one API key — no Kohl's account required.
Pass a known category or curated campaign slug (from a Kohl's storefront URL) to /kohls/category for that page's normalized product grid (page 1 only) and facets for discovering further category values.
FAQ
No — /kohls/category returns page 1 of the product grid only. Use the returned facets to narrow into a more specific category or campaign slug instead of paging further.
Not directly — Crawlora's Kohl's coverage is category/campaign browsing only (/kohls/category), with no free-text search endpoint yet.