/target/products/reviews
Get customer reviews for a Target product by TCIN (or product URL). Each review carries its rating, title, text, author, source, whether it is syndicated, the submission date and create/update timestamps.
Price: 5 credits per 100 results
💡 AI Hint: Fetch customer reviews for a Target product by TCIN (numeric, optionally A-prefixed) or a product URL. Returns a list of reviews, each with id, rating (1-5), title, text, author, source (review origin), is_syndicated, submitted_at, created_at and updated_at. Use count to control how many reviews to return.
⚠️ Common errors: 412: Product not found (well-formed but nonexistent TCIN)
Authorizations
API token from the dashboard
Headers
Body
Target product TCIN or a product URL containing it
1"91466170"
"A-91466170"
"https://www.target.com/p/-/A-91466170"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500