Target Product Data API
Scrape Target.com product data instantly with a simple API call
A GET request to our /api/getter/?platform="target_detail"
endpoint allows you to scrape product data for any product listing URL on Target.com—in real-time.
Example
Here's an example showcasing how you can scrape product data for any product on Target.com using its URL. For this example, we use the URL of this Keurig Coffe Maker for sale on Target.
1 |
|
1 2 3 4 5 |
|
1 2 3 |
|
1 2 3 4 5 6 |
|
1 2 3 4 5 6 |
|
Query Parameters
As you can see in the example above, our endpoint needs the following query parameters:
Product URL
url
Required
Product listing's URL on Target.com. Remove unnecessary query parameters and encode the URL.
Other Required Parameters
platform
Required
Specifies the scraping engine you wish to invoke. In this case, the value should be target_detail.
api_key
Required
Your account's token—which can be obtained by signing up here.
Store Location Parameters
store_no
Optional
Target store number. Default: 3991. You can find a list of all store numbers here.
Note: The store location affects product availability and pricing information.
Note
The value of the query parameter url
must be URL or percent encoded. If you're using Python, this can be done with the function urlencode
.
Results
The response will include the following attributes for the product:
Attributes Returned | Data Type | Information Represented |
---|---|---|
name | string | Name of product listing |
url | string | URL of the product page |
category_name | string | Primary category of the product |
categories | array | List of category objects containing name and url |
categories[].name | string | Name of category |
categories[].url | string | URL of category page |
brand | string | Product's brand name |
brand_url | string | URL to brand's page on Target |
main_image | string | URL of the primary product image |
images | array | List of URLs for all product images |
price | number | Current price of product |
price_reduced | number | Discounted price if available |
currency | string | Currency code (e.g. USD) |
rating | number | Average customer rating |
total_ratings | number | Total number of ratings |
rating_distribution | object | Count of ratings by star level |
rating_distribution.one_star | number | Count of 1-star ratings |
rating_distribution.two_star | number | Count of 2-star ratings |
rating_distribution.three_star | number | Count of 3-star ratings |
rating_distribution.four_star | number | Count of 4-star ratings |
rating_distribution.five_star | number | Count of 5-star ratings |
total_reviews | number | Total number of written reviews |
percentage_recommended | number | Percentage of customers recommending product |
dpci | string | Target's Department Product Classification ID |
dpci_description | string | Description of the DPCI |
dimensions | string | Product dimensions |
weight | string | Product weight |
protection_plan | object | Available protection plan details |
has_free_shipping | boolean | Whether product ships free |
product_classification | object | Product classification details |
product_classification.item_type | string | Type of item |
product_classification.item_type_id | string | ID for item type |
product_classification.product_type | string | Product type |
product_classification.product_type_name | string | Name of product type |
product_classification.purchase_behavior | string | Purchase behavior classification |
merchandise_classification | object | Merchandise classification details |
merchandise_classification.department_name | string | Department name |
merchandise_classification.department_id | string | Department ID |
merchandise_classification.class_id | string | Class ID |
return_policies | array | List of return policy objects |
return_policies[].user_type | string | Type of user policy applies to |
return_policies[].day_count | number | Number of days for returns |
is_hazardous_material | boolean | Whether product is hazardous |
max_quantity | number | Maximum purchase quantity allowed |
specifications | array | List of specification objects |
specifications[].label | string | Specification label |
specifications[].value | string | Specification value |
highlights | array | List of key product features |
return_method | string | Available methods for returns |
return_policies_guest_message | string | Return policy message for guests |
recent_reviews | array | List of recent review objects |
recent_reviews[].id | string | Review ID |
recent_reviews[].date | string | Review date |
recent_reviews[].rating | number | Review rating |
recent_reviews[].title | string | Review title |
recent_reviews[].text | string | Review text |
recent_reviews[].author | string | Review author |
description | string | Full product description |
sku_id | string | Target's SKU identifier |
upc | string | Universal Product Code |
listing_id | string | Target's listing identifier |
vendor_id | string | Vendor's identifier |
vendor_name | string | Name of vendor |
predictive_search_term | string | Search term for predictive search |
variants | array | List of variant objects |
variants[].sku_id | string | Variant SKU ID |
variants[].upc | string | Variant UPC |
variants[].url | string | Variant product URL |
variants[].name | string | Variant name |
variants[].main_image | string | Variant main image URL |
variants[].images | array | Variant image URLs |
variants[].price | number | Variant price |
variants[].dimensions | string | Variant dimensions |
variants[].weight | string | Variant weight |
variants[].dpci | string | Variant DPCI |
variants[].specifications | array | Variant specifications |
Availability of attributes will differ with products. Contact us if the attribute you're looking for is missing here. We can add attributes that are available on Target's product page.
Response Example
Here's the response you can expect to receive for the request showcased above:
{
"success": true,
"platform": "target_detail",
"url": "https://www.target.com/p/keurig-k-mini-single-serve-k-cup-pod-coffee-maker/-/A-53788870",
"result_count": 1,
"detail": {
"tcin": "53788870",
"name": "Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker",
"url": "https://www.target.com/p/keurig-k-mini-single-serve-k-cup-pod-coffee-maker/-/A-53788870",
"category_name": "Coffee & Espresso Makers",
"categories": [
{
"name": "Kitchen & Dining",
"url": "https://www.target.com/c/kitchen-dining/-/N-hz89j"
},
{
"name": "Kitchen Appliances",
"url": "https://www.target.com/c/kitchen-appliances-dining/-/N-5xtrs"
},
{
"name": "Coffee & Espresso Makers",
"url": "https://www.target.com/c/coffee-makers-tea-espresso-kitchen-appliances-dining/-/N-5xtro"
}
],
"brand": "Keurig",
"brand_url": "https://www.target.com/b/keurig/-/N-5uvm4",
"brand_linking_id": "5uvm4",
"main_image": "https://target.scene7.com/is/image/Target/GUEST_f2462a7a-35de-4683-a205-af4fe0195d4f",
"images": [
"https://target.scene7.com/is/image/Target/GUEST_f2462a7a-35de-4683-a205-af4fe0195d4f",
"https://target.scene7.com/is/image/Target/GUEST_712b5de8-2bfe-4a52-a3e0-8173ce33e5fc",
"https://target.scene7.com/is/image/Target/GUEST_afde9d50-11ea-4bcc-b1d7-0cfae2889dc8",
"https://target.scene7.com/is/image/Target/GUEST_669d0653-704a-4bb8-bed2-f8ef015271f7",
"https://target.scene7.com/is/image/Target/GUEST_6b479b06-98f5-43dd-85b2-8fb5038579c7",
"https://target.scene7.com/is/image/Target/GUEST_e2aa8897-8c4a-4d61-abbe-40243b0d5bc3",
"https://target.scene7.com/is/image/Target/GUEST_2224b419-fbc9-4aaf-80a1-a71d938517a7",
"https://target.scene7.com/is/image/Target/GUEST_a5298b71-ac7f-485a-90cc-acde84e52309",
"https://target.scene7.com/is/image/Target/GUEST_628e84c2-37b6-463c-8f6f-7cbf4d93a9a2",
"https://target.scene7.com/is/image/Target/GUEST_12c1a281-98ff-4e86-9404-8f1af884d473",
"https://target.scene7.com/is/image/Target/GUEST_6b17ac96-993a-4278-9282-f3c35415aec6",
"https://target.scene7.com/is/image/Target/GUEST_6c937477-fd80-492a-bd9e-9761ad3485eb",
"https://target.scene7.com/is/image/Target/GUEST_46c69d38-4026-4e0e-9c31-b1efde55b63b",
"https://target.scene7.com/is/image/Target/GUEST_d6b3d7ab-55c6-4112-a87e-2d20117c6083"
],
"price": 89.99,
"price_reduced": 89.99,
"currency": "USD",
"formatted_price_range": null,
"current_price_min": 89.99,
"current_price_max": null,
"reg_price_min": null,
"reg_price_max": 89.99,
"price_type": "reg",
"location_id": 3991,
"price_per_unit": null,
"rating": 4.06,
"total_ratings": 14244,
"rating_distribution": {
"one_star": 2147,
"two_star": 675,
"three_star": 716,
"four_star": 1431,
"five_star": 9275
},
"total_reviews": 8132,
"percentage_recommended": 58,
"has_verified_reviews": true,
"recommended_count": 1884,
"not_recommended_count": 1312,
"question_count": 237,
"review_photos": [
"https://target.scene7.com/is/image/Target/GUEST_342b5613-286d-40a2-9e9d-f0cc31948c4e",
"https://target.scene7.com/is/image/Target/GUEST_34ec4786-e9ae-415a-8b67-1e50f637f8a8",
"https://target.scene7.com/is/image/Target/GUEST_b234737c-00b6-435a-9b3b-85fb8181cb08",
"https://target.scene7.com/is/image/Target/GUEST_38e996ee-dfc4-4ead-94bd-3fa8188f58e8",
"https://target.scene7.com/is/image/Target/GUEST_f3e039cb-31d4-431e-acf2-d4c085e365f1",
"https://target.scene7.com/is/image/Target/GUEST_071301d5-d9a8-407b-b467-b58425c904eb",
"https://target.scene7.com/is/image/Target/GUEST_17bbf25a-1b42-4dbc-b0c7-85e221f7c1ac",
"https://target.scene7.com/is/image/Target/GUEST_66f623dc-11e5-4b04-b0fb-078d31fb88d9",
"https://target.scene7.com/is/image/Target/GUEST_f0f0a60b-66e5-42c7-b7ea-cc995c20e4cd",
"https://target.scene7.com/is/image/Target/GUEST_622e6c33-3387-46de-aa3e-26ddd7836ea3",
"https://target.scene7.com/is/image/Target/GUEST_a916ae73-9b66-4d42-863d-461fb562a086",
"https://target.scene7.com/is/image/Target/GUEST_abfaa3c5-02d5-48f4-a731-80e2cdb6a387"
],
"dpci": null,
"dpci_description": "Retailer Department Product Classification ID",
"relationship_type_code": "VPC",
"cart_add_on_threshold": 35.0,
"dimensions": null,
"weight": null,
"dimensions_data": null,
"weight_data": null,
"protection_plan": null,
"has_free_shipping": false,
"eligibility_rules": {
"hold": false,
"scheduled_delivery": false,
"ship_to_guest": false
},
"product_classification": {
"item_type": "Coffee Makers",
"item_type_id": "113851576",
"product_type": 636,
"product_type_name": "KITCHEN",
"purchase_behavior": "Discretionary"
},
"merchandise_classification": {
"department_name": "SMALL APPLIANCES",
"department_id": 72,
"class_id": 8
},
"return_policies": [
{
"user_type": "best_guest",
"day_count": 120
},
{
"user_type": "regular_guest",
"day_count": 90
}
],
"is_hazardous_material": false,
"max_quantity": 10,
"specifications": [
{
"label": "Dimensions (Overall)",
"value": "12.1 Inches (H) x 4.5 Inches (W) x 11.3 Inches (D)"
},
{
"label": "Weight",
"value": "4.6 Pounds"
},
{
"label": "Capacity (Volume)",
"value": "12 Ounces"
},
{
"label": "Features",
"value": "Cord Storage, Automatic Shut-Off, Removable Drip Tray"
},
{
"label": "Cup Capacity",
"value": "1"
},
{
"label": "Mount Type",
"value": "Freestanding"
},
{
"label": "Includes",
"value": "Drip Tray"
},
{
"label": "Coffee Filter Type",
"value": "Capsule"
},
{
"label": "Coffee Type Used",
"value": "K-Cups"
},
{
"label": "Wattage Output",
"value": "1425 watts"
},
{
"label": "Cup Capacity Size",
"value": "10 oz, 12 oz, 8 oz, 6 oz"
},
{
"label": "Material",
"value": "Plastic"
},
{
"label": "Power Source",
"value": "Electric"
},
{
"label": "Battery",
"value": "No Battery Used"
},
{
"label": "Care & Cleaning",
"value": "Spot or Wipe Clean, Dishwasher-Safe Parts"
},
{
"label": "Warranty",
"value": "1 Year Limited Warranty. To obtain a copy of the manufacturer's or supplier's warranty for this item prior to purchasing the item, please call Target Guest Services at 1-800-591-3869"
},
{
"label": "Origin",
"value": "Imported"
}
],
"highlights": [
"FITS ANYWHERE: Less than 5 inches wide, perfect for small spaces.",
"YOUR PERFECT AMOUNT: Brew any cup size between 6-12oz.",
"ONE CUP RESERVOIR: Just add fresh water for each brew.",
"FAST & FRESH BREWED: Coffee made in minutes.",
"CORD STORAGE: For easy transport and tidy countertops."
],
"return_method": "Mail in or Store",
"return_policies_guest_message": "This item must be returned within 90 days of the date it was purchased in store, shipped, delivered by a Shipt shopper, or made ready for pickup.",
"recent_reviews": [
{
"id": "82e6421d-efe9-483c-b853-111cbd188728",
"date": "2025-07-06",
"rating": 2.0,
"review_title": "Very disapointed.",
"review_text": "Already broken. Didn’t last a year.",
"author_name": "JRich61"
},
{
"id": "a786a84c-49a5-493f-bc28-84c5867a1022",
"date": "2025-06-29",
"rating": 4.0,
"review_title": "Single serve keurig",
"review_text": "This a great option for making coffee with limited space. However, there are some downsides. This keurig works by pouring in water each time you brew a cup of coffee, not once every couples times you make a cup. The brewer also splashes a little so I defeats the point of having it in a small area, in my opinion. After a couple uses, I notice spots and splashes of coffee in the area. Not that big of a deal, but if you put this in a tight corner, it will get coffee around the area. Overall, this works for what I need it to work for, I use it at work and it gets the job done.",
"author_name": "elizabeth7564"
},
{
"id": "dea8e555-e11e-4603-a076-90372d68fff7",
"date": "2025-06-28",
"rating": 5.0,
"review_title": "K-Mini Plus single serve",
"review_text": "This coffee maker is just the right size in our RV. Works great and such a pretty color..light green",
"author_name": null
},
{
"id": "941819d2-247a-44d7-bc96-6d078b12781e",
"date": "2025-06-27",
"rating": 5.0,
"review_title": "Fits everywhere!",
"review_text": "[This review was collected as part of a promotion.] Love this coffee maker, it’s perfect for small spaces. I am putting upstairs in my loft! It’s simple to use, quick and easy hot coffee. Great for busy mornings that I sneak out of bed to record content and don’t want to be too loud in my kitchen.",
"author_name": "bntzbeaut1_374"
},
{
"id": "5fb11890-0c06-408a-858a-49353f57407c",
"date": "2025-06-26",
"rating": 1.0,
"review_title": "Don't Buy It Save Your Money and Time",
"review_text": "Actually 0/5 starts. This is JUNK. Emphasis on junk. Worked twice then only brewed less than a half cup of coffee each time and the water spilled into the water tray and all over my counter. You have no idea how many paper towels you will go through while using this because the water leaks everywhere other than you cup. JUNK JUNK JUNK JUNK JUNK JUNK JUNK JUNK JUNK JUNK JJJJJJUUUUNNKKKKK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
"author_name": "Mike Hunturts"
},
{
"id": "47405700-b0d1-417e-a385-5e46731bb983",
"date": "2025-06-26",
"rating": 5.0,
"review_title": "Travel Coffee",
"review_text": "Great travel unit. It's nice to wake up and make a fresh cup of coffee.",
"author_name": "Justal16"
},
{
"id": "d40fb072-fc84-40ff-a037-73d88e6672a7",
"date": "2025-06-26",
"rating": 5.0,
"review_title": "You’ll be glad you bought it.",
"review_text": "Great little coffee maker. I use it at home and when traveling. Small, convenient, and very fast.",
"author_name": "Fresh coffee"
},
{
"id": "cb121ecb-76de-4718-b3a0-7d88f417dd16",
"date": "2025-06-25",
"rating": 1.0,
"review_title": "Disappointing",
"review_text": "Used it only 3 times before it konked out. I'm going to try it again only because it matches my kitchen. :/",
"author_name": "Disappointing"
}
],
"description": "The Keurig K-Mini single serve coffee maker features a sleek design with matte finish, and at less than 5 inches wide is the perfect size for any space or occasion. The K-Mini brewer is effortlessly simple to use - just add fresh water to the reservoir, pop in your favorite K-Cup pod, press the brew button and enjoy fresh brewed, delicious coffee in minutes. Choose from hundreds of delicious K-Cup pod varieties to enjoy 6-12oz of your favorite coffee, tea, cocoa, and iced beverages. With a single cup reservoir and cord storage, the K-Mini coffee maker is the portable brewer that makes anywhere perfect for great coffee. The K-Mini coffee maker is available in a variety of matte-finish colors. Based on consumer feedback, we have updated the K-Mini Brewer. Customer reviews have been removed that relate to the previous version of the brewer.<br />",
"department": {
"name": "SMALL APPLIANCES",
"id": 72,
"class_id": 8
},
"sku_id": "53788870",
"fulfillment": {
"purchase_limit": 10,
"is_gift_wrap_eligible": null
},
"origin": "Imported",
"package_dimensions": {
"height": null,
"width": null,
"depth": null,
"dimension_unit": null,
"weight": null,
"weight_unit": null
},
"upc": null,
"listing_id": "A-53788870",
"content_label_images": [
"https://target.scene7.com/is/image/Target/GUEST_d6b3d7ab-55c6-4112-a87e-2d20117c6083",
"https://target.scene7.com/is/image/Target/GUEST_6b479b06-98f5-43dd-85b2-8fb5038579c7",
"https://target.scene7.com/is/image/Target/GUEST_e2aa8897-8c4a-4d61-abbe-40243b0d5bc3",
"https://target.scene7.com/is/image/Target/GUEST_712b5de8-2bfe-4a52-a3e0-8173ce33e5fc",
"https://target.scene7.com/is/image/Target/GUEST_f2462a7a-35de-4683-a205-af4fe0195d4f",
"https://target.scene7.com/is/image/Target/GUEST_afde9d50-11ea-4bcc-b1d7-0cfae2889dc8",
"https://target.scene7.com/is/image/Target/GUEST_2224b419-fbc9-4aaf-80a1-a71d938517a7",
"https://target.scene7.com/is/image/Target/GUEST_669d0653-704a-4bb8-bed2-f8ef015271f7",
"https://target.scene7.com/is/image/Target/GUEST_a5298b71-ac7f-485a-90cc-acde84e52309",
"https://target.scene7.com/is/image/Target/GUEST_6c937477-fd80-492a-bd9e-9761ad3485eb",
"https://target.scene7.com/is/image/Target/GUEST_12c1a281-98ff-4e86-9404-8f1af884d473",
"https://target.scene7.com/is/image/Target/GUEST_6b17ac96-993a-4278-9282-f3c35415aec6",
"https://target.scene7.com/is/image/Target/GUEST_46c69d38-4026-4e0e-9c31-b1efde55b63b",
"https://target.scene7.com/is/image/Target/GUEST_628e84c2-37b6-463c-8f6f-7cbf4d93a9a2",
"https://target.scene7.com/is/image/Target/GUEST_f2462a7a-35de-4683-a205-af4fe0195d4f?cropN=0.57,0.05,0.05,0.05&sizeN=150,150"
],
"videos": [
{
"video_title": "Keurig K-Mini Single Serve K-Cup Pod Coffee Maker",
"video_url": "https://target.scene7.com/is/content/Target/5b562fd361e1310001972a4e_Flash9_Autox720p_2600k",
"video_length_seconds": "0",
"video_poster_image": "https://target.scene7.com/is/image/Target/5b562fd361e1310001972a4e",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/5b562fd4700b8a0001b33748",
"language": "EN"
}
]
},
{
"video_title": "K-Mini Video",
"video_url": "https://target.scene7.com/is/content/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92_Flash9_Autox720p_2600k",
"video_length_seconds": "41",
"video_poster_image": "https://target.scene7.com/is/image/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/GUEST_ebd8b9dd-6fbd-4098-a50c-84139104c5e3",
"language": "EN"
}
]
}
],
"vendor_id": null,
"vendor_name": null,
"predictive_search_term": "keurig",
"sales_classification_nodes": [
"5xtro",
"5xtrq",
"96d2i",
"fh5dt",
"8jk07",
"5q0g0",
"btldv",
"22vn7",
"x738m",
"4d3bq",
"4yi3j",
"5v9xa",
"yprta",
"nxdby",
"uzzaj",
"y65i7",
"gfd8l",
"7kkn7",
"v18x6",
"vsoc7",
"22jn8",
"k916b",
"gnm4y",
"crwcq",
"a4tnu",
"9ffdj",
"bf3vz",
"n6wm9",
"4n2fb",
"uqsgf",
"wwy37",
"5dywj",
"d9k19",
"6x8qd",
"wvlcs",
"p74c6",
"w7c5j",
"jgx4s",
"4sof7",
"f6hzr",
"n5cqr",
"o61hp",
"8t398",
"36dg8",
"30i1n",
"sypvi",
"9ciy7",
"8s116"
],
"financing_options": null,
"finds_posts": [
{
"id": "jw74iPUtXBeMG5EZSzgvNw",
"caption": "",
"url": "https://www.target.com/finds/posts/jw74iPUtXBeMG5EZSzgvNw",
"user": {
"display_name": "Jopawo",
"url": "https://www.target.com/finds/targetstyle"
},
"image": {
"url": "https://target.scene7.com/is/image/Target/GUEST_98cd34dc-ec35-4f2e-a24c-dfb3163fb812",
"alt_text": "user image by Jopawo, Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker",
"aspect_ratio": "1:1"
}
},
{
"id": "dxUzq4kTE3fo499bL12fVL",
"caption": "",
"url": "https://www.target.com/finds/posts/dxUzq4kTE3fo499bL12fVL",
"user": {
"display_name": "Gen",
"url": "https://www.target.com/finds/targetstyle"
},
"image": {
"url": "https://target.scene7.com/is/image/Target/GUEST_11ec6df8-5338-4150-a6b3-8953727dea03",
"alt_text": "user image by Gen, Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker",
"aspect_ratio": "11:10"
}
},
{
"id": "pPYVPj2TQmaDCMzU9qCwXJ",
"caption": "Happy Saturday Loves🎀☕️💞 I hope you’re all having a Beautiful weekend🩷\n\n🎀\n\n☕️\n\n🎀\n\n#pinkcommunity #pinksisters #pinkkitchen #pinkmugs #pinkvalentinesdecor #targetpinkmugs #pinkbeautyroom #myprettypinkthings #pinkobsessed #pinkismyhappycolor",
"url": "https://www.target.com/finds/posts/pPYVPj2TQmaDCMzU9qCwXJ",
"user": {
"display_name": "@my_pretty_pink_things_",
"url": "https://www.target.com/finds/posts?usernames=my_pretty_pink_things_"
},
"image": {
"url": "https://edge.curalate.com/v1/img/YY56d10lDjy0GqagPw2j2b5WyG02uqLQyFWWRdjwFkk=",
"alt_text": "user image by @my_pretty_pink_things_, Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker",
"aspect_ratio": "4:5"
}
},
{
"id": "hYUdhJyUcdMCt7Z1eZk7C6",
"caption": "",
"url": "https://www.target.com/finds/posts/hYUdhJyUcdMCt7Z1eZk7C6",
"user": {
"display_name": "@targetdealfinder",
"url": "https://www.target.com/finds/posts?usernames=targetdealfinder"
},
"image": {
"url": "https://edge.curalate.com/v1/img/bbg2mMBQ6njrvxoy9u9UEV3khoqTmvlFJfdTlM02HqY=",
"alt_text": "user image by @targetdealfinder, Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker",
"aspect_ratio": "9:10"
}
},
{
"id": "dtEZDWjD9iM51WCuor4nVA",
"caption": "",
"url": "https://www.target.com/finds/posts/dtEZDWjD9iM51WCuor4nVA",
"user": {
"display_name": "@targetdealfinder",
"url": "https://www.target.com/finds/posts?usernames=targetdealfinder"
},
"image": {
"url": "https://edge.curalate.com/v1/img/f45w2MhhjLzCAD0iy1cwvsMZunLTZ-AQ4uru_gLuhDk=",
"alt_text": "user image by @targetdealfinder, Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker",
"aspect_ratio": "10:11"
}
}
],
"variants": [
{
"tcin": "53448183",
"sku_id": "53448183",
"upc": "611247373064",
"url": "https://www.target.com/p/keurig-k-mini-single-serve-k-cup-pod-coffee-maker-black/-/A-53448183",
"name": "Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker - Black: Compact Electric Brewer, 6-12 oz Capacity, Auto Shut-Off",
"main_image": "https://target.scene7.com/is/image/Target/GUEST_022df901-f4d0-4bbe-8d0c-b09443d67517",
"images": [
"https://target.scene7.com/is/image/Target/GUEST_022df901-f4d0-4bbe-8d0c-b09443d67517",
"https://target.scene7.com/is/image/Target/GUEST_a8a913b7-e30a-47e2-a0e2-8fec9dc9e65c",
"https://target.scene7.com/is/image/Target/GUEST_c2e7ca01-6e2b-46c9-823a-754b3001f642",
"https://target.scene7.com/is/image/Target/GUEST_a0baab38-e990-4bf8-a2da-c7fb4a372976",
"https://target.scene7.com/is/image/Target/GUEST_3b37cc02-1637-4cc2-91e9-9aeffb6bda74",
"https://target.scene7.com/is/image/Target/GUEST_33bae4db-3c83-456c-a43a-1293181c8925",
"https://target.scene7.com/is/image/Target/GUEST_1ef4c2c5-f9c6-4b3a-aa92-4d368877fe8c",
"https://target.scene7.com/is/image/Target/GUEST_cae71753-324b-4cdb-8eae-9a8510cdd9fb",
"https://target.scene7.com/is/image/Target/GUEST_628e84c2-37b6-463c-8f6f-7cbf4d93a9a2",
"https://target.scene7.com/is/image/Target/GUEST_12c1a281-98ff-4e86-9404-8f1af884d473",
"https://target.scene7.com/is/image/Target/GUEST_6b17ac96-993a-4278-9282-f3c35415aec6",
"https://target.scene7.com/is/image/Target/GUEST_6c937477-fd80-492a-bd9e-9761ad3485eb"
],
"price": 89.99,
"price_reduced": 89.99,
"price_per_unit": null,
"currency": "USD",
"current_retail": 89.99,
"reg_retail": 89.99,
"save_dollar": null,
"save_percent": null,
"price_type": "reg",
"location_id": 3991,
"external_system_id": "53448183-3991-89.99-2025041500",
"dimensions": "5.7 inch (H) x 13.5 inch (W) x 14.96 inch (D)",
"dimensions_data": {
"height": 5.7,
"width": 13.5,
"depth": 14.96,
"unit": "inch"
},
"weight": "6.4816 pound",
"weight_data": {
"weight": 6.4816,
"unit": "pound"
},
"dpci": "072-08-1629",
"specifications": [
{
"label": "Dimensions (Overall)",
"value": "12.1 Inches (H) x 4.5 Inches (W) x 11.3 Inches (D)"
},
{
"label": "Weight",
"value": "4.6 Pounds"
},
{
"label": "Capacity (Volume)",
"value": "12 Ounces"
},
{
"label": "Features",
"value": "Cord Storage, Automatic Shut-Off, Removable Drip Tray"
},
{
"label": "Cup Capacity",
"value": "1"
},
{
"label": "Mount Type",
"value": "Freestanding"
},
{
"label": "Includes",
"value": "Drip Tray"
},
{
"label": "Coffee Filter Type",
"value": "Capsule"
},
{
"label": "Coffee Type Used",
"value": "K-Cups"
},
{
"label": "Wattage Output",
"value": "1425 watts"
},
{
"label": "Cup Capacity Size",
"value": "10 oz, 12 oz, 8 oz, 6 oz"
},
{
"label": "Material",
"value": "Plastic"
},
{
"label": "Power Source",
"value": "Electric"
},
{
"label": "Battery",
"value": "No Battery Used"
},
{
"label": "Care & Cleaning",
"value": "Spot or Wipe Clean, Dishwasher-Safe Parts"
},
{
"label": "Warranty",
"value": "1 Year Limited Warranty. To obtain a copy of the manufacturer's or supplier's warranty for this item prior to purchasing the item, please call Target Guest Services at 1-800-591-3869"
}
],
"relationship_type_code": "VC",
"cart_add_on_threshold": 35.0,
"compliance": {
"is_carbon_neutral": false,
"is_proposition_65": false,
"is_safe_cookware": false
},
"is_hazardous_material": false,
"has_free_shipping": true,
"formatted_return_method": "This item must be returned to any Target store.",
"return_policy_url": "https://help.target.com/help/subcategoryarticle?childcat=Return+policy&parentcat=Returns+%26+Exchanges&searchQuery=search+help",
"eligibility_rules": {
"hold": true,
"scheduled_delivery": true,
"ship_to_guest": true
},
"product_classification": {
"product_type": 636,
"product_type_name": "KITCHEN",
"purchase_behavior": "Discretionary"
},
"financing_options": {
"channel": "DIGITAL",
"providers": [
{
"provider": "Affirm",
"min_loan_amount": 50.0,
"is_eligible": true,
"header": "Pay interest-free or as low as $16/mo",
"body": "With Affirm",
"terms_url": "www.affirm.com/lenders"
}
]
},
"videos": [
{
"video_title": "Keurig K-Mini Single Serve K-Cup Pod Coffee Maker",
"video_url": "https://target.scene7.com/is/content/Target/5b562fd361e1310001972a4e_Flash9_Autox720p_2600k",
"video_length_seconds": "0",
"video_poster_image": "https://target.scene7.com/is/image/Target/5b562fd361e1310001972a4e",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/5b562fd4700b8a0001b33748",
"language": "EN"
}
]
},
{
"video_title": "K-Mini Video",
"video_url": "https://target.scene7.com/is/content/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92_Flash9_Autox720p_2600k",
"video_length_seconds": "41",
"video_poster_image": "https://target.scene7.com/is/image/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/GUEST_ebd8b9dd-6fbd-4098-a50c-84139104c5e3",
"language": "EN"
}
]
}
],
"content_label_images": [
"https://target.scene7.com/is/image/Target/GUEST_022df901-f4d0-4bbe-8d0c-b09443d67517",
"https://target.scene7.com/is/image/Target/GUEST_022df901-f4d0-4bbe-8d0c-b09443d67517?cropN=0.46,0.3,0.05,0.05&sizeN=150,150",
"https://target.scene7.com/is/image/Target/GUEST_6c937477-fd80-492a-bd9e-9761ad3485eb",
"https://target.scene7.com/is/image/Target/GUEST_12c1a281-98ff-4e86-9404-8f1af884d473",
"https://target.scene7.com/is/image/Target/GUEST_c2e7ca01-6e2b-46c9-823a-754b3001f642",
"https://target.scene7.com/is/image/Target/GUEST_3b37cc02-1637-4cc2-91e9-9aeffb6bda74",
"https://target.scene7.com/is/image/Target/GUEST_1ef4c2c5-f9c6-4b3a-aa92-4d368877fe8c",
"https://target.scene7.com/is/image/Target/GUEST_33bae4db-3c83-456c-a43a-1293181c8925",
"https://target.scene7.com/is/image/Target/GUEST_a0baab38-e990-4bf8-a2da-c7fb4a372976",
"https://target.scene7.com/is/image/Target/GUEST_6b17ac96-993a-4278-9282-f3c35415aec6",
"https://target.scene7.com/is/image/Target/GUEST_cae71753-324b-4cdb-8eae-9a8510cdd9fb",
"https://target.scene7.com/is/image/Target/GUEST_a8a913b7-e30a-47e2-a0e2-8fec9dc9e65c",
"https://target.scene7.com/is/image/Target/GUEST_628e84c2-37b6-463c-8f6f-7cbf4d93a9a2"
]
},
{
"tcin": "53448176",
"sku_id": "53448176",
"upc": "611247374313",
"url": "https://www.target.com/p/keurig-k-mini-single-serve-k-cup-pod-coffee-maker-oasis/-/A-53448176",
"name": "Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker - Oasis: Compact Electric Brewer, Aqua Green, 6-12 oz Capacity, Auto Shut-Off",
"main_image": "https://target.scene7.com/is/image/Target/GUEST_41daf200-ef8b-4f41-bd13-01307b723730",
"images": [
"https://target.scene7.com/is/image/Target/GUEST_41daf200-ef8b-4f41-bd13-01307b723730",
"https://target.scene7.com/is/image/Target/GUEST_23f7fa22-4b06-43eb-99c3-7539901360df",
"https://target.scene7.com/is/image/Target/GUEST_767e12c1-8467-4ebb-b800-86cb4fca98e5",
"https://target.scene7.com/is/image/Target/GUEST_443ca993-2368-44ff-a97d-f00b7ca353cf",
"https://target.scene7.com/is/image/Target/GUEST_a813ab32-9882-4a85-9fd3-5927340edda7",
"https://target.scene7.com/is/image/Target/GUEST_d88758f5-d7aa-4e41-8906-e5b97e67dfeb",
"https://target.scene7.com/is/image/Target/GUEST_17d89942-3017-477c-a249-1adaaefc9959",
"https://target.scene7.com/is/image/Target/GUEST_9af2f95e-0ea1-4007-806c-1b412145fe2f",
"https://target.scene7.com/is/image/Target/GUEST_ebd10f6f-cdca-470c-a6ef-3275dc623fdb",
"https://target.scene7.com/is/image/Target/GUEST_29567a60-b7c9-44f9-9c56-ff35a8dbe954",
"https://target.scene7.com/is/image/Target/GUEST_6568bd71-0def-4ad0-9cbc-3c7f5c536f51",
"https://target.scene7.com/is/image/Target/GUEST_6cf5d724-78f5-4013-9875-f172cf203b5a",
"https://target.scene7.com/is/image/Target/GUEST_46c69d38-4026-4e0e-9c31-b1efde55b63b"
],
"price": 89.99,
"price_reduced": 89.99,
"price_per_unit": null,
"currency": "USD",
"current_retail": 89.99,
"reg_retail": 89.99,
"save_dollar": null,
"save_percent": null,
"price_type": "reg",
"location_id": 3991,
"external_system_id": "53448176-3991-89.99-2025041500",
"dimensions": "4.9 inch (H) x 13.7 inch (W) x 14.6 inch (D)",
"dimensions_data": {
"height": 4.9,
"width": 13.7,
"depth": 14.6,
"unit": "inch"
},
"weight": "6.5 pound",
"weight_data": {
"weight": 6.5,
"unit": "pound"
},
"dpci": "072-08-1630",
"specifications": [
{
"label": "Dimensions (Overall)",
"value": "12.1 Inches (H) x 4.5 Inches (W) x 11.3 Inches (D)"
},
{
"label": "Weight",
"value": "4.6 Pounds"
},
{
"label": "Capacity (Volume)",
"value": "12 Ounces"
},
{
"label": "Features",
"value": "Cord Storage, Automatic Shut-Off, Water Level Window, Removable Drip Tray"
},
{
"label": "Cup Capacity",
"value": "1"
},
{
"label": "Mount Type",
"value": "Freestanding"
},
{
"label": "Includes",
"value": "Drip Tray"
},
{
"label": "Coffee Filter Type",
"value": "Capsule"
},
{
"label": "Coffee Type Used",
"value": "K-Cups"
},
{
"label": "Wattage Output",
"value": "1425 watts"
},
{
"label": "Cup Capacity Size",
"value": "10 oz, 12 oz, 8 oz, 6 oz"
},
{
"label": "Material",
"value": "Plastic"
},
{
"label": "Power Source",
"value": "Electric"
},
{
"label": "Battery",
"value": "No Battery Used"
},
{
"label": "Care & Cleaning",
"value": "Spot or Wipe Clean, Dishwasher-Safe Parts"
},
{
"label": "Warranty",
"value": "1 Year Limited Warranty. To obtain a copy of the manufacturer's or supplier's warranty for this item prior to purchasing the item, please call Target Guest Services at 1-800-591-3869"
}
],
"relationship_type_code": "VC",
"cart_add_on_threshold": 35.0,
"compliance": {
"is_proposition_65": false,
"is_safe_cookware": false
},
"is_hazardous_material": false,
"has_free_shipping": true,
"formatted_return_method": "This item must be returned to any Target store.",
"return_policy_url": "https://help.target.com/help/subcategoryarticle?childcat=Return+policy&parentcat=Returns+%26+Exchanges&searchQuery=search+help",
"eligibility_rules": {
"hold": false,
"scheduled_delivery": false,
"ship_to_guest": false
},
"product_classification": {
"product_type": 636,
"product_type_name": "KITCHEN",
"purchase_behavior": "Discretionary"
},
"financing_options": {
"channel": "DIGITAL",
"providers": [
{
"provider": "Affirm",
"min_loan_amount": 50.0,
"is_eligible": true,
"header": "Pay interest-free or as low as $16/mo",
"body": "With Affirm",
"terms_url": "www.affirm.com/lenders"
}
]
},
"videos": [
{
"video_title": "Keurig K-Mini Single Serve K-Cup Pod Coffee Maker",
"video_url": "https://target.scene7.com/is/content/Target/5b562fd361e1310001972a4e_Flash9_Autox720p_2600k",
"video_length_seconds": "0",
"video_poster_image": "https://target.scene7.com/is/image/Target/5b562fd361e1310001972a4e",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/5b562fd4700b8a0001b33748",
"language": "EN"
}
]
},
{
"video_title": "K-Mini Video",
"video_url": "https://target.scene7.com/is/content/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92_Flash9_Autox720p_2600k",
"video_length_seconds": "41",
"video_poster_image": "https://target.scene7.com/is/image/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/GUEST_ebd8b9dd-6fbd-4098-a50c-84139104c5e3",
"language": "EN"
}
]
}
],
"content_label_images": [
"https://target.scene7.com/is/image/Target/GUEST_12c1a281-98ff-4e86-9404-8f1af884d473",
"https://target.scene7.com/is/image/Target/GUEST_23f7fa22-4b06-43eb-99c3-7539901360df",
"https://target.scene7.com/is/image/Target/GUEST_41daf200-ef8b-4f41-bd13-01307b723730",
"https://target.scene7.com/is/image/Target/GUEST_6cf5d724-78f5-4013-9875-f172cf203b5a",
"https://target.scene7.com/is/image/Target/GUEST_41daf200-ef8b-4f41-bd13-01307b723730?cropN=0.51,0.21,0.05,0.05&sizeN=150,150",
"https://target.scene7.com/is/image/Target/GUEST_46c69d38-4026-4e0e-9c31-b1efde55b63b",
"https://target.scene7.com/is/image/Target/GUEST_a813ab32-9882-4a85-9fd3-5927340edda7",
"https://target.scene7.com/is/image/Target/GUEST_767e12c1-8467-4ebb-b800-86cb4fca98e5",
"https://target.scene7.com/is/image/Target/GUEST_29567a60-b7c9-44f9-9c56-ff35a8dbe954",
"https://target.scene7.com/is/image/Target/GUEST_ebd10f6f-cdca-470c-a6ef-3275dc623fdb",
"https://target.scene7.com/is/image/Target/GUEST_17d89942-3017-477c-a249-1adaaefc9959",
"https://target.scene7.com/is/image/Target/GUEST_d88758f5-d7aa-4e41-8906-e5b97e67dfeb",
"https://target.scene7.com/is/image/Target/GUEST_9af2f95e-0ea1-4007-806c-1b412145fe2f",
"https://target.scene7.com/is/image/Target/GUEST_443ca993-2368-44ff-a97d-f00b7ca353cf"
]
},
{
"tcin": "54222546",
"sku_id": "54222546",
"upc": "611247376980",
"url": "https://www.target.com/p/keurig-k-mini-single-serve-k-cup-pod-coffee-maker-gray/-/A-54222546",
"name": "Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker - Gray: Compact, 12 oz Capacity, Automatic Shut-Off, Cord Storage",
"main_image": "https://target.scene7.com/is/image/Target/GUEST_9138807b-e8f4-40b2-88ba-15b4b92b3935",
"images": [
"https://target.scene7.com/is/image/Target/GUEST_9138807b-e8f4-40b2-88ba-15b4b92b3935",
"https://target.scene7.com/is/image/Target/GUEST_2723cb62-b74b-4604-9c4e-96b1acccc580",
"https://target.scene7.com/is/image/Target/GUEST_a5a61320-434a-4e2f-955f-475d4e055ace",
"https://target.scene7.com/is/image/Target/GUEST_53215ba8-9fd6-459c-a271-4fa3764ff8e4",
"https://target.scene7.com/is/image/Target/GUEST_50a7a104-4832-4492-a04f-08103aa09e88",
"https://target.scene7.com/is/image/Target/GUEST_0bb11a4a-9c36-44bd-aa91-947518a0fff3",
"https://target.scene7.com/is/image/Target/GUEST_bd8ae944-27d5-44c6-bb2b-7c450170c97a",
"https://target.scene7.com/is/image/Target/GUEST_00f45a0a-bbdf-4cd0-906d-8bae861b4ff7",
"https://target.scene7.com/is/image/Target/GUEST_dbc5588c-e19e-486d-8782-fd8714803432",
"https://target.scene7.com/is/image/Target/GUEST_6e023f36-49c7-4b39-aebe-d9fff966b7bc",
"https://target.scene7.com/is/image/Target/GUEST_a56bc690-ff0a-441e-a197-94bfe510bcc3"
],
"price": 89.99,
"price_reduced": 89.99,
"price_per_unit": null,
"currency": "USD",
"current_retail": 89.99,
"reg_retail": 89.99,
"save_dollar": null,
"save_percent": null,
"price_type": "reg",
"location_id": 3991,
"external_system_id": "54222546-3991-89.99-2025041500",
"dimensions": "5.75 inch (H) x 13.75 inch (W) x 14.75 inch (D)",
"dimensions_data": {
"height": 5.75,
"width": 13.75,
"depth": 14.75,
"unit": "inch"
},
"weight": "6.44 pound",
"weight_data": {
"weight": 6.44,
"unit": "pound"
},
"dpci": "072-08-0062",
"specifications": [
{
"label": "Dimensions (Overall)",
"value": "12.1 Inches (H) x 4.5 Inches (W) x 11.3 Inches (D)"
},
{
"label": "Weight",
"value": "4.6 Pounds"
},
{
"label": "Capacity (Volume)",
"value": "12 Ounces"
},
{
"label": "Features",
"value": "Transparent Water Tank, Cord Storage, Automatic Shut-Off, Removable Drip Tray"
},
{
"label": "Cup Capacity",
"value": "1"
},
{
"label": "Mount Type",
"value": "Freestanding"
},
{
"label": "Includes",
"value": "Drip Tray"
},
{
"label": "Safety and Security Features",
"value": "Automatic Shut-Off"
},
{
"label": "Coffee Filter Type",
"value": "No Filter Needed"
},
{
"label": "Coffee Type Used",
"value": "Coffee Capsules, K-Cups, Ground Coffee"
},
{
"label": "Wattage Output",
"value": "1425 watts"
},
{
"label": "Cup Capacity Size",
"value": "12 oz"
},
{
"label": "Material",
"value": "Plastic"
},
{
"label": "Power Source",
"value": "Electric"
},
{
"label": "Battery",
"value": "No Battery Used"
},
{
"label": "Care & Cleaning",
"value": "Spot or Wipe Clean"
},
{
"label": "Warranty",
"value": "1 Year Limited Warranty. To obtain a copy of the manufacturer's or supplier's warranty for this item prior to purchasing the item, please call Target Guest Services at 1-800-591-3869"
}
],
"relationship_type_code": "VC",
"cart_add_on_threshold": 35.0,
"compliance": {
"is_proposition_65": false,
"is_safe_cookware": false
},
"is_hazardous_material": false,
"has_free_shipping": true,
"formatted_return_method": "This item must be returned to any Target store.",
"return_policy_url": "https://help.target.com/help/subcategoryarticle?childcat=Return+policy&parentcat=Returns+%26+Exchanges&searchQuery=search+help",
"eligibility_rules": {
"hold": false,
"scheduled_delivery": false,
"ship_to_guest": false
},
"product_classification": {
"product_type": 636,
"product_type_name": "KITCHEN",
"purchase_behavior": "Discretionary"
},
"financing_options": {
"channel": "DIGITAL",
"providers": [
{
"provider": "Affirm",
"min_loan_amount": 50.0,
"is_eligible": true,
"header": "Pay interest-free or as low as $16/mo",
"body": "With Affirm",
"terms_url": "www.affirm.com/lenders"
}
]
},
"videos": [
{
"video_title": "Keurig K-Mini Single Serve K-Cup Pod Coffee Maker",
"video_url": "https://target.scene7.com/is/content/Target/5b562fd361e1310001972a4e_Flash9_Autox720p_2600k",
"video_length_seconds": "0",
"video_poster_image": "https://target.scene7.com/is/image/Target/5b562fd361e1310001972a4e",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/5b562fd4700b8a0001b33748",
"language": "EN"
}
]
},
{
"video_title": "K-Mini Video",
"video_url": "https://target.scene7.com/is/content/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92_Flash9_Autox720p_2600k",
"video_length_seconds": "41",
"video_poster_image": "https://target.scene7.com/is/image/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/GUEST_ebd8b9dd-6fbd-4098-a50c-84139104c5e3",
"language": "EN"
}
]
}
],
"content_label_images": [
"https://target.scene7.com/is/image/Target/baseswatch?color=152,152,151",
"https://target.scene7.com/is/image/Target/GUEST_a5a61320-434a-4e2f-955f-475d4e055ace",
"https://target.scene7.com/is/image/Target/GUEST_9138807b-e8f4-40b2-88ba-15b4b92b3935",
"https://target.scene7.com/is/image/Target/GUEST_53215ba8-9fd6-459c-a271-4fa3764ff8e4",
"https://target.scene7.com/is/image/Target/GUEST_0bb11a4a-9c36-44bd-aa91-947518a0fff3",
"https://target.scene7.com/is/image/Target/GUEST_bd8ae944-27d5-44c6-bb2b-7c450170c97a",
"https://target.scene7.com/is/image/Target/GUEST_a56bc690-ff0a-441e-a197-94bfe510bcc3",
"https://target.scene7.com/is/image/Target/GUEST_dbc5588c-e19e-486d-8782-fd8714803432",
"https://target.scene7.com/is/image/Target/GUEST_6e023f36-49c7-4b39-aebe-d9fff966b7bc",
"https://target.scene7.com/is/image/Target/GUEST_2723cb62-b74b-4604-9c4e-96b1acccc580",
"https://target.scene7.com/is/image/Target/GUEST_50a7a104-4832-4492-a04f-08103aa09e88",
"https://target.scene7.com/is/image/Target/GUEST_00f45a0a-bbdf-4cd0-906d-8bae861b4ff7"
]
},
{
"tcin": "78435794",
"sku_id": "78435794",
"upc": "611247386149",
"url": "https://www.target.com/p/keurig-k-mini-single-serve-k-cup-pod-coffee-maker-dusty-rose/-/A-78435794",
"name": "Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker - Dusty Rose",
"main_image": "https://target.scene7.com/is/image/Target/GUEST_fdd28108-c11f-4c15-965b-1e1dcde56635",
"images": [
"https://target.scene7.com/is/image/Target/GUEST_fdd28108-c11f-4c15-965b-1e1dcde56635",
"https://target.scene7.com/is/image/Target/GUEST_931ca034-1701-4388-85ae-38e3eafc1d1b",
"https://target.scene7.com/is/image/Target/GUEST_4faf7e7b-9827-4ec6-b771-d5862cb104f0",
"https://target.scene7.com/is/image/Target/GUEST_d1ab7249-1910-46b9-b699-3950d198e876",
"https://target.scene7.com/is/image/Target/GUEST_0a94f03b-b306-4c0f-91ba-7472d3fcba56",
"https://target.scene7.com/is/image/Target/GUEST_2137fb80-b2dd-48cf-94d6-2d9be1dbbcd5",
"https://target.scene7.com/is/image/Target/GUEST_c005c131-f741-43c9-a8a7-bdc98d55f946",
"https://target.scene7.com/is/image/Target/GUEST_8e576bfe-84ef-4197-94ee-d981c57e31c9"
],
"price": 89.99,
"price_reduced": 89.99,
"price_per_unit": null,
"currency": "USD",
"current_retail": 89.99,
"reg_retail": 89.99,
"save_dollar": null,
"save_percent": null,
"price_type": "reg",
"location_id": 3991,
"external_system_id": "78435794-3991-89.99-2025041500",
"dimensions": "5.6 inch (H) x 13.7 inch (W) x 14.7 inch (D)",
"dimensions_data": {
"height": 5.6,
"width": 13.7,
"depth": 14.7,
"unit": "inch"
},
"weight": "6.5 pound",
"weight_data": {
"weight": 6.5,
"unit": "pound"
},
"dpci": "072-08-0229",
"specifications": [
{
"label": "Dimensions (Overall)",
"value": "12.1 Inches (H) x 4.5 Inches (W) x 11.3 Inches (D)"
},
{
"label": "Weight",
"value": "4.6 Pounds"
},
{
"label": "Capacity (Volume)",
"value": "12 Ounces"
},
{
"label": "Cup Capacity",
"value": "1"
},
{
"label": "Coffee Filter Type",
"value": "No Filter Needed"
},
{
"label": "Coffee Type Used",
"value": "Coffee Pods, K-Cups, Ground Coffee"
},
{
"label": "Wattage Output",
"value": "1425 watts"
},
{
"label": "Cup Capacity Size",
"value": "12 oz"
},
{
"label": "Material",
"value": "Plastic"
},
{
"label": "Power Source",
"value": "Electric"
},
{
"label": "Battery",
"value": "No Battery Used"
},
{
"label": "Care & Cleaning",
"value": "Spot or Wipe Clean"
},
{
"label": "Warranty",
"value": "1 Year Limited Warranty. To obtain a copy of the manufacturer's or supplier's warranty for this item prior to purchasing the item, please call Target Guest Services at 1-800-591-3869"
}
],
"relationship_type_code": "VC",
"cart_add_on_threshold": 35.0,
"compliance": {
"is_proposition_65": false,
"is_safe_cookware": false
},
"is_hazardous_material": false,
"has_free_shipping": true,
"formatted_return_method": "This item must be returned to any Target store.",
"return_policy_url": "https://help.target.com/help/subcategoryarticle?childcat=Return+policy&parentcat=Returns+%26+Exchanges&searchQuery=search+help",
"eligibility_rules": {
"hold": false,
"scheduled_delivery": false,
"ship_to_guest": false
},
"product_classification": {
"product_type": 636,
"product_type_name": "KITCHEN",
"purchase_behavior": "Discretionary"
},
"financing_options": {
"channel": "DIGITAL",
"providers": [
{
"provider": "Affirm",
"min_loan_amount": 50.0,
"is_eligible": true,
"header": "Pay interest-free or as low as $16/mo",
"body": "With Affirm",
"terms_url": "www.affirm.com/lenders"
}
]
},
"videos": [
{
"video_title": "Keurig K-Mini Single Serve K-Cup Pod Coffee Maker",
"video_url": "https://target.scene7.com/is/content/Target/5b562fd361e1310001972a4e_Flash9_Autox720p_2600k",
"video_length_seconds": "0",
"video_poster_image": "https://target.scene7.com/is/image/Target/5b562fd361e1310001972a4e",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/5b562fd4700b8a0001b33748",
"language": "EN"
}
]
},
{
"video_title": "K-Mini Video",
"video_url": "https://target.scene7.com/is/content/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92_Flash9_Autox720p_2600k",
"video_length_seconds": "41",
"video_poster_image": "https://target.scene7.com/is/image/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/GUEST_ebd8b9dd-6fbd-4098-a50c-84139104c5e3",
"language": "EN"
}
]
}
],
"content_label_images": [
"https://target.scene7.com/is/image/Target/GUEST_757439dd-381d-4f3d-9f03-218e4ee6dcd5",
"https://target.scene7.com/is/image/Target/GUEST_8e576bfe-84ef-4197-94ee-d981c57e31c9",
"https://target.scene7.com/is/image/Target/GUEST_2137fb80-b2dd-48cf-94d6-2d9be1dbbcd5",
"https://target.scene7.com/is/image/Target/GUEST_d1ab7249-1910-46b9-b699-3950d198e876",
"https://target.scene7.com/is/image/Target/GUEST_0a94f03b-b306-4c0f-91ba-7472d3fcba56",
"https://target.scene7.com/is/image/Target/GUEST_931ca034-1701-4388-85ae-38e3eafc1d1b",
"https://target.scene7.com/is/image/Target/GUEST_c005c131-f741-43c9-a8a7-bdc98d55f946",
"https://target.scene7.com/is/image/Target/GUEST_fdd28108-c11f-4c15-965b-1e1dcde56635",
"https://target.scene7.com/is/image/Target/GUEST_4faf7e7b-9827-4ec6-b771-d5862cb104f0"
]
},
{
"tcin": "85008995",
"sku_id": "85008995",
"upc": "611247396278",
"url": "https://www.target.com/p/keurig-k-mini-single-serve-k-cup-pod-coffee-maker-evergreen/-/A-85008995",
"name": "Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker - Evergreen: Compact Electric Brewer, 6-12 oz Capacity, Plastic, Green",
"main_image": "https://target.scene7.com/is/image/Target/GUEST_4f4bdedd-3a8b-4694-ab5c-d984a7be7b1a",
"images": [
"https://target.scene7.com/is/image/Target/GUEST_4f4bdedd-3a8b-4694-ab5c-d984a7be7b1a",
"https://target.scene7.com/is/image/Target/GUEST_5155e7be-ab41-496a-9703-cfcc020ccaa4",
"https://target.scene7.com/is/image/Target/GUEST_592b960e-95fe-4fac-a5e1-ae6735aac8f5",
"https://target.scene7.com/is/image/Target/GUEST_0f6a425b-f073-4371-93c3-d85be0b87859",
"https://target.scene7.com/is/image/Target/GUEST_a7a802bc-a550-491c-971a-4394e88acb6d",
"https://target.scene7.com/is/image/Target/GUEST_12c98428-40d4-4692-8b9b-f3d32c5823ce",
"https://target.scene7.com/is/image/Target/GUEST_1f5a1339-460f-4c08-b730-4e2af254c969",
"https://target.scene7.com/is/image/Target/GUEST_257b1b7c-1c40-4778-bf11-022acca5b2ac",
"https://target.scene7.com/is/image/Target/GUEST_ebba984a-88a2-426f-ad15-8b36ffcb4f9e"
],
"price": 89.99,
"price_reduced": 89.99,
"price_per_unit": null,
"currency": "USD",
"current_retail": 89.99,
"reg_retail": 89.99,
"save_dollar": null,
"save_percent": null,
"price_type": "reg",
"location_id": 3991,
"external_system_id": "85008995-3991-89.99-2025041500",
"dimensions": "5.7 inch (H) x 14.76 inch (W) x 13.46 inch (D)",
"dimensions_data": {
"height": 5.7,
"width": 14.76,
"depth": 13.46,
"unit": "inch"
},
"weight": "6.658 pound",
"weight_data": {
"weight": 6.658,
"unit": "pound"
},
"dpci": "072-08-0403",
"specifications": [
{
"label": "Dimensions (Overall)",
"value": "12.1 Inches (H) x 4.5 Inches (W) x 11.3 Inches (D)"
},
{
"label": "Weight",
"value": "4.6 Pounds"
},
{
"label": "Capacity (Volume)",
"value": "12 Ounces"
},
{
"label": "Cup Capacity",
"value": "6, 12, 10"
},
{
"label": "Coffee Filter Type",
"value": "Basket Filter"
},
{
"label": "Coffee Type Used",
"value": "K-Cups, Coffee Pods"
},
{
"label": "Cup Capacity Size",
"value": "10 oz, 12 oz, 8 oz, 6 oz"
},
{
"label": "Material",
"value": "Plastic"
},
{
"label": "Power Source",
"value": "Electric"
},
{
"label": "Battery",
"value": "No Battery Used"
},
{
"label": "Care & Cleaning",
"value": "Spot or Wipe Clean"
},
{
"label": "Warranty",
"value": "1 Year Limited Warranty. To obtain a copy of the manufacturer's or supplier's warranty for this item prior to purchasing the item, please call Target Guest Services at 1-800-591-3869"
}
],
"relationship_type_code": "VC",
"cart_add_on_threshold": 35.0,
"compliance": {
"is_carbon_neutral": false,
"is_proposition_65": false,
"is_safe_cookware": false
},
"is_hazardous_material": false,
"has_free_shipping": true,
"formatted_return_method": "This item must be returned to any Target store.",
"return_policy_url": "https://help.target.com/help/subcategoryarticle?childcat=Return+policy&parentcat=Returns+%26+Exchanges&searchQuery=search+help",
"eligibility_rules": {
"hold": true,
"scheduled_delivery": true,
"ship_to_guest": true
},
"product_classification": {
"product_type": 636,
"product_type_name": "KITCHEN",
"purchase_behavior": "Discretionary"
},
"financing_options": {
"channel": "DIGITAL",
"providers": [
{
"provider": "Affirm",
"min_loan_amount": 50.0,
"is_eligible": true,
"header": "Pay interest-free or as low as $16/mo",
"body": "With Affirm",
"terms_url": "www.affirm.com/lenders"
}
]
},
"videos": [
{
"video_title": "Keurig K-Mini Single Serve K-Cup Pod Coffee Maker",
"video_url": "https://target.scene7.com/is/content/Target/5b562fd361e1310001972a4e_Flash9_Autox720p_2600k",
"video_length_seconds": "0",
"video_poster_image": "https://target.scene7.com/is/image/Target/5b562fd361e1310001972a4e",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/5b562fd4700b8a0001b33748",
"language": "EN"
}
]
},
{
"video_title": "K-Mini Video",
"video_url": "https://target.scene7.com/is/content/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92_Flash9_Autox720p_2600k",
"video_length_seconds": "41",
"video_poster_image": "https://target.scene7.com/is/image/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/GUEST_ebd8b9dd-6fbd-4098-a50c-84139104c5e3",
"language": "EN"
}
]
}
],
"content_label_images": [
"https://target.scene7.com/is/image/Target/GUEST_4f4bdedd-3a8b-4694-ab5c-d984a7be7b1a",
"https://target.scene7.com/is/image/Target/GUEST_d4021781-93ee-49b5-9de9-799e5202de88",
"https://target.scene7.com/is/image/Target/GUEST_592b960e-95fe-4fac-a5e1-ae6735aac8f5",
"https://target.scene7.com/is/image/Target/GUEST_257b1b7c-1c40-4778-bf11-022acca5b2ac",
"https://target.scene7.com/is/image/Target/GUEST_ebba984a-88a2-426f-ad15-8b36ffcb4f9e",
"https://target.scene7.com/is/image/Target/GUEST_a7a802bc-a550-491c-971a-4394e88acb6d",
"https://target.scene7.com/is/image/Target/GUEST_12c98428-40d4-4692-8b9b-f3d32c5823ce",
"https://target.scene7.com/is/image/Target/GUEST_1f5a1339-460f-4c08-b730-4e2af254c969",
"https://target.scene7.com/is/image/Target/GUEST_0f6a425b-f073-4371-93c3-d85be0b87859",
"https://target.scene7.com/is/image/Target/GUEST_5155e7be-ab41-496a-9703-cfcc020ccaa4"
]
},
{
"tcin": "89201852",
"sku_id": "89201852",
"upc": "611247400890",
"url": "https://www.target.com/p/keurig-k-mini-single-serve-coffee-maker-warm-stone/-/A-89201852",
"name": "Keurig K-Mini Single-Serve Coffee Maker Warm Stone: Compact Electric Brewer, Automatic Shut-Off, Removable Drip Tray",
"main_image": "https://target.scene7.com/is/image/Target/GUEST_f2462a7a-35de-4683-a205-af4fe0195d4f",
"images": [
"https://target.scene7.com/is/image/Target/GUEST_f2462a7a-35de-4683-a205-af4fe0195d4f",
"https://target.scene7.com/is/image/Target/GUEST_712b5de8-2bfe-4a52-a3e0-8173ce33e5fc",
"https://target.scene7.com/is/image/Target/GUEST_afde9d50-11ea-4bcc-b1d7-0cfae2889dc8",
"https://target.scene7.com/is/image/Target/GUEST_669d0653-704a-4bb8-bed2-f8ef015271f7",
"https://target.scene7.com/is/image/Target/GUEST_6b479b06-98f5-43dd-85b2-8fb5038579c7",
"https://target.scene7.com/is/image/Target/GUEST_e2aa8897-8c4a-4d61-abbe-40243b0d5bc3",
"https://target.scene7.com/is/image/Target/GUEST_2224b419-fbc9-4aaf-80a1-a71d938517a7",
"https://target.scene7.com/is/image/Target/GUEST_a5298b71-ac7f-485a-90cc-acde84e52309"
],
"price": 89.99,
"price_reduced": 89.99,
"price_per_unit": null,
"currency": "USD",
"current_retail": 89.99,
"reg_retail": 89.99,
"save_dollar": null,
"save_percent": null,
"price_type": "reg",
"location_id": 3991,
"external_system_id": "89201852-3991-89.99-2025041500",
"dimensions": "5.8 inch (H) x 13.6 inch (W) x 14.6 inch (D)",
"dimensions_data": {
"height": 5.8,
"width": 13.6,
"depth": 14.6,
"unit": "inch"
},
"weight": "6.35 pound",
"weight_data": {
"weight": 6.35,
"unit": "pound"
},
"dpci": "072-08-0267",
"specifications": [
{
"label": "Dimensions (Overall)",
"value": "12.1 Inches (H) x 4.5 Inches (W) x 11.3 Inches (D)"
},
{
"label": "Weight",
"value": "4.6 Pounds"
},
{
"label": "Capacity (Volume)",
"value": "12 fl oz (US)"
},
{
"label": "Features",
"value": "Automatic Shut-Off, Removable Drip Tray, Cord Storage"
},
{
"label": "Cup Capacity",
"value": "12"
},
{
"label": "Mount Type",
"value": "Freestanding"
},
{
"label": "Includes",
"value": "Drip Tray"
},
{
"label": "Safety and Security Features",
"value": "Automatic Shut-Off"
},
{
"label": "Coffee Filter Type",
"value": "Capsule"
},
{
"label": "Coffee Type Used",
"value": "K-Cups, Coffee Capsules, Ground Coffee, Coffee Pods"
},
{
"label": "Cup Capacity Size",
"value": "10 oz, 12 oz, 8 oz, 6 oz"
},
{
"label": "Material",
"value": "Plastic"
},
{
"label": "Power Source",
"value": "Electric"
},
{
"label": "Battery",
"value": "No Battery Used"
},
{
"label": "Care & Cleaning",
"value": "Spot or Wipe Clean"
},
{
"label": "Warranty",
"value": "1 Year Limited Warranty. To obtain a copy of the manufacturer's or supplier's warranty for this item prior to purchasing the item, please call Target Guest Services at 1-800-591-3869"
}
],
"relationship_type_code": "VC",
"cart_add_on_threshold": 35.0,
"compliance": {
"is_carbon_neutral": false,
"is_proposition_65": false,
"is_safe_cookware": false
},
"is_hazardous_material": false,
"has_free_shipping": true,
"formatted_return_method": "This item must be returned to any Target store.",
"return_policy_url": "https://help.target.com/help/subcategoryarticle?childcat=Return+policy&parentcat=Returns+%26+Exchanges&searchQuery=search+help",
"eligibility_rules": {
"hold": false,
"scheduled_delivery": false,
"ship_to_guest": false
},
"product_classification": {
"product_type": 636,
"product_type_name": "KITCHEN",
"purchase_behavior": "Discretionary"
},
"financing_options": {
"channel": "DIGITAL",
"providers": [
{
"provider": "Affirm",
"min_loan_amount": 50.0,
"is_eligible": true,
"header": "Pay interest-free or as low as $16/mo",
"body": "With Affirm",
"terms_url": "www.affirm.com/lenders"
}
]
},
"videos": [
{
"video_title": "K-Mini Video",
"video_url": "https://target.scene7.com/is/content/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92_Flash9_Autox720p_2600k",
"video_length_seconds": "41",
"video_poster_image": "https://target.scene7.com/is/image/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92",
"video_captions": [
{
"caption_url": "https://target.scene7.com/is/content/Target/GUEST_ebd8b9dd-6fbd-4098-a50c-84139104c5e3",
"language": "EN"
}
]
}
],
"content_label_images": [
"https://target.scene7.com/is/image/Target/GUEST_6b479b06-98f5-43dd-85b2-8fb5038579c7",
"https://target.scene7.com/is/image/Target/GUEST_e2aa8897-8c4a-4d61-abbe-40243b0d5bc3",
"https://target.scene7.com/is/image/Target/GUEST_712b5de8-2bfe-4a52-a3e0-8173ce33e5fc",
"https://target.scene7.com/is/image/Target/GUEST_f2462a7a-35de-4683-a205-af4fe0195d4f",
"https://target.scene7.com/is/image/Target/GUEST_afde9d50-11ea-4bcc-b1d7-0cfae2889dc8",
"https://target.scene7.com/is/image/Target/GUEST_2224b419-fbc9-4aaf-80a1-a71d938517a7",
"https://target.scene7.com/is/image/Target/GUEST_669d0653-704a-4bb8-bed2-f8ef015271f7",
"https://target.scene7.com/is/image/Target/GUEST_a5298b71-ac7f-485a-90cc-acde84e52309",
"https://target.scene7.com/is/image/Target/GUEST_f2462a7a-35de-4683-a205-af4fe0195d4f?cropN=0.57,0.05,0.05,0.05&sizeN=150,150"
]
}
]
},
"credits_used": 1,
"remaining_credits": 20975553.5
}
Request Cost
1 credit is deducted for each successful request
Support
If you want to add a parameter to our response, or have any question or feedback, please write to us at support@unwrangle.com