/target/products/questions
Get customer questions and answers for a Target product by TCIN (or product URL). Each question carries its text, author, helpful/unhelpful counts, submission and update timestamps, and the list of answers (each with text, author, badges and helpful counts).
Price: 1 credit per 50 results
💡 AI Hint: Fetch the Q&A for a Target product by TCIN (numeric, optionally A-prefixed) or a product URL. Returns a list of questions, each with id, text, author, badges, helpful_count, unhelpful_count, created_at, updated_at, answer_count and answers (each answer has id, text, author, badges, helpful_count, unhelpful_count, created_at, updated_at). Use count to control how many questions to return.
⚠️ Common errors: 412: Product not found (well-formed but nonexistent TCIN); a product with no questions returns an empty list
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 questions to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response