All sites
Data API
Target Data API
Products, prices, categories, reviews and store data from Target.
5endpointsAkamai · Rate Limit handled for you
Example
target.com
ExampleJSON responseclick the page to trace a field
{
"search_information": {
"product_id": "94909300",
"location": {
"store_id": "1955",
"zip": "23230",
"city": "Richmond",
"state": "VA",
"name": "Richmond Willow Lawn"
}
},
"product": {
"name": "Knit Throw with Scalloped Edge Ivory - Threshold™",
"url": "https://www.target.com/p/-/A-94909300"
},
"overall_rating": 4.7,
"total_count": 38,
"recommended_percentage": 100,
"recommendations_count": 1,
"secondary_ratings": [
{
"name": "comfort",
"rating": 5,
"max": 5
},
{
"name": "quality",
"rating": 5,
"max": 5
},
{
"name": "fit",
"value": "true to size"
},
{
"name": "value",
"rating": 5,
"max": 5
}
],
"ratings": [
{
"stars": 5,
"count": 32,
"percentage": 84
},
{
"stars": 4,
"count": 3,
"percentage": 8
},
{
"stars": 3,
"count": 2,
"percentage": 5
},
{
"stars": 2,
"count": 0,
"percentage": 0
},
{
"stars": 1,
"count": 1,
"percentage": 3
}
],
"review_summary": "This throw blanket is a delightful blend of style and comfort, making it an ideal addition to any home. Guests appreciate its soft texture, lightweight design, and beautiful colors, which enhance both functionality and aesthetics. Perfect for cozying up while reading or watching movies, it is also machine washable, ensuring easy care. The scalloped edges add a charming touch, making it a versatile piece for any decor.",
"review_summary_disclaimer": "Summary created by AI from text of reviews reflecting recent feedback provided across different star ratings (includes incentivized reviews)",
"top_mentions": [
{
"name": "Softness",
"count": 14
},
{
"name": "Material quality",
"count": 11
},
{
"name": "Design",
"count": 9
},
{
"name": "Size",
"count": 7
},
{
"name": "Warmth",
"count": 6
}
],
"review_photos": [
"https://target.scene7.com/is/image/Target/GUEST_rev01?wid=140",
"https://target.scene7.com/is/image/Target/GUEST_rev02?wid=140",
"https://target.scene7.com/is/image/Target/GUEST_rev03?wid=140",
"https://target.scene7.com/is/image/Target/GUEST_rev04?wid=140",
"https://target.scene7.com/is/image/Target/GUEST_rev05?wid=140",
"https://target.scene7.com/is/image/Target/GUEST_rev06?wid=140"
],
"top_positive": {
"title": null,
"text": "Used for a photo shoot loved it!",
"rating": 5,
"positive_feedback": 3,
"negative_feedback": 0,
"review_submission_time": "15 August, 2026",
"user_nickname": "Stylist22",
"verified": true,
"customer_type": [
"VerifiedPurchaser"
]
},
"top_negative": {
"title": "Ran small",
"text": "Nice knit but smaller than I expected.",
"rating": 3,
"positive_feedback": 1,
"negative_feedback": 0,
"review_submission_time": "2 August, 2026",
"user_nickname": "Casey",
"verified": true,
"customer_type": [
"VerifiedPurchaser"
]
},
"reviews": [
{
"position": 1,
"title": null,
"text": "Used for a photo shoot loved it!",
"rating": 5,
"positive_feedback": 3,
"negative_feedback": 0,
"review_submission_time": "15 August, 2026",
"user_nickname": "Stylist22",
"verified": true,
"customer_type": [
"VerifiedPurchaser"
],
"photos": [
"https://target.scene7.com/is/image/Target/GUEST_rev01?wid=140"
]
},
{
"position": 2,
"title": "So soft and cozy",
"text": "Perfect weight for the couch, the scalloped edge is really pretty in person.",
"rating": 5,
"positive_feedback": 8,
"negative_feedback": 0,
"review_submission_time": "9 August, 2026",
"user_nickname": "HomeBody",
"verified": true,
"customer_type": [
"VerifiedPurchaser"
]
},
{
"position": 3,
"title": "Ran small",
"text": "Nice knit but smaller than I expected.",
"rating": 3,
"positive_feedback": 1,
"negative_feedback": 0,
"review_submission_time": "2 August, 2026",
"user_nickname": "Casey",
"verified": true,
"customer_type": [
"VerifiedPurchaser"
]
}
],
"pagination": {
"current": 1,
"next": "2"
}
}
GET
/v1/data/target/reviews1 credit / runProduct Reviews
Guest reviews for a TCIN with the rating histogram, review highlights and individual customer reviews.
Handled for you:AkamaiRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| tcin | string | yes | Target catalog item number (TCIN). |
| Advanced filters | |||
| page | integer | no | Review page number. (default: 1) |
| sort | string | no | Review sort order. |
| rating | integer | no | Only reviews with this star rating, 1 to 5. |
| store_id | string | no | Target store id. |
| zip | string | no | ZIP code. |