Target Product Search API
Scrape Target.com search results instantly with a simple API call
A GET request to our endpoint /api/getter/?platform="target_search"
will allow you to scrape search results from Target.com's search engine in real-time.
Example
Here's an example showcasing how you can scrape search results from Target.com for the keyword of your choice. For our example, we have chosen the keyword, "coffee maker".
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:
Search Query
search
Required
Parameter defines the search query you want to search. You can use anything that a user may use in a regular search while shopping on Target.com.
page
Optional
Parameter defines the page number for which you want the results. Default value is 1. Max value 50.
Note
Even when the response mentions the no_of_pages
as greater than 50, the maximum page
number for which you can query search results with the API is 50.
Other Required Parameters
platform
Required
Parameter specifies the scraping engine you wish to invoke. In this case, the value should be target_search.
api_key
Required
Your account's token—which can be obtained by signing up here.
Note
Be sure to replace any whitespace in the search keywords with a plus + sign. So, if you're looking to scrape search results for the keyword "black chair", please set the value of the query parameter search
to "black+chair".
Results
The response will include up to 40 product results for every query. Our scraper grabs the following attributes for every product in Target's search results:
Attributes Returned | Data Type | Information Represented |
---|---|---|
id | string | Retailer ID of product listing |
url | string | URL of product listing |
thumbnail | string | URL of product thumbnail image |
name | string | Name of product listing |
brand | string | Product's brand name |
price | float | Price of product |
currency | string | Currency of product price |
dpci | string | Target's DPCI product identifier |
department_id | int | Target's department ID number |
rating | float | Average rating of product |
total_ratings | int | Number of ratings received |
images | list | List of product image URLs |
features | list | List of product features |
videos | list | List of product video URLs |
Response Example
Here's the response you can expect to receive for the request showcased above:
{
"success": true,
"search": "coffee maker",
"page": 1,
"total_results": 339,
"no_of_pages": 15,
"result_count": 29,
"results": [
{
"id": "91986267",
"url": "https://www.target.com/p/mr-coffee-5c-switch-drip-coffee-maker-black/-/A-91986267",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_72ba1da6-01d0-4c2b-ba8f-78ca9fc34a98",
"name": "Mr. Coffee 5-Cup Switch Coffee Maker Black: Small Drip Coffee Machine, Electric, Paper Filter, 25 oz Capacity",
"brand": "Mr. Coffee",
"price": 18.99,
"currency": "USD",
"dpci": "072-08-0328",
"department_id": 72,
"rating": 4.61,
"total_ratings": 923,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_72ba1da6-01d0-4c2b-ba8f-78ca9fc34a98",
"https://target.scene7.com/is/image/Target/GUEST_eee6fa58-0df8-4758-a2db-7307f6599043",
"https://target.scene7.com/is/image/Target/GUEST_8b2ddfb6-b478-437b-89bc-515c2f92a87a",
"https://target.scene7.com/is/image/Target/GUEST_0b9104a6-e182-49bd-9d81-32818c56de30",
"https://target.scene7.com/is/image/Target/GUEST_bfabbe80-e60b-4197-90fd-719999df053e",
"https://target.scene7.com/is/image/Target/GUEST_1628b831-3591-40ce-8fda-a6883d7aebd9"
],
"features": [
"Just the Right Size: Brews the perfect amount for two 12-oz. cups. Plus, coffee maker is just right for small spaces.",
"Easy ON/OFF Switch: Power indicator light displays coffee maker status. Power on light reminds you to shut it off.",
"Grab-a-Cup Auto Pause: Lets you stop the brewing cycle if you want to grab a cup before brewing is finished.",
"Ergonomic Carafe: Offers easy pouring and handling, plus cup markings for perfect measuring.",
"Easy-to-view Water Window: Allows you to see the exact water level, preventing overflows.",
"Lift and Clean Filter Basket: Makes clean up so easy."
],
"videos": []
},
{
"id": "52580270",
"url": "https://www.target.com/p/hamilton-beach-12-cup-programmable-coffee-maker-black-46290/-/A-52580270",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_2e47eb6e-1011-414c-b621-8c936b9e185a",
"name": "Hamilton Beach 12 Cup Programmable Coffee Maker - Black - 46290: Drip Coffee Machine, Nonstick Hot Plate, Brew Pause",
"brand": "Hamilton Beach",
"price": 24.99,
"currency": "USD",
"dpci": "072-08-1531",
"department_id": 72,
"rating": 4.24,
"total_ratings": 2040,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_2e47eb6e-1011-414c-b621-8c936b9e185a",
"https://target.scene7.com/is/image/Target/GUEST_226a2619-2c93-4342-bec5-2a7bba7efdad",
"https://target.scene7.com/is/image/Target/GUEST_de1386bd-1371-4a73-a19d-715fd8495b76",
"https://target.scene7.com/is/image/Target/GUEST_323afb14-456b-405b-97da-b22a77394192",
"https://target.scene7.com/is/image/Target/GUEST_f629ec07-91aa-47c3-ab0d-1e622bb0715d",
"https://target.scene7.com/is/image/Target/GUEST_65f2d1ae-5347-46c5-b770-bb70f0270bf0",
"https://target.scene7.com/is/image/Target/GUEST_344b0f3c-4a1a-46cd-99c7-327f83036bd6",
"https://target.scene7.com/is/image/Target/GUEST_1ccb1a2d-90eb-4a4d-af63-c982fcf329f5",
"https://target.scene7.com/is/image/Target/GUEST_08a50f83-d0ab-4aab-9c8d-5df77aedc6b5"
],
"features": [
"",
"2-in-1 coffee maker brews fresh hot coffee or iced coffee",
"Simple iced-coffee brewing",
"Programmable up to 24 hours in advance",
"Easy to use",
"Coffee the way you like it",
"Peace of mind with 2 hour auto shutoff",
"Get your first cup fast",
""
],
"videos": []
},
{
"id": "52580270",
"url": "https://www.target.com/p/hamilton-beach-12-cup-programmable-coffee-maker-black-46290/-/A-52580270",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_2e47eb6e-1011-414c-b621-8c936b9e185a",
"name": "Hamilton Beach 12 Cup Programmable Coffee Maker - Black - 46290: Drip Coffee Machine, Nonstick Hot Plate, Brew Pause",
"brand": "Hamilton Beach",
"price": 24.99,
"currency": "USD",
"dpci": "072-08-1531",
"department_id": 72,
"rating": 4.24,
"total_ratings": 2040,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_2e47eb6e-1011-414c-b621-8c936b9e185a",
"https://target.scene7.com/is/image/Target/GUEST_226a2619-2c93-4342-bec5-2a7bba7efdad",
"https://target.scene7.com/is/image/Target/GUEST_de1386bd-1371-4a73-a19d-715fd8495b76",
"https://target.scene7.com/is/image/Target/GUEST_323afb14-456b-405b-97da-b22a77394192",
"https://target.scene7.com/is/image/Target/GUEST_f629ec07-91aa-47c3-ab0d-1e622bb0715d",
"https://target.scene7.com/is/image/Target/GUEST_65f2d1ae-5347-46c5-b770-bb70f0270bf0",
"https://target.scene7.com/is/image/Target/GUEST_344b0f3c-4a1a-46cd-99c7-327f83036bd6",
"https://target.scene7.com/is/image/Target/GUEST_1ccb1a2d-90eb-4a4d-af63-c982fcf329f5",
"https://target.scene7.com/is/image/Target/GUEST_08a50f83-d0ab-4aab-9c8d-5df77aedc6b5"
],
"features": [
"",
"2-in-1 coffee maker brews fresh hot coffee or iced coffee",
"Simple iced-coffee brewing",
"Programmable up to 24 hours in advance",
"Easy to use",
"Coffee the way you like it",
"Peace of mind with 2 hour auto shutoff",
"Get your first cup fast",
""
],
"videos": []
},
{
"id": "50343077",
"url": "https://www.target.com/p/keurig-k-classic-single-serve-k-cup-pod-coffee-maker-k50-black/-/A-50343077",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_8fd68d5d-bbb8-4813-83be-d656e57f710f",
"name": "Keurig K-Classic Single-Serve K-Cup Pod Coffee Maker - K50 - Black: 48oz Capacity, Automatic Shut-Off, Removable Reservoir",
"brand": "Keurig",
"price": 139.99,
"currency": "USD",
"dpci": "072-08-0168",
"department_id": 72,
"rating": 4.32,
"total_ratings": 4609,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_8fd68d5d-bbb8-4813-83be-d656e57f710f",
"https://target.scene7.com/is/image/Target/GUEST_0c172e59-013c-4088-ad8b-d480917278e5",
"https://target.scene7.com/is/image/Target/GUEST_5292a080-bdba-40e6-95a8-658d1bdc4d49",
"https://target.scene7.com/is/image/Target/GUEST_79be7b39-2e26-47ab-8085-77ea42efe462",
"https://target.scene7.com/is/image/Target/GUEST_4a91ea87-b916-42fd-b624-085f164d39f9",
"https://target.scene7.com/is/image/Target/GUEST_3131c099-4b9e-4aaf-8dfa-3d718e9522b7",
"https://target.scene7.com/is/image/Target/GUEST_5f5bf314-78ae-4fae-853f-bd22ff32864d",
"https://target.scene7.com/is/image/Target/GUEST_cb6dbd27-2610-4418-822d-71e5b4a6fa70",
"https://target.scene7.com/is/image/Target/GUEST_ae2e6fed-8c37-419c-a883-fdba31471ba6",
"https://target.scene7.com/is/image/Target/GUEST_830d37a6-2c3b-4e8e-934a-90519757877b",
"https://target.scene7.com/is/image/Target/GUEST_1ca0bc30-f1da-4d63-a07a-d2f59cca6869"
],
"features": [
"BREWS MULTIPLE K-CUP POD SIZES: (6, 8, 10 oz.) – the most popular K-Cup pod brew sizes. Use the 6oz brew size to achieve the strongest brew.",
"LARGE 48 oz. WATER RESERVOIR: Allows you to brew 6+ cups before having to refill, saving you time and simplifying your morning routine. The water reservoir is removable, making it easy to refill whenever you need to.",
"DESCALING: An important part of cleaning your Keurig brewer. This process helps to remove calcium deposits, or scale, that can build up inside a coffee maker over time.",
"AUTO-OFF: An auto-off feature is easily programmed to turn off your coffee maker after it has been idle for two hours, helping to save energy.",
"SIMPLE BUTTON CONTROLS: Just insert a pod, select your desired cup brew size, and brew a great-tasting cup in under a minute."
],
"videos": []
},
{
"id": "81801013",
"url": "https://www.target.com/p/brentwood-single-serve-coffee-maker/-/A-81801013",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_b03a982b-9408-4506-82a6-1e1e6a5ae8d3",
"name": "Brentwood Single Serve Coffee Maker",
"brand": "Brentwood",
"price": 69.99,
"currency": "USD",
"dpci": null,
"department_id": 72,
"rating": 3.0,
"total_ratings": 3,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_b03a982b-9408-4506-82a6-1e1e6a5ae8d3",
"https://target.scene7.com/is/image/Target/GUEST_cfcfa393-d3cb-42c2-85da-53912922d5bb",
"https://target.scene7.com/is/image/Target/GUEST_a2f99428-c3d9-4b57-b7e9-acd448484645"
],
"features": [
"Single Push 8oz & 10oz Servings",
"Accepts K-Cups, Soft Pods & Grounds",
"Free 14oz Travel Mug",
"Removable filter & filter holder",
"Easy access 40oz water tank"
],
"videos": []
},
{
"id": "91863920",
"url": "https://www.target.com/p/mr-coffee-12c-programmable-drip-coffee-maker-stainless-steel-finish/-/A-91863920",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_fd026130-c56b-41d3-9e88-992fcf06debf",
"name": "Mr. Coffee 12-Cup Programmable Coffee Maker Black: Drip Machine, Dishwasher-Safe, Electric, Paper Filter",
"brand": "Mr. Coffee",
"price": 29.99,
"currency": "USD",
"dpci": "072-08-0313",
"department_id": 72,
"rating": 4.6,
"total_ratings": 615,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_fd026130-c56b-41d3-9e88-992fcf06debf",
"https://target.scene7.com/is/image/Target/GUEST_22aead54-0df3-4d28-9158-7de16148d656",
"https://target.scene7.com/is/image/Target/GUEST_c4da4ed8-1abb-40b5-b060-e40be685b2ea",
"https://target.scene7.com/is/image/Target/GUEST_f69fbd27-2d40-444c-b01b-2d00c3c27eca",
"https://target.scene7.com/is/image/Target/GUEST_b589d0f6-282f-4a35-be74-f8b2fbfd46a6"
],
"features": [
"Brew Later Feature: Set the coffee maker ahead, and wake up to freshly-brewed coffee",
"Grab-a-Cup Auto Pause: Lets you stop the brewing cycle if you want to grab a cup before brewing is finished",
"4-Hour Auto Shut-Off: Automatically turns off coffee maker so you don't have to, for added peace-of-mind",
"Easy-to-view Water Window: Allows you to see the exact water level, preventing overflows",
"Lift & Clean Filter Basket: Makes clean up fast and easy; plus, the carafe and filter basket are both dishwasher safe"
],
"videos": []
},
{
"id": "90649436",
"url": "https://www.target.com/p/ninja-hot-38-iced-xl-coffee-maker-with-rapid-cold-brew-cm371/-/A-90649436",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_1f0038e4-2118-4c17-8837-94aed244264e",
"name": "Ninja Hot & Iced XL Coffee Maker with Rapid Cold Brew - CM371: Drip Coffee Machine, 12 Cup Capacity, Black",
"brand": "Ninja",
"price": 149.99,
"currency": "USD",
"dpci": "072-08-2719",
"department_id": 72,
"rating": 4.16,
"total_ratings": 125,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_1f0038e4-2118-4c17-8837-94aed244264e",
"https://target.scene7.com/is/image/Target/GUEST_65028ee2-3cfa-403b-9b56-f709f7b0ae38",
"https://target.scene7.com/is/image/Target/GUEST_af5093e4-355b-42bd-963e-a69f77b8e587",
"https://target.scene7.com/is/image/Target/GUEST_772f7f17-7bff-470e-8ce3-bbed2421809c",
"https://target.scene7.com/is/image/Target/GUEST_32254ea6-6d54-48b1-8630-f2fc7bc2f1e8",
"https://target.scene7.com/is/image/Target/GUEST_1e546ef0-1e15-40d4-88d1-9d6367551704",
"https://target.scene7.com/is/image/Target/GUEST_385d6742-41c8-4aaf-9409-6337755892c5",
"https://target.scene7.com/is/image/Target/GUEST_5838c29c-defd-4e91-ae5b-03855f7b8dd5",
"https://target.scene7.com/is/image/Target/GUEST_e750792a-524c-463a-b31e-a599865a9f73",
"https://target.scene7.com/is/image/Target/GUEST_a4ff5e3e-e50f-45d2-a8f1-3c435857c597"
],
"features": [
"Cold Brew: Smooth, fresh cold brew in as little as 10 minutes.",
"4 Brew Styles: Classic, Rich, Over Ice, and Cold Brew",
"Iced Coffee: Bold iced coffee flavor that's never watered down",
"4 Brew Styles: Select from Classic, Rich, Over Ice, and Cold Brew for coffee any way you like it.",
"8 Brew Sizes: From small cup to full carafe",
"Thermal Flavor Extraction: Unlock your coffee's full flavor potential",
"Removable Reservoir: Easy-to-fill, removable water reservoir with auto-metering to sense water amount, so there’s no need to measure or constantly refill."
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_1aceabd1-94d8-4a31-9c23-5aef01ee7d55_Flash9_Autox720p_2600k"
]
},
{
"id": "94094895",
"url": "https://www.target.com/p/philips-baristina-espresso-machine-black/-/A-94094895",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_04f717f7-fc8d-4ca6-8173-f32fcb16b6d3",
"name": "Philips Baristina Espresso Machine Black",
"brand": "Philips",
"price": 399.99,
"currency": "USD",
"dpci": "072-08-0335",
"department_id": 72,
"rating": 4.52,
"total_ratings": 37,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_04f717f7-fc8d-4ca6-8173-f32fcb16b6d3",
"https://target.scene7.com/is/image/Target/GUEST_1ded5d77-a5a2-4e73-84b3-85bd20ae47bb",
"https://target.scene7.com/is/image/Target/GUEST_c0c5784d-d2fe-4e10-93ea-fb5927766fd6",
"https://target.scene7.com/is/image/Target/GUEST_00eaca50-774d-47e6-9d4e-3b56c0f76f71",
"https://target.scene7.com/is/image/Target/GUEST_efe00dd1-bcf1-4f66-b7f8-0a0a126a955b",
"https://target.scene7.com/is/image/Target/GUEST_3582c9ef-47aa-4431-82d8-cf272114b4fa",
"https://target.scene7.com/is/image/Target/GUEST_968b32e4-8919-4707-9468-b6164cb96d88",
"https://target.scene7.com/is/image/Target/GUEST_7a81c6f5-e80f-4a5e-b619-644ea858bdc6"
],
"features": [
"Fresh is Best: Freshly ground beans give you the greatest coffee aroma",
"Real Espresso, Made Simple: 16-bar pressure pump releases full-on flavour from your beans.",
"Swipe.Brew.Enjoy: Swipe the handle and let Baristina do the rest.",
"Take your Best Shot: Espresso. Lungo. Extra intense. Your call.",
"Tiny - Yet Mighty! Compact enough for any kitchen counter, powerful enough for barista-style coffee.",
"Less Waste. More Taste: Goes from beans to grounds, perfect for use as compost.",
"Lean, Green and Clean: made with 50% recycled plastic and 100% plastic-free packaging.",
"Psst - it's Quiet! Baristina makes real espresso really quietly.",
"Your Beans, your Choice: You pick the beans and Baristina gets the best out of them. The choice is always yours.",
"Stop, Pop, Drop: Finished? Press the button to pop out the puck and the drop the grounds.",
"Your Little Barista: Ideal grind size. Precise pressure. Accurate dosing. That’s how real espresso is made"
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_d6a5ecf6-5b00-4e2c-ad5d-3396808fa7e7_Flash9_Autox720p_2600k"
]
},
{
"id": "91715731",
"url": "https://www.target.com/p/ninja-2-cup-luxe-caf-233-premier-series-3-in-1-stainless-steel-espresso-coffee-and-cold-brew-machine-es601/-/A-91715731",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_ba9b771e-710b-4c05-8149-70d2d3cb3b5a",
"name": "Ninja Luxe Café Premier Series 3-in-1 Espresso, Coffee and Cold Brew Machine ES601: Barista System, Frother, Stainless Steel",
"brand": "Ninja",
"price": 549.99,
"currency": "USD",
"dpci": "072-08-0056",
"department_id": 72,
"rating": 4.57,
"total_ratings": 382,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_ba9b771e-710b-4c05-8149-70d2d3cb3b5a",
"https://target.scene7.com/is/image/Target/GUEST_198a7571-8786-4a30-ab9f-f34c174f6d89",
"https://target.scene7.com/is/image/Target/GUEST_7a691410-6e48-4758-8ff2-0ca8be1cb8ca",
"https://target.scene7.com/is/image/Target/GUEST_756890e0-6ac6-4bf5-a64c-965daf686388",
"https://target.scene7.com/is/image/Target/GUEST_3edb66b2-ae6a-45c9-801f-0501b10c0123",
"https://target.scene7.com/is/image/Target/GUEST_ba73e00d-d9b7-45ae-a9cf-9640c87bf869",
"https://target.scene7.com/is/image/Target/GUEST_09035675-4cce-42c6-9b93-f66ee63fcb01",
"https://target.scene7.com/is/image/Target/GUEST_2b0f947b-6aa2-4185-8b49-fc819217d4aa",
"https://target.scene7.com/is/image/Target/GUEST_b617aeb6-2f2f-4df5-a7eb-52b3b12f066b",
"https://target.scene7.com/is/image/Target/GUEST_7a40d91a-0a79-4785-b5e9-acaa8ab1920c",
"https://target.scene7.com/is/image/Target/GUEST_c6d5dc14-25e7-43de-a712-3d698aab5c3d",
"https://target.scene7.com/is/image/Target/GUEST_e9dad21d-ae88-4875-8818-e278d150a42f",
"https://target.scene7.com/is/image/Target/GUEST_7af6aab4-0f18-4185-9231-93eb32379b04"
],
"features": [
"Brew without limits with three countertop machines in one",
"The ultimate guided experience, no guesswork required",
"Integrated conical burr grinder delivers a fresh and precise grind",
"Built-in scale for precise, weight-based coffee dosing",
"Effortless hands-free frothing for perfect microfoam in 4 preset settings",
"Choose from three brewing temperatures for every roast of bean",
"Extract espresso at a lower temperature for smooth, flavorful drinks",
"Assisted tamper delivers the perfect puck for even water distribution"
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_8bb131a4-dc50-4f93-86eb-2b67b75a931d_Flash9_Autox720p_2600k"
]
},
{
"id": "21398008",
"url": "https://www.target.com/p/cuisinart-14-cup-programmable-coffeemaker-stainless-steel-dcc-3200p1/-/A-21398008",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_6aef4976-ae69-4dbf-a264-653179c67d10",
"name": "Cuisinart 14-Cup Programmable Coffeemaker - Stainless Steel - DCC-3200P1: Drip Coffee Maker, Automatic Shut-Off, LCD Display",
"brand": "Cuisinart",
"price": 99.99,
"currency": "USD",
"dpci": "072-08-1302",
"department_id": 72,
"rating": 4.53,
"total_ratings": 7547,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_6aef4976-ae69-4dbf-a264-653179c67d10",
"https://target.scene7.com/is/image/Target/GUEST_94ca7f2f-6a2d-4b73-b617-37754d172dea",
"https://target.scene7.com/is/image/Target/GUEST_32f01f04-8f19-4278-bca7-5f6b5d31ff51",
"https://target.scene7.com/is/image/Target/GUEST_f90f032e-621e-40fb-9b9d-254839b3adee",
"https://target.scene7.com/is/image/Target/GUEST_6b57f528-21a2-4419-8193-1cf6058878a1",
"https://target.scene7.com/is/image/Target/GUEST_d17e3038-64ae-451d-9e92-2c4d0154102c",
"https://target.scene7.com/is/image/Target/GUEST_e771eebb-5f6e-4a18-b679-02508b817e06",
"https://target.scene7.com/is/image/Target/GUEST_3f492aaf-222c-4719-8523-12224ffd1007",
"https://target.scene7.com/is/image/Target/GUEST_8611cb5b-4dae-47a5-a5bb-5691e9f7651e",
"https://target.scene7.com/is/image/Target/GUEST_fb8111a9-0dff-463f-a8c7-aecbb3399b11",
"https://target.scene7.com/is/image/Target/GUEST_66994a7f-c80f-4e4c-ae4a-f5924d1046f2"
],
"features": [
"" Brew Strength Control allows you to select Regular or Bold coffee flavor",
"Fully Automatic with 24-hour programmability, self-clean, 1–4 cup setting, auto-off (0–4 hours), and optional ready alert tone",
"14 Cup Glass Carafe with decorative stainless steel handle",
"Easy-to-View Water Window for accurate filling Brew Pause™ feature lets you enjoy a cup of coffee before the brewing cycle has finished 60-Second Reset",
"Recalls settings and position in the brewing process in case of loss of power",
"Gold-Tone Coffee Filter and Charcoal Water Filter",
"1050 watts, 24-inch power cord",
"Limited 3-Year Warranty""
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_99ac9736-e84c-47a4-abdf-b9611c5e21fc_Flash9_Autox720p_2600k"
]
},
{
"id": "92038440",
"url": "https://www.target.com/p/keurig-k-duo-hot-38-iced-single-serve-38-carafe-coffee-maker-black/-/A-92038440",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_dc8b6004-e7e5-4333-ab55-a5482147fda2",
"name": "Keurig K-Duo Hot & Iced Single-Serve & Carafe Coffee Maker Black: Electric Drip Coffee Pot, 72 oz Capacity",
"brand": "Keurig",
"price": 199.99,
"currency": "USD",
"dpci": "072-08-3014",
"department_id": 72,
"rating": 4.5,
"total_ratings": 577,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_dc8b6004-e7e5-4333-ab55-a5482147fda2",
"https://target.scene7.com/is/image/Target/GUEST_1e8e6be2-8b86-4c1e-af34-e51373cd074b",
"https://target.scene7.com/is/image/Target/GUEST_50456fa5-3dc4-45cb-bcd5-05eb904a7317",
"https://target.scene7.com/is/image/Target/GUEST_ff99f4b9-adf8-4dbd-8192-64a34581de96",
"https://target.scene7.com/is/image/Target/GUEST_7634eba4-76dd-4b3d-b09c-7b903668530d",
"https://target.scene7.com/is/image/Target/GUEST_6265c88a-618c-4b3c-8dc2-56a6f3066e88",
"https://target.scene7.com/is/image/Target/GUEST_94d98444-a3f6-4a14-bb82-b8abfb47eda7",
"https://target.scene7.com/is/image/Target/GUEST_e6707c19-94d0-4b96-8e24-c94d80a9ccf3",
"https://target.scene7.com/is/image/Target/GUEST_d73e2a50-f2d3-4978-a627-6ca8be3bb6a2",
"https://target.scene7.com/is/image/Target/GUEST_acc4a90f-a905-41b5-bbeb-5497b522f88d",
"https://target.scene7.com/is/image/Target/GUEST_22bcad5b-805f-4655-954a-c59b3739d910",
"https://target.scene7.com/is/image/Target/GUEST_4eb880fc-2c54-4a04-a421-4b79d006e0d4",
"https://target.scene7.com/is/image/Target/GUEST_ece636e6-e991-4ec6-ae9b-b2886a92714c",
"https://target.scene7.com/is/image/Target/GUEST_b18a7f2c-7f97-41b9-958c-ad91dcbe19bd",
"https://target.scene7.com/is/image/Target/GUEST_d478b7fb-8618-4033-ad17-af779bc92561",
"https://target.scene7.com/is/image/Target/GUEST_473b1f01-a4c0-4a85-9e60-8ee611a48c43",
"https://target.scene7.com/is/image/Target/GUEST_6665c2a7-a246-40be-98a9-a44898d3b3d6",
"https://target.scene7.com/is/image/Target/GUEST_cfb5ea9a-fa31-4711-bc89-f86f1cd8eae9",
"https://target.scene7.com/is/image/Target/GUEST_55700b99-c912-4742-8229-c852b94534bc",
"https://target.scene7.com/is/image/Target/GUEST_6d238956-842f-4f59-9043-96ff4b473aa8"
],
"features": [
"BREW BY THE CUP OR CARAFE: Brews both K-Cup pods and coffee grounds.",
"MULTISTREAM TECHNOLOGY: Saturates the grounds evenly to extract full flavor and aroma in every cup, hot or cold.",
"BREW OVER ICE: Adjusts temperature for maximum flavor and less ice melt for single-cup iced coffees and teas.",
"STRONG BREW & EXTRA HOT FUNCTIONALITY: Brews a stronger, more intense-flavored cup and the extra hot feature brews a hotter single cup.",
"MULTIPLE BREW SIZES: Brew 6, 8, 10, or 12oz single cups or 6, 8, 10, or 12-cup carafes. 12-cup glass carafe specially designed to limit dripping.",
"ONE 72OZ RESERVOIR: The extra-large, removable reservoir is shared by both sides for fast, convenient brewing with fewer refills.",
"FRONT-FACING CONTROL PANEL: Intuitive interface for selecting all your brewing preferences.",
"PROGRAMMABLE CARAFE AUTO BREW: Set a time for your coffee maker to automatically brew a carafe up to 24 hours in advance.",
"COMPACT DESIGN: The versatility of two kinds of brewers in one space-saving unit.",
"PAUSE & POUR: Automatically pauses your coffee maker mid-brew for 20 seconds, allowing the carafe to be poured."
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_15544ba5-ac0f-44ac-98f3-cdb989b452fd_Flash9_Autox720p_2600k"
]
},
{
"id": "88952261",
"url": "https://www.target.com/p/ninja-pods-38-grounds-specialty-single-serve-coffee-maker-with-integrated-milk-frother-pb051/-/A-88952261",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_0fbf375b-790c-477d-a35a-0a638afbba9e",
"name": "Ninja Pods & Grounds Specialty Single-Serve Coffee Maker with Integrated Milk Frother - PB051: Iced Coffee System, K-Cup Compatible",
"brand": "Ninja",
"price": 99.99,
"currency": "USD",
"dpci": "072-08-7369",
"department_id": 72,
"rating": 4.14,
"total_ratings": 495,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_0fbf375b-790c-477d-a35a-0a638afbba9e",
"https://target.scene7.com/is/image/Target/GUEST_ad6708ba-6c4e-4c15-b5f2-c47c4490b35d",
"https://target.scene7.com/is/image/Target/GUEST_634a80e7-d419-4fbb-a15b-785e8b132d1a",
"https://target.scene7.com/is/image/Target/GUEST_5cc7a9f4-ca64-4284-9234-38696ed22667",
"https://target.scene7.com/is/image/Target/GUEST_33d5fc5f-5662-4ad1-a2f5-2629b39df045",
"https://target.scene7.com/is/image/Target/GUEST_c7d7d32e-af93-455e-958d-e0a8cf531352",
"https://target.scene7.com/is/image/Target/GUEST_f1695a9b-d356-4f8f-bc64-40a5f4d2ce2b",
"https://target.scene7.com/is/image/Target/GUEST_3a971307-77b2-4c0d-bfaa-84d4fb6ef585",
"https://target.scene7.com/is/image/Target/GUEST_1b26c4bd-8150-4746-a778-0911d561d6c4"
],
"features": [
"Quality and convenient brewing from grounds and coffee pods",
"Single-serve brewing from 6-oz. to 24-oz.",
"Brew Classic, Rich, Over Ice, or Specialty",
"Create lattes, cappuccinos, and more with the Specialty brew",
"Sleek, compact design takes up little countertop space",
"Built-in, fold-away frother for silky-smooth froth",
"Store brew basket or pod adapter in storage drawer",
"56-oz. removable water reservoir for easy refilling"
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_e54055ff-5ba7-40f3-9262-8b10b66e5271_Flash9_Autox720p_2600k",
"https://target.scene7.com/is/content/Target/GUEST_3595b638-374e-410a-afaf-341b553f7bf2_Flash9_Autox720p_2600k"
]
},
{
"id": "82637383",
"url": "https://www.target.com/p/ninja-dualbrew-pro-specialty-coffee-system-single-serve-pod-and-12-cup-drip-coffee-maker-cfp301/-/A-82637383",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_7533a94a-eb4c-4898-bc35-4a4fb8b703c2",
"name": "Ninja DualBrew Pro Specialty Coffee System, Single-Serve, Pod, and 12-Cup Drip Coffee Maker - CFP301: Coffee Machine with Frother, 60 oz Capacity",
"brand": "Ninja",
"price": null,
"currency": "USD",
"dpci": "072-08-0776",
"department_id": 72,
"rating": 3.98,
"total_ratings": 1019,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_7533a94a-eb4c-4898-bc35-4a4fb8b703c2",
"https://target.scene7.com/is/image/Target/GUEST_29b34712-72de-4806-a406-fdf8fae80f07",
"https://target.scene7.com/is/image/Target/GUEST_e1e2b905-31d9-49f2-b9b1-0dd3ed203a3c",
"https://target.scene7.com/is/image/Target/GUEST_160606d7-6f94-4aed-b09f-683e9775f569",
"https://target.scene7.com/is/image/Target/GUEST_344f8937-24ea-4790-bbcb-82f886abc359",
"https://target.scene7.com/is/image/Target/GUEST_38c45755-c584-46bb-a08c-9ac2769f7539",
"https://target.scene7.com/is/image/Target/GUEST_73094230-cebc-4057-9f30-4e1e19089397",
"https://target.scene7.com/is/image/Target/GUEST_93d19a0e-788f-4502-9ab1-51d67805ecbe",
"https://target.scene7.com/is/image/Target/GUEST_734dff11-d0aa-400b-b40f-956260c95926",
"https://target.scene7.com/is/image/Target/GUEST_301e3224-2ddb-47d2-aa77-b6fb3ba9a1dc",
"https://target.scene7.com/is/image/Target/GUEST_8114a2c7-140b-4e9a-ba9c-f3e3ce3ebe95"
],
"features": [
"Dual Coffee Maker: Brew grounds and coffee pods",
"9 grounds brew sizes and 4 pod brew sizes",
"Brew Classic, Rich, Over Ice, or Specialty",
"Independent hot water system for hot cocoa and more",
"Built-in, fold-away frother for silky-smooth milk froth",
"60-oz multi-position, removable water reservoir for easy refilling"
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_0edeeabf-0cc4-48b8-bdc6-e804b36c28d5_Flash9_Autox720p_2600k"
]
},
{
"id": "53536794",
"url": "https://www.target.com/p/keurig-k-cafe-special-edition-single-serve-k-cup-pod-coffee-latte-and-cappuccino-maker-nickel/-/A-53536794",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_d9c3677b-0c47-4644-8862-7bc4ea8fdee5",
"name": "Keurig K-Cafe Special Edition Single-Serve K-Cup Pod Coffee, Latte and Cappuccino Maker - Nickel",
"brand": "Keurig",
"price": 159.99,
"currency": "USD",
"dpci": "072-08-1669",
"department_id": 72,
"rating": 4.37,
"total_ratings": 3707,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_d9c3677b-0c47-4644-8862-7bc4ea8fdee5",
"https://target.scene7.com/is/image/Target/GUEST_550c99ca-d1df-4b13-82b9-6c80bcdc47b7",
"https://target.scene7.com/is/image/Target/GUEST_73256e2c-1a61-4115-a4f9-63868382e269",
"https://target.scene7.com/is/image/Target/GUEST_6c1306bf-1268-4233-b612-48c96e7f3f79",
"https://target.scene7.com/is/image/Target/GUEST_44f8f795-aa72-4119-9285-55d0cd61a147",
"https://target.scene7.com/is/image/Target/GUEST_7b449738-79a0-466f-81b0-d573ba9ef7fb",
"https://target.scene7.com/is/image/Target/GUEST_1e239df2-895e-4679-bea3-6e8e554a43ee",
"https://target.scene7.com/is/image/Target/GUEST_9353f7f5-66a5-4a71-8623-85dec8e6869d",
"https://target.scene7.com/is/image/Target/GUEST_d027edaf-32dd-4a1f-9d01-500bcc6ad34c",
"https://target.scene7.com/is/image/Target/GUEST_91e45aaa-36d0-4b25-9df5-cc498fd8faaf",
"https://target.scene7.com/is/image/Target/GUEST_d589770d-f064-40cd-aba1-a10774acf0bb",
"https://target.scene7.com/is/image/Target/GUEST_4e5cefe8-d522-4aee-b6b1-44c000d62ede",
"https://target.scene7.com/is/image/Target/GUEST_02258a86-d796-4df8-8f23-78387124d2a8",
"https://target.scene7.com/is/image/Target/GUEST_be3d3a5f-9f4b-4792-8b5d-82728b9a5b4f",
"https://target.scene7.com/is/image/Target/GUEST_d9f7118e-1cf3-44c1-bd9e-59173e9acf76"
],
"features": [
"INCLUDED IN THE BOX: Keurig K-Cafe Special Edition single serve coffee, latte, and cappuccino maker, and dishwasher safe frother.",
"SPECIAL EDITION: Complement your kitchen with the premium nickel colored finish, metal handle and drip tray.",
"COFFEE, LATTES & CAPPUCCINOS: Use any K-Cup pod to brew coffee, or make delicious lattes and cappuccinos. Press the SHOT button to brew a concentrated shot of coffee from your favorite K-Cup pod to make delicious hot or iced lattes and cappuccinos.",
"DISHWASHER SAFE FROTHER: Froth fresh milk, including skim, soy, and almond. The frother is dishwasher safe to ensure easy clean up after use.",
"STRONG BREW: Increase the strength and bold taste of your coffee.",
"4 CUP SIZES: 6, 8, 10, and 12oz.",
"LARGE 60oz WATER RESERVOIR: Allows you to brew 6 cups before having to refill, saving you time and simplifying your morning routine. Removable reservoir makes refilling easy.",
"SMART START: Your coffee maker heats, then brews in one simple process. No need to wait for it to heat before selecting your cup size. Programmable auto off feature automatically turns your brewer off 2 hours after the last brew for energy savings.",
"TRAVEL MUG FRIENDLY: Accommodates travel mugs up to 7.2 inches tall and is top rack dishwasher-safe for easy cleanup.",
"COMPATIBLE WITH THE MY K-CUP UNIVERSAL REUSABLE COFFEE FILTER: Brew your own ground coffee (sold separately).",
"BREWER MAINTENANCE REMINDER: Alerts you when it is time to descale your coffee maker. Descaling is an important process that removes built-up calcium deposits, ensuring the best-tasting brew possible.",
"HOW TO FROTH LIKE A PRO: A few simple tips to help ensure a fantastic frothing experience, every time.",
"FRESHER IS BETTER: Using fresh milk delivers the richest, frothiest foam possible. Opened milk will still froth, but may lose effectiveness over time as the fats inside break down.",
"MILK MATTERS! Different types of milk produce different results. Depending on which milk you use, here’s what you can expect: Fat-Free/Skim Milk: easy to froth, it creates a light, airy foam. 2% Milk: easy to foam like skim milk, but with a creamier consistency. Whole Milk: higher fat content creates the richest-tasting foam. Nut Milk: will froth like dairy milk, but loses its bubbles quickly. Lactose-Free Milk: less reliable, due to its different properties",
"NOT ALL BRANDS ARE THE SAME: Even individual brands of milk can froth differently, so experiment with different brands to see what works best."
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_01f4717b-4f6f-4025-946c-46ff03fca0a2_Flash9_Autox720p_2600k"
]
},
{
"id": "79962007",
"url": "https://www.target.com/p/keurig-k-supreme-single-serve-k-cup-pod-coffee-maker-gray/-/A-79962007",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_d8be35ea-7030-4586-b62a-d08d64da014d",
"name": "Keurig K-Supreme Single-Serve K-Cup Pod Coffee Maker - Gray: Automatic Shut-Off, Brews Iced Coffee, 66 oz Capacity",
"brand": "Keurig",
"price": 139.99,
"currency": "USD",
"dpci": "072-08-0197",
"department_id": 72,
"rating": 4.19,
"total_ratings": 8026,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_d8be35ea-7030-4586-b62a-d08d64da014d",
"https://target.scene7.com/is/image/Target/GUEST_d39f5cb8-9d6a-4f52-bdaa-ee0e0da79a89",
"https://target.scene7.com/is/image/Target/GUEST_87fa3c28-3efb-4b57-9a55-ecab23e0193a",
"https://target.scene7.com/is/image/Target/GUEST_624bdec3-424c-49df-8af9-3b28a334fb87",
"https://target.scene7.com/is/image/Target/GUEST_36ba20bc-ab55-4c54-a0a1-8c3ff1e82caa",
"https://target.scene7.com/is/image/Target/GUEST_4d0a13dc-1cc7-4154-ab91-9b624a327885",
"https://target.scene7.com/is/image/Target/GUEST_7b6895dd-ac19-430b-b7f0-51290a2ea3ac",
"https://target.scene7.com/is/image/Target/GUEST_df2213cd-8815-476e-8642-ed68b824a25a",
"https://target.scene7.com/is/image/Target/GUEST_67969cac-c3ad-4822-894d-f7c33d6c1bf6",
"https://target.scene7.com/is/image/Target/GUEST_e8fa1d72-7779-4a51-bb20-ac5fb1c7f766",
"https://target.scene7.com/is/image/Target/GUEST_584e1c79-2fc2-413c-954c-8b0ae4303fed",
"https://target.scene7.com/is/image/Target/GUEST_a5f65975-e18f-491c-be59-f9d7b7c69583",
"https://target.scene7.com/is/image/Target/GUEST_ab59180b-2a19-48ff-b7b9-222bd85a1fd5"
],
"features": [
"MULTISTREAM TECHNOLOGY™: Extracts more flavor and aroma* in every brew. *vs Keurig® leading K-Classic® brewer with The Original Donut Shop® Coffee K-Cup® pod",
"CUSTOMIZE YOUR CUP: Brew a stronger cup, or brew hot over ice for refreshing iced coffee.",
"MULTIPLE BREW SIZES: Brew a 6, 8, 10, or 12 oz. cup.",
"66 oz. DUAL-POSITION RESERVOIR: Choose the perfect position for optimal counter space. Removable reservoir makes refilling easy.",
"FAST & FRESH-BREWED: Coffee made in minutes.",
"BACK-TO-BACK BREWING: Immediately brew a second cup, no need to wait for reheating.",
"TRAVEL MUG FRIENDLY: Accommodates travel mugs up to 7” tall.",
"SIMPLE BUTTON CONTROLS: Just insert any K-Cup® pod and use the button controls to brew a delicious cup.",
"MAINTENANCE ALERT: Reminds you to descale after every 250 brews.",
"COMPATIBLE WITH THE MY K-CUP® UNIVERSAL REUSABLE COFFEE FILTER: Brew your own ground coffee (sold separately)."
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_e97e4e11-3cd8-42df-9abf-5dc8c61a8c6b_Flash9_Autox720p_2600k"
]
},
{
"id": "90649436",
"url": "https://www.target.com/p/ninja-hot-38-iced-xl-coffee-maker-with-rapid-cold-brew-cm371/-/A-90649436",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_1f0038e4-2118-4c17-8837-94aed244264e",
"name": "Ninja Hot & Iced XL Coffee Maker with Rapid Cold Brew - CM371: Drip Coffee Machine, 12 Cup Capacity, Black",
"brand": "Ninja",
"price": 149.99,
"currency": "USD",
"dpci": "072-08-2719",
"department_id": 72,
"rating": 4.16,
"total_ratings": 125,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_1f0038e4-2118-4c17-8837-94aed244264e",
"https://target.scene7.com/is/image/Target/GUEST_65028ee2-3cfa-403b-9b56-f709f7b0ae38",
"https://target.scene7.com/is/image/Target/GUEST_af5093e4-355b-42bd-963e-a69f77b8e587",
"https://target.scene7.com/is/image/Target/GUEST_772f7f17-7bff-470e-8ce3-bbed2421809c",
"https://target.scene7.com/is/image/Target/GUEST_32254ea6-6d54-48b1-8630-f2fc7bc2f1e8",
"https://target.scene7.com/is/image/Target/GUEST_1e546ef0-1e15-40d4-88d1-9d6367551704",
"https://target.scene7.com/is/image/Target/GUEST_385d6742-41c8-4aaf-9409-6337755892c5",
"https://target.scene7.com/is/image/Target/GUEST_5838c29c-defd-4e91-ae5b-03855f7b8dd5",
"https://target.scene7.com/is/image/Target/GUEST_e750792a-524c-463a-b31e-a599865a9f73",
"https://target.scene7.com/is/image/Target/GUEST_a4ff5e3e-e50f-45d2-a8f1-3c435857c597"
],
"features": [
"Cold Brew: Smooth, fresh cold brew in as little as 10 minutes.",
"4 Brew Styles: Classic, Rich, Over Ice, and Cold Brew",
"Iced Coffee: Bold iced coffee flavor that's never watered down",
"4 Brew Styles: Select from Classic, Rich, Over Ice, and Cold Brew for coffee any way you like it.",
"8 Brew Sizes: From small cup to full carafe",
"Thermal Flavor Extraction: Unlock your coffee's full flavor potential",
"Removable Reservoir: Easy-to-fill, removable water reservoir with auto-metering to sense water amount, so there’s no need to measure or constantly refill."
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_1aceabd1-94d8-4a31-9c23-5aef01ee7d55_Flash9_Autox720p_2600k"
]
},
{
"id": "91863923",
"url": "https://www.target.com/p/mr-coffee-12c-drip-coffee-maker-black/-/A-91863923",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_7b42039c-223f-420b-97a8-d99a339a6295",
"name": "Mr. Coffee 12-Cup Switch Coffee Maker Black: Electric Drip Coffee Machine, 60 oz Capacity, Dishwasher-Safe Parts",
"brand": "Mr. Coffee",
"price": 24.99,
"currency": "USD",
"dpci": "072-08-0315",
"department_id": 72,
"rating": 4.57,
"total_ratings": 1033,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_7b42039c-223f-420b-97a8-d99a339a6295",
"https://target.scene7.com/is/image/Target/GUEST_de1060bf-8bcc-4059-8616-43b4d4ea11b6",
"https://target.scene7.com/is/image/Target/GUEST_c4e4c1de-2168-4ce6-965a-a2f124861021",
"https://target.scene7.com/is/image/Target/GUEST_bbd90a00-379e-4f7a-9a34-d8604f53af40",
"https://target.scene7.com/is/image/Target/GUEST_104dd1bd-4dae-4f30-a3c2-2ac845274a42",
"https://target.scene7.com/is/image/Target/GUEST_4e4a1d04-4993-4e58-baee-3fb313c84384"
],
"features": [
"Easy ON/OFF Switch: Power indicator light displays coffee maker status. Power on light reminds you to shut it off.",
"Grab-a-Cup Auto Pause: Lets you stop the brewing cycle if you want to grab a cup before brewing is finished.",
"Ergonomic Carafe: Offers easy pouring and handling, plus cup markings for perfect measuring.",
"Easy-to-view Water Window: Allows you to see the exact water level, preventing overflows.",
"Lift & Clean Filter Basket: Makes clean up fast and easy; plus, the carafe and filter basket are both dishwasher-safe.",
"Filter Compatible: Works with Mr. Coffee® Water Filtration Disk (sold separately)."
],
"videos": []
},
{
"id": "87293656",
"url": "https://www.target.com/p/cuisinart-coffee-center-2-in-1-coffee-maker-and-single-serve-brewer-black-stainless-steel-ss-16bks/-/A-87293656",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_f216e770-8833-4100-930a-e5efdec2af1b",
"name": "Cuisinart Coffee Center 2-IN-1 Coffee Maker and Single-Serve Brewer -Black Stainless Steel- SS-16BKS: Programmable K-Cup & Ground Coffee Machine",
"brand": "Cuisinart",
"price": 199.99,
"currency": "USD",
"dpci": "072-08-0196",
"department_id": 72,
"rating": 4.21,
"total_ratings": 1098,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_f216e770-8833-4100-930a-e5efdec2af1b",
"https://target.scene7.com/is/image/Target/GUEST_6648e04a-ef79-4165-ac19-a0f0e9c61290",
"https://target.scene7.com/is/image/Target/GUEST_268092de-0010-4097-960c-d0f3fb5ffa7a",
"https://target.scene7.com/is/image/Target/GUEST_e6328528-9d73-457f-b4e9-a8d5cdafceb4",
"https://target.scene7.com/is/image/Target/GUEST_1772e7ad-846a-4be0-b6a4-54295f27557b",
"https://target.scene7.com/is/image/Target/GUEST_169e017b-0aa5-40b7-8263-d97966bdfb16"
],
"features": [
"Multifunctional 12-Cup drip coffee and single-serve pod brewing",
"12-Cup carafe with 64 oz. water reservoir for drip coffee and removable 42 oz. for single-serve each with individual charcoal water filters",
"2 Coffee styles: over ice or hot brewing",
"Fully automatic with 24-hour programmability, auto-off (0–4 hours), brew strength, self-clean and includes a permanent gold tone filter",
"Extreme Brew® feature uses re-engineered brewing technology to deliver Drip Coffee up to 25% faster",
"Single-serve with 5 serving sizes: 4, 6, 8, 10 & 12 oz. with removable drip tray for travel mugs",
"Includes Cuisinart’s HomeBarista™ reusable filter cup",
"Limited 3-year warranty"
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_055e40b1-3dbf-4894-81fc-59f2be315dcb_Flash9_Autox720p_2600k",
"https://target.scene7.com/is/content/Target/GUEST_27251e64-d715-46fa-a295-964e5751bd14_Flash9_Autox720p_2600k"
]
},
{
"id": "76618536",
"url": "https://www.target.com/p/ninja-12-cup-programmable-brewer-ce251/-/A-76618536",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_5352891e-dbc1-4e7e-947d-da0464ebd1b4",
"name": "Ninja 12 Cup Programmable Brewer - CE251: Stainless Steel Drip Coffee Maker, 1100W, Glass Carafe, Permanent Filter",
"brand": "Ninja",
"price": 79.99,
"currency": "USD",
"dpci": "072-08-1736",
"department_id": 72,
"rating": 3.97,
"total_ratings": 911,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_5352891e-dbc1-4e7e-947d-da0464ebd1b4",
"https://target.scene7.com/is/image/Target/GUEST_5ab02a1c-9f2f-4ca7-8ae9-af8fb9c5f12f",
"https://target.scene7.com/is/image/Target/GUEST_ecfdb908-82f6-4b45-90d9-09c7acf3a291",
"https://target.scene7.com/is/image/Target/GUEST_ddfd6c5b-4049-434e-b0f9-7c142bad0523",
"https://target.scene7.com/is/image/Target/GUEST_d1d05a67-2ec6-4713-991d-12288863ab85",
"https://target.scene7.com/is/image/Target/GUEST_801bebc3-0b37-4ca0-a921-8ba8b5bc39d5"
],
"features": [
"Custom brew strengths: Classic or Rich; flavorful and never bitter.",
"Hotter brewing technology: Advanced boiler for piping-hot coffee.",
"24-hour programmable delay brew: Prepare your hot brew in advance.",
"Adjustable warming plate: Keeps coffee hot up to 4 hours.",
"Convenient 60-oz. removable water reservoir: Makes filling easy.",
"Mid-brew pause: Snag a cup before your brew is complete."
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_ecd97f8e-7ed6-4d11-9100-b0ac63a6cc42_Flash9_Autox720p_2600k"
]
},
{
"id": "91986267",
"url": "https://www.target.com/p/mr-coffee-5c-switch-drip-coffee-maker-black/-/A-91986267",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_72ba1da6-01d0-4c2b-ba8f-78ca9fc34a98",
"name": "Mr. Coffee 5-Cup Switch Coffee Maker Black: Small Drip Coffee Machine, Electric, Paper Filter, 25 oz Capacity",
"brand": "Mr. Coffee",
"price": 18.99,
"currency": "USD",
"dpci": "072-08-0328",
"department_id": 72,
"rating": 4.61,
"total_ratings": 923,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_72ba1da6-01d0-4c2b-ba8f-78ca9fc34a98",
"https://target.scene7.com/is/image/Target/GUEST_eee6fa58-0df8-4758-a2db-7307f6599043",
"https://target.scene7.com/is/image/Target/GUEST_8b2ddfb6-b478-437b-89bc-515c2f92a87a",
"https://target.scene7.com/is/image/Target/GUEST_0b9104a6-e182-49bd-9d81-32818c56de30",
"https://target.scene7.com/is/image/Target/GUEST_bfabbe80-e60b-4197-90fd-719999df053e",
"https://target.scene7.com/is/image/Target/GUEST_1628b831-3591-40ce-8fda-a6883d7aebd9"
],
"features": [
"Just the Right Size: Brews the perfect amount for two 12-oz. cups. Plus, coffee maker is just right for small spaces.",
"Easy ON/OFF Switch: Power indicator light displays coffee maker status. Power on light reminds you to shut it off.",
"Grab-a-Cup Auto Pause: Lets you stop the brewing cycle if you want to grab a cup before brewing is finished.",
"Ergonomic Carafe: Offers easy pouring and handling, plus cup markings for perfect measuring.",
"Easy-to-view Water Window: Allows you to see the exact water level, preventing overflows.",
"Lift and Clean Filter Basket: Makes clean up so easy."
],
"videos": []
},
{
"id": "92038438",
"url": "https://www.target.com/p/keurig-simplecafe-frother-single-serve-coffee-maker-black/-/A-92038438",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_a6244ffe-aeb6-4d6f-a13b-afe14897ad9d",
"name": "Keurig SimpleCafe Frother Single-Serve Coffee Maker Black: Electric K-Cup Brewer, No Filter Needed, 12 oz Capacity",
"brand": "Keurig",
"price": 29.99,
"currency": "USD",
"dpci": "072-08-0338",
"department_id": 72,
"rating": 4.55,
"total_ratings": 147,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_a6244ffe-aeb6-4d6f-a13b-afe14897ad9d",
"https://target.scene7.com/is/image/Target/GUEST_1e430045-04db-47fc-838d-589dd9a77bf9",
"https://target.scene7.com/is/image/Target/GUEST_738e035f-f367-47d0-b5a2-dfa67b550e2f",
"https://target.scene7.com/is/image/Target/GUEST_52d7d1c2-a5fb-4f9f-baa4-74bc2494fb0d",
"https://target.scene7.com/is/image/Target/GUEST_06804568-34d3-442a-adb2-e2acb5a6f976",
"https://target.scene7.com/is/image/Target/GUEST_5374bd86-6f3d-45a5-9309-9caeff9b3dbb",
"https://target.scene7.com/is/image/Target/GUEST_fec19a39-2e67-428d-840f-67d952ca6d19",
"https://target.scene7.com/is/image/Target/GUEST_5016e74e-ce4d-4a37-9dd1-a718cb5b3317",
"https://target.scene7.com/is/image/Target/GUEST_9e0362e7-c5ec-4d44-b5a0-fd6cccc7fe8e",
"https://target.scene7.com/is/image/Target/GUEST_437b37ff-ee17-4154-9e7c-09ccd801aef2",
"https://target.scene7.com/is/image/Target/GUEST_70c40411-258c-4437-9f74-df9fb7cba3f0",
"https://target.scene7.com/is/image/Target/GUEST_5028004f-f985-46ac-9e77-211db166f1bf",
"https://target.scene7.com/is/image/Target/GUEST_82787023-5414-4f47-81ee-ca90728073a1",
"https://target.scene7.com/is/image/Target/GUEST_d41a4521-02b0-4e41-b0e5-c1d0c0efea6c",
"https://target.scene7.com/is/image/Target/GUEST_63fe6f4c-7592-4b1e-a844-423e9b5adb06",
"https://target.scene7.com/is/image/Target/GUEST_40c5e939-ded8-422f-ab34-767fe888557c",
"https://target.scene7.com/is/image/Target/GUEST_08ff8641-75e8-4349-8010-7e4b8511f7d7"
],
"features": [
"MAKE LATTES, CAPPUCCINOS, AND MORE: Whips milk and dairy alternatives into a light, silky froth to make specialty coffee beverages in seconds.",
"MICROWAVE-SAFE FROTHING CUP: Enables hands-free frothing and precise measuring for perfect results.",
"PRESET FROTH SETTINGS: Frother features presets for the perfect latte and cappuccino froth, plus a manual setting for custom control.",
"DISHWASHER-SAFE CUP AND WHISK: Makes cleanup a breeze.",
"USB RECHARGING: Charging cable included to keep your frother powered up.",
"LIGHTWEIGHT: Comfortable to hold and easy to handle."
],
"videos": []
},
{
"id": "91863921",
"url": "https://www.target.com/p/mr-coffee-5c-programmable-drip-coffee-maker-black/-/A-91863921",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_0053cc62-705b-494d-952b-9de6219bc0fd",
"name": "Mr. Coffee 5-Cup Programmable Coffee Maker Black: Drip Coffee Machine, Electric, Dishwasher-Safe, Paper Filter, 25 oz Capacity",
"brand": "Mr. Coffee",
"price": 21.99,
"currency": "USD",
"dpci": "072-08-0314",
"department_id": 72,
"rating": 4.72,
"total_ratings": 834,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_0053cc62-705b-494d-952b-9de6219bc0fd",
"https://target.scene7.com/is/image/Target/GUEST_b72ae77d-d998-47e0-abe9-f4a721d71cf9",
"https://target.scene7.com/is/image/Target/GUEST_5e38d930-72a9-4612-b847-d1c9896a5355",
"https://target.scene7.com/is/image/Target/GUEST_bf3b8bcb-ac14-449d-a6e7-4b1a390f72a4",
"https://target.scene7.com/is/image/Target/GUEST_0e294179-84c2-4af1-90c9-a0d5b581f647",
"https://target.scene7.com/is/image/Target/GUEST_acb41741-5b07-470d-848f-d132fa94623e"
],
"features": [
"Just the Right Size: Perfect for two 12-oz. cups, with a compact design that is great for small spaces",
"Ergonomic Carafe: Offers easy pouring and handling, plus cup markings for perfect measuring.",
"Brew Later Feature: Set the coffee maker ahead, and wake up to freshly-brewed coffee",
"Grab-a-Cup Auto Pause: Lets you grab a cup before brewing is finished",
"Easy-to-view Water Window: Allows you to see the exact water level, preventing overflows",
"2-Hour Auto Shut-Off: Automatically turns off coffee maker so you don't have to, for added peace-of-mind"
],
"videos": []
},
{
"id": "89039441",
"url": "https://www.target.com/p/mr-coffee-12-cup-programable-coffee-maker-black-stainless-steel/-/A-89039441",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_8e9aa65d-6289-4b32-bfea-4d4fa9b024ee",
"name": "Mr. Coffee 12-Cup Programable Coffee Maker Black/Stainless Steel: Drip, Automatic Shut-Off, Dishwasher-Safe Parts",
"brand": "Mr. Coffee",
"price": 59.99,
"currency": "USD",
"dpci": "072-08-0045",
"department_id": 72,
"rating": 4.24,
"total_ratings": 230,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_8e9aa65d-6289-4b32-bfea-4d4fa9b024ee",
"https://target.scene7.com/is/image/Target/GUEST_6d9bbc77-80d4-4a4b-953a-9992b24db10e",
"https://target.scene7.com/is/image/Target/GUEST_aee02c50-bb09-4344-957a-00dbe778850d",
"https://target.scene7.com/is/image/Target/GUEST_cf6a6769-45b2-4323-93df-40ea3fbd8104",
"https://target.scene7.com/is/image/Target/GUEST_f5cf1fdc-da1c-4312-b372-8b7cc604931c",
"https://target.scene7.com/is/image/Target/GUEST_620e1a5f-e1d7-4639-a89b-b8984aecd277"
],
"features": [
"Brew Selector: This 12-cup coffee maker gives you 3 Ways to Brew! Choose between Regular, Strong Brew, or Decaf coffee at the touch of a button",
"Cleaning Setting: A clean machine means great-tasting coffee. The cleaning function cleans your machine so you can enjoy delicious, consistent flavor!",
"Delay Brew: This programmable coffee maker also has a Delay Brew feature that lets you set the coffee maker ahead of time, and wake up to fresh coffee",
"Auto-Pause: Grab-a-Cup Auto Pause stops the brewing cycle if you want to grab a cup before brewing is finished",
"Auto-Shutoff: 4-Hour Auto-Shutoff automatically turns off the coffee maker, so you don’t have to",
"Lift & Clean Filter Basket: The filter basket lifts out for fast, easy clean up"
],
"videos": []
},
{
"id": "91992758",
"url": "https://www.target.com/p/hamilton-beach-12c-flexbrew-5-in-1-drip-coffee-maker-black/-/A-91992758",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_56fa0164-909a-47fc-a545-39b3d38c4243",
"name": "Hamilton Beach 12c FlexBrew 5 in 1 Drip Coffee Maker Black: 12 Cup Programmable & Single Serve, 1200W, Ground & Capsule Use",
"brand": "Hamilton Beach",
"price": 89.99,
"currency": "USD",
"dpci": "072-08-3919",
"department_id": 72,
"rating": 4.13,
"total_ratings": 48,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_56fa0164-909a-47fc-a545-39b3d38c4243",
"https://target.scene7.com/is/image/Target/GUEST_bee8c41a-43d6-434e-aa9a-493285465b87",
"https://target.scene7.com/is/image/Target/GUEST_f27a635a-9394-41b4-a446-026dfe6d0086",
"https://target.scene7.com/is/image/Target/GUEST_034f0dfb-635c-4758-9e81-d0f259779de1",
"https://target.scene7.com/is/image/Target/GUEST_c4883dbb-8e36-4088-843f-9a9fa459a763",
"https://target.scene7.com/is/image/Target/GUEST_4f2171d5-ac0a-4848-87d0-e25b0f027d27",
"https://target.scene7.com/is/image/Target/GUEST_807e9e99-8164-47f4-8db1-5bd3ab03bb57"
],
"features": [
"5 WAYS TO BREW: Brew a single iced or hot cup with a K-Cup®* pod or ground coffee, enjoy more iced brewing options** than ever before, or use your favorite ground coffee to brew a whole pot — the choice is yours.",
"SPACE-SAVING DESIGN WITH SLIM FOOTPRINT: At first glance, this streamlined machine might look like a single-cup brewer. Take a second look and you'll be surprised to find that its innovative design has a 12 cup glass carafe hidden from view on its side.",
"WAKE UP TO A SINGLE CUP OR 12 CUPS: The touchscreen has Auto Brew to let you wake up to a fresh-brewed single cup or up to 12 cups in the carafe. You can control the strength of your coffee with regular and bold brewing options.",
"DUAL-POSITION 60 OZ. WATER RESERVOIR: Place the reservoir on the back or side of the 12 cup coffee maker to best fit your space and optimize your brewing needs.",
"FAST BREWING — BREW A SINGLE CUP IN LESS THAN 2 MINUTES: In the morning, every second counts. This 5 way coffee maker prepares a single hot cup in less than 2 minutes so you have more time to enjoy your coffee.",
"*K-Cup® is a registered trademark of Keurig Green Mountain, Inc. Use of the K-Cup® trademark does not imply any affiliation with or endorsement by Keurig Green Mountain, Inc.",
"** Compared to Hamilton Beach FlexBrew Coffee Maker model 49921."
],
"videos": []
},
{
"id": "91863502",
"url": "https://www.target.com/p/ninja-single-serve-pods-38-grounds-specialty-coffee-maker-sage-green-pb051sg/-/A-91863502",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_decbfbea-8fbe-4fcf-abec-92579c8ece23",
"name": "Ninja Single-Serve Pods & Grounds Specialty Coffee Maker Sage Green PB051SG: Drip & Single Serve, 56 oz Capacity, 1550W",
"brand": "Ninja",
"price": 99.99,
"currency": "USD",
"dpci": "072-08-5326",
"department_id": 72,
"rating": 4.48,
"total_ratings": 207,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_decbfbea-8fbe-4fcf-abec-92579c8ece23",
"https://target.scene7.com/is/image/Target/GUEST_739ba5a3-ee51-4695-bc3e-140e68267620",
"https://target.scene7.com/is/image/Target/GUEST_ba0e27e2-cf3a-4ff9-9996-3baa698a7cae",
"https://target.scene7.com/is/image/Target/GUEST_70b29e4f-5d01-4a8b-a724-32997d8f15e7",
"https://target.scene7.com/is/image/Target/GUEST_b055259f-b556-4ab9-b437-8f0aa72475ae",
"https://target.scene7.com/is/image/Target/GUEST_ea8fb91c-502c-43bd-8f00-2407efa20d8f",
"https://target.scene7.com/is/image/Target/GUEST_cdfe0c22-a995-497a-95a8-505d92c4b03c",
"https://target.scene7.com/is/image/Target/GUEST_ea967ae1-b58d-4cab-8ed8-a084b3813f06",
"https://target.scene7.com/is/image/Target/GUEST_c1e94a87-fd52-4cc0-9a9e-a3975e38d68a",
"https://target.scene7.com/is/image/Target/GUEST_69718031-8215-4059-ae54-6efb11d3ca7b",
"https://target.scene7.com/is/image/Target/GUEST_071b3d1f-3994-4dd4-93f0-048a76dc900e",
"https://target.scene7.com/is/image/Target/GUEST_f619bc96-ce4d-4929-84e2-6757b8bcc415",
"https://target.scene7.com/is/image/Target/GUEST_c44b1b4d-dae8-4cb9-9a45-d93917312a78"
],
"features": [
"Quality and convenient brewing from grounds and coffee pods",
"Single-serve brewing from 6-oz. to 24-oz.",
"Brew Classic, Rich, Over Ice, or Specialty",
"Create lattes, cappuccinos, and more with the Specialty brew",
"Sleek, compact design takes up little countertop space",
"Built-in, fold-away frother for silky-smooth froth",
"Store brew basket or pod adapter in storage drawer",
"56-oz. removable water reservoir for easy refilling"
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_c1699137-b241-43dc-9afc-6beacd36aea7_Flash9_Autox720p_2600k",
"https://target.scene7.com/is/content/Target/GUEST_3595b638-374e-410a-afaf-341b553f7bf2_Flash9_Autox720p_2600k"
]
},
{
"id": "82775986",
"url": "https://www.target.com/p/keurig-k-express-coffee-maker-black/-/A-82775986",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_caac9f99-d851-4d85-9bf0-2e1eb2606a95",
"name": "Keurig K-Express Coffee Maker - Black: Single Serve, K-Cup Compatible, 42 oz Reservoir, Auto Shut-Off, Fits Travel Mug",
"brand": "Keurig",
"price": null,
"currency": "USD",
"dpci": "072-08-8962",
"department_id": 72,
"rating": 4.54,
"total_ratings": 925,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_caac9f99-d851-4d85-9bf0-2e1eb2606a95",
"https://target.scene7.com/is/image/Target/GUEST_c34d06c2-16de-4b5c-989c-87119bdab42f",
"https://target.scene7.com/is/image/Target/GUEST_1280f0b8-545f-460f-ae53-9a1dc0ad56a4",
"https://target.scene7.com/is/image/Target/GUEST_3bcf70dc-664b-4f1f-8703-71d25cd35a99",
"https://target.scene7.com/is/image/Target/GUEST_c777055a-153d-4673-ae4c-0c2cdcdea019",
"https://target.scene7.com/is/image/Target/GUEST_e07dce9d-27ed-47da-9091-18b579065d0b",
"https://target.scene7.com/is/image/Target/GUEST_fcfdae05-2b89-400c-b271-72bdcc9fd757",
"https://target.scene7.com/is/image/Target/GUEST_c2ee4e9a-5b0f-49c5-8bd4-af356783050e",
"https://target.scene7.com/is/image/Target/GUEST_3897392d-ad17-4a6e-a2c2-ea56be485f15",
"https://target.scene7.com/is/image/Target/GUEST_75cd9b5e-8d12-4fc5-b5fc-9a445f65a9cd"
],
"features": [
"STRONG BREW: Increases the strength and bold taste of your coffee’s flavor.",
"3 CUP SIZES: Brew an 8, 10, or 12 oz. cup at the push of a button.",
"MULTIPLE CUP WATER RESERVOIR: 42oz. removable reservoir lets you brew up to 4* cups before refilling. *8 oz. cup size",
"FAST & FRESH BREWED: Delicious coffee made in minutes.",
"TRAVEL MUG FRIENDLY: Removable drip tray accommodates travel mugs up to 7.4” tall.",
"ENERGY EFFICIENT: Auto off feature turns off your coffee maker 5 minutes after the last brew, helping to save energy.",
"COMPATIBLE WITH THE MY K-CUP® UNIVERSAL REUSABLE COFFEE FILTER: Brew your own ground coffee (sold separately).",
"Brewer dimensions out of box: 12.8” L x 5.1” W x 12.6” H. Brewer height with handle up: 17.2”",
"Brewer weight: 4.1 lbs.",
"34.5” Cord length",
"Brewer voltage: 120v."
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_1fbc5ae5-f9fd-48d5-b176-dccaab65d81b_Flash9_Autox720p_2600k"
]
},
{
"id": "50486894",
"url": "https://www.target.com/p/aeropress-original-coffee-press/-/A-50486894",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_c4666f2b-8156-456a-912c-0898d7a96b70",
"name": "AeroPress Original Coffee Press: Manual Single Serve Coffee Maker, 8 oz Capacity, Includes Scoop & Paper Filters, Black",
"brand": "AeroPress",
"price": 39.99,
"currency": "USD",
"dpci": "072-08-0226",
"department_id": 72,
"rating": 4.73,
"total_ratings": 292,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_c4666f2b-8156-456a-912c-0898d7a96b70",
"https://target.scene7.com/is/image/Target/GUEST_936e2b3e-9c17-4824-a5fd-ce9a6df333d1",
"https://target.scene7.com/is/image/Target/GUEST_d02e31cd-2d9b-4a63-a655-ad67da6bf84a",
"https://target.scene7.com/is/image/Target/GUEST_b352e2a6-4781-48d7-9246-736e11a77333",
"https://target.scene7.com/is/image/Target/GUEST_37609383-507c-445a-ae9a-ec3c58d9c937"
],
"features": [
"Patented 3-in-1 brew technology combines the best of several brew methods into one easy to use, very portable device.",
"Compact, durable and lightweight so you can pack it in your bag and take on the road. No more mediocre (at best) coffee from the hotel, office, Airbnb, ski lodge, camper...",
"Smooth, rich, grit-free coffee with a delicious, full-bodied finish that lingers well after your last sip.",
"100 paper filters included."
],
"videos": [
"https://target.scene7.com/is/content/Target/GUEST_086472fa-1869-4e78-bf1f-958acf3002fb_Flash9_Autox720p_2600k",
"https://target.scene7.com/is/content/Target/GUEST_16ead314-cea1-4010-9b8b-c5b1b15c177e_Flash9_Autox720p_2600k"
]
},
{
"id": "91992748",
"url": "https://www.target.com/p/hamilton-beach-12cup-programmable-hot-38-iced-coffee-maker-49620/-/A-91992748",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_c9c5e5a9-19a3-40cf-9b13-41866b139171",
"name": "Hamilton Beach 12Cup Programmable Hot & Iced Coffee Maker 49620: Electric Drip Machine, 950W, Dishwasher-Safe Parts",
"brand": "Hamilton Beach",
"price": 49.99,
"currency": "USD",
"dpci": "072-08-0331",
"department_id": 72,
"rating": 3.99,
"total_ratings": 61,
"images": [
"https://target.scene7.com/is/image/Target/GUEST_c9c5e5a9-19a3-40cf-9b13-41866b139171",
"https://target.scene7.com/is/image/Target/GUEST_3717fb36-01f4-4a7a-a7e0-7d2d83ed8700",
"https://target.scene7.com/is/image/Target/GUEST_b26e0184-ddff-4ffe-bf1f-2eae1ea8aa76",
"https://target.scene7.com/is/image/Target/GUEST_05a96f5b-580c-4997-b760-b3fe3ff1dbb3",
"https://target.scene7.com/is/image/Target/GUEST_68a9aa30-35fd-465a-8115-b36e9be332d4",
"https://target.scene7.com/is/image/Target/GUEST_f2c48174-4186-4a9e-8921-1122008a6140",
"https://target.scene7.com/is/image/Target/GUEST_d338326a-ee3b-4873-940e-4ae90f6cd46d",
"https://target.scene7.com/is/image/Target/GUEST_4e415897-3359-40bb-9bad-50372796a825"
],
"features": [
"2-IN-1 COFFEE MAKER: Make hot or iced coffee with this versatile, pod-free coffee brewer using your favorite ground coffee. No pods are needed to make rich and flavorful coffee.",
"SIMPLE ICED COFFEE BREWING: This iced coffee maker's clear markings make it easy to measure water to get the right water-coffee ratio for delicious coffee every time. The warming plate automatically turns off when using the iced coffee brew option.",
"BREW NOW OR LATER: This 12 cup coffee maker lets you wake up to a pot of fresh-brewed coffee in the morning with 24 hour programmable delay brew.",
"EASY TO USE: Choose your brew with the touch of a button. The touch-activated display illuminates, making it easy to select your settings. The display easily wipes clean.",
"COFFEE THE WAY YOU LIKE IT. Personalize brewing to fit your taste with regular, bold, 1-4 cups and iced coffee brewing options. With 4 options to choose from, everyone can have coffee their preferred way."
],
"videos": []
},
{
"id": "53448176",
"url": "https://www.target.com/p/keurig-k-mini-single-serve-k-cup-pod-coffee-maker-oasis/-/A-53448176",
"thumbnail": "https://target.scene7.com/is/image/Target/GUEST_41daf200-ef8b-4f41-bd13-01307b723730",
"name": "Keurig K-Mini Single-Serve K-Cup Pod Coffee Maker - Oasis: Compact Electric Brewer, Aqua Green, 6-12 oz Capacity, Auto Shut-Off",
"brand": "Keurig",
"price": 89.99,
"currency": "USD",
"dpci": "072-08-1630",
"department_id": 72,
"rating": 4.04,
"total_ratings": 12360,
"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"
],
"features": [
"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."
],
"videos": [
"https://target.scene7.com/is/content/Target/5b562fd361e1310001972a4e_Flash9_Autox720p_2600k",
"https://target.scene7.com/is/content/Target/GUEST_7f195115-753a-4de8-b9b4-108e5516df92_Flash9_Autox720p_2600k"
]
}
],
"meta_data": {
"search_suggestions": [
"small coffee maker",
"big coffee maker",
"cute coffee maker",
"best coffee maker",
"coffee maker deals",
"me coffee maker",
"singles serve coffee maker",
"commercial coffee maker",
"bpa free coffee maker",
"coffe maket",
"double coffee maker",
"ebt eligible coffee maker",
"gold coffee maker",
"bella coffee maker",
"coffee maker stainless",
"blue coffee makers",
"braun coffee maker",
"easy cleaning coffee maker",
"nestle coffee maker",
"coffee art"
]
},
"remaining_credits": 5910874.5
}
Request Cost
1 credit is deducted for each successful request
Support
If the response doesn't include the data you need, or if you have any question or feedback, please write to us at support@unwrangle.com