Catalog and category discovery
Mit Target-Endpunkten verwandelst du catalog and category discovery in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
6
Dokumentierte Parameter
33
Beispiele
8
Live-Katalog-Snapshot
Aktive Endpunkte
8
Methoden
GET
Pflichtparameter
14
Schema-Referenzen
8
{
"platform": "Target",
"endpoint": "target-search",
"method": "GET",
"path": "/target/search",
"auth": "apiKey"
}Use Cases
Extract Target categories, search and category listings, product detail, reviews, questions, store locations, and dynamic filter options as structured JSON.
Mit Target-Endpunkten verwandelst du catalog and category discovery in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Target-Endpunkten verwandelst du product and price research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Target-Endpunkten verwandelst du review and question analysis in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Target-Endpunkten verwandelst du store locator data in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Target-Endpunktkatalog — 8 Endpunkte, 33 dokumentierte Request-Parameter und 8 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
8 documented Target endpoints, grouped into 8 request families — Categories, Category Products and Filter Options, plus 5 more.
33 request parameters are documented across those Target endpoints, 14 of them required — the full input contract is public before you write any integration code.
8 of the 8 Target endpoints ship a recorded example response, and 8 carry a documented response schema — you can code against the real JSON before the first request.
Target endpoints document their error responses (400, 404, 429 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
8 hosted MCP tools back the Target endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/target/categories
/target/category-products
/target/filter-options
/target/product
/target/questions
/target/reviews
Endpunktkatalog
/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-Tool 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-Tool 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-Tool 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-Tool 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-Tool target_product
/target/reviewsReturns paginated written reviews for a Target item. Pagination is zero-based and page 50 is the upstream maximum.
MCP-Tool target_reviews
/target/questionsReturns paginated product questions with their nested answers.
MCP-Tool 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.
Hinweise zur Response
- `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-Tool target_stores
Verwandte APIs
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.
Unternehmensabdeckung
Target Corporation · TGT
Target wird von Target Corporation (TGT) betrieben. Crawloras SEC-Endpunkte nutzen dieselbe CIK dieses Unternehmens, sodass Filings, Finanzdaten, Insider-Transaktionen und 13F-Beteiligungen mit demselben API-Key wie die Target-Endpunkte oben abrufbar sind.
SEC-Filings & Finanzdaten-API →So scrapst du 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.