/target/categories/products
List Target products in a category browse node (N-id or category URL). Returns lightweight product cards: title, brand, price, list_price, currency, save_percent, is_on_sale, image, rating and rating_count, plus the product TCIN, alias and URL. Supports ordering by featured, price, rating, newest or bestselling.
Price: 5 credits per 24 results
💡 AI Hint: List products in a Target category by browse node (N-id, e.g. N-5xtro, or a category URL). Each item has id (TCIN), title, brand, price/list_price/currency, save_percent, is_on_sale, image, rating, rating_count and alias+url. Use the returned id with the Target product endpoint to fetch full product details. Set sort to order results (featured, price_low, price_high, rating, newest, bestselling).
⚠️ Common errors: 412: Category not found (well-formed but nonexistent browse node)
Authorizations
API token from the dashboard
Headers
Body
Target category browse node (N-id) or a category URL containing it
1"N-5xtro"
"5xtro"
"https://www.target.com/c/coffee-makers/-/N-5xtro"
Max number of products to return
1 <= x <= 1200Max scrapping execution timeout (in seconds)
20 <= x <= 1500Result ordering
featured, price_low, price_high, rating, bestselling, newest Response
Successful Response