Catalog and category discovery
Targetエンドポイントを使えば、「Catalog and category discovery」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Browse Target's public catalog from all categories into paginated product listings, discover valid filters for each result set, and enrich products with detail, reviews, and customer questions.
Extract Target categories, search and category listings, product detail, reviews, questions, and dynamic filter options as structured JSON.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
29
サンプル数
2
ライブカタログスナップショット
稼働エンドポイント
7
メソッド
GET
必須パラメータ
12
スキーマ参照
7
{
"platform": "Target",
"endpoint": "target-search",
"method": "GET",
"path": "/target/search",
"auth": "apiKey"
}ユースケース
Extract Target categories, search and category listings, product detail, reviews, questions, and dynamic filter options as structured JSON.
Targetエンドポイントを使えば、「Catalog and category discovery」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Targetエンドポイントを使えば、「Product and price research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Targetエンドポイントを使えば、「Review and question analysis」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/target/categories
/target/category-products
/target/filter-options
/target/product
/target/questions
/target/reviews
エンドポイントカタログ
/target/searchSearches Target products and returns normalized products plus every filter group and option available for the current result set. Pass option ids back through filter_ids as a comma-separated list. A zero total with an empty products list is a valid no-results response. The sort enum accepts `relevance`, `featured`, `price-low`, `price-high`, `rating`, `bestselling`, and `newest`.
/target/categoriesReturns Target's current top-level category menu and the complete grouped shop-all directory, including category ids and canonical URLs.
/target/category-productsReturns paginated products for any category id from target-categories. Each response also contains every available dynamic filter group and option. Pass selected option ids through filter_ids as a comma-separated list. The sort enum accepts `relevance`, `featured`, `price-low`, `price-high`, `rating`, `bestselling`, and `newest`.
/target/filter-optionsReturns every dynamic filter group and option for either a product query or category. Provide exactly one of q or category_id. Pass currently selected option ids through filter_ids to obtain the remaining context-aware options.
/target/productReturns normalized product details for one Target item, including product content, images, price, rating, category, and availability flags for the selected store.
/target/reviewsReturns paginated written reviews for a Target item. Pagination is zero-based and page 50 is the upstream maximum.
/target/questionsReturns paginated product questions with their nested answers.
関連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.
Targetのスクレイピング方法
Target's public catalog spans department categories and category-specific filters such as price, brand, size, rating, discount, fulfillment, and availability. Crawlora returns both the products and the valid filter identifiers exposed for each result set.
Start from the complete category directory or a keyword search, with optional store and sort inputs.
Call the filter-options route for the current query or category to receive the department-specific filter groups and identifiers.
Pass selected filter identifiers to search or category-products and increment page to collect deeper catalog results.
Retrieve product detail, reviews, and customer questions for selected Target product identifiers.
FAQ
Yes. The categories endpoint exposes Target's public category directory, and category-products retrieves paginated products for a selected category identifier.
Call filter-options for a keyword or category to discover the valid department, price, discount, size, brand, rating, fulfillment, and availability options. Send the returned filter identifiers through filter_ids on search or category-products.
Yes. Dedicated product, reviews, and questions endpoints return supported public product detail and customer-generated content as structured JSON.
No. Crawlora is not affiliated with Target and provides structured extraction for supported public Target pages. Use Target-owned products when you require an official account-scoped or licensed integration.