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, find nearby physical stores, and enrich products with detail, reviews, and customer questions.
Extract Target categories, search and category listings, product detail, reviews, questions, store locations, and dynamic filter options as structured JSON.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
33
サンプル数
8
ライブカタログスナップショット
稼働エンドポイント
8
メソッド
GET
必須パラメータ
14
スキーマ参照
8
{
"platform": "Target",
"endpoint": "target-search",
"method": "GET",
"path": "/target/search",
"auth": "apiKey"
}ユースケース
Extract Target categories, search and category listings, product detail, reviews, questions, store locations, 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リクエストに変えられます。
Targetエンドポイントを使えば、「Store locator data」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のTargetエンドポイントカタログから取得しています(エンドポイント8件、ドキュメント化されたリクエストパラメータ33個、公開レスポンススキーマ8件)。DocsとPlaygroundが参照しているカタログと同じものです。
Targetのエンドポイントは8件、8つのリクエストファミリーに分類されています(Categories、Category Products、Filter Optionsほか5件)。
これらのTargetエンドポイントには33個のリクエストパラメータがドキュメント化されており、うち14個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
8件のTargetエンドポイントのうち8件が実際のサンプルレスポンスを、8件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Targetのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Targetのエンドポイントは8個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページは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`.
MCPツール target_search
/target/categoriesReturns Target's current top-level category menu and the complete grouped shop-all directory, including category ids and canonical URLs.
MCPツール target_categories
/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`.
MCPツール target_category_products
/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.
MCPツール target_filter_options
/target/productReturns normalized product details for one Target item, including product content, images, price, rating, category, and availability flags for the selected store.
MCPツール target_product
/target/reviewsReturns paginated written reviews for a Target item. Pagination is zero-based and page 50 is the upstream maximum.
MCPツール target_reviews
/target/questionsReturns paginated product questions with their nested answers.
MCPツール target_questions
/target/storesReturns Target's physical stores near a ZIP code, a free-text "city, state", or a "latitude,longitude" pair, including each store's store_id, status, distance, phone, address, service list, time zone, and two weeks of daily opening hours. Use the returned store_id values with the store_id parameter on target-search, target-category-products, target-filter-options, and target-product.
レスポンスに関する注記
- `count`/`stores` cover every store Target's own locator returns for the location and radius. A `place` with no stores within `within` miles returns a valid `count: 0` empty result, not an error. - A `place` that does not resolve to any real location returns a 404, not an empty `stores` list. - Each store includes `store_id` (the value every other Target endpoint's `store_id` parameter expects), `status`, `distance_miles`, `phone`, address fields, `time_zone`, `services` (Target's own service/amenity labels for that store, e.g. `"Starbucks Cafe"`, `"Drive Up"`), and up to two weeks of daily `hours`. Example response: ```json {"code":200,"msg":"OK","data":{"place":"95014","count":1,"source_url":"https://redsky.target.com/redsky_aggregations/v1/web/nearby_stores_v1?include_capabilities=true&limit=20&place=95014&within=100","fetched_at":"2026-09-15T10:00:00Z","stores":[{"store_id":"323","name":"Cupertino De Anza Blvd","status":"Open","distance_miles":2.62,"phone":"408-725-2651","address_line1":"20745 Stevens Creek Blvd","city":"Cupertino","state":"CA","postal_code":"95014-2123","country":"US","time_zone":"PST","services":["Wine, Beer & Spirits Available","Drive Up","Shipt Delivery","Fresh Grocery","Starbucks Cafe"],"hours":[{"date":"2026-09-15","day_name":"Tuesday","is_open":true,"open_time":"07:00:00","close_time":"23:00:00"}]}]}} ```
MCPツール target_stores
関連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 Corporation · TGT
Targetを運営するのはTarget Corporation(TGT)です。CrawloraのSECエンドポイントは同じ企業のCIKを受け取るため、提出書類・財務・インサイダー取引・13F保有を上記のTargetエンドポイントと同じAPIキーで取得できます。
SEC提出書類・財務API →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.
Pass a ZIP code, city/state, or coordinate to the stores route for nearby Target locations, then use a returned store_id on search, category-products, filter-options, or product for store-specific pricing and availability.
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.
Yes. The stores endpoint accepts a ZIP code, a free-text city/state, or a latitude/longitude pair and returns nearby Target locations with their store_id, distance, phone, address, services, and two weeks of daily hours. Pass a returned store_id to search, category-products, filter-options, or product for store-specific results.
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.
Not for general developers. Target's developer network primarily serves existing retail partners and vendors — outside developers don't get open self-serve registration for product-catalog access, only a working-relationship-gated application process. Crawlora's Target endpoints return category, search, product detail, reviews, and question data as structured JSON with a single API key, no partner relationship required.