Costco Product Reviews API
Scrape Costco product reviews instantly with a simple API call
With a GET request to the /api/getter/?platform="costco_reviews"
endpoint, we can scrape customer reviews for any product on Costco's online store in real-time.
Example
Let us try and scrape reviews for the new Macbook Pro 14 inch using this endpoint.
To do this, we need to pass the product's url
and the page number we want the reviews from as query parameters.
The results are sorted by recency, so the most recent reviews are on page 1
.
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 below, our endpoint needs the following query parameters:
Review Query
url
Required
Parameter defines the URL of the product listing for which you want to query reviews. Value of this parameter must be encoded.
search
Optional
Parameter defines the search query for which you want to query reviews.
page
Optional
Parameter defines the page number from which you want to query reviews. The default value is 1.
Other Required Parameters
platform
Required
Parameter specifies the scraping engine you want to invoke. For the Costco Reviews API, the value should be costco_reviews.
api_key
Required
Parameter defines your account's token. Get your API key for free here.
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
Each request returns up to 30 reviews. The response will include the following attirbutes for each review present in the response:
Attributes Returned | Data Type | Information Represented |
---|---|---|
id | string | Retailer ID of the review |
date | string | Date when review was published |
rating | int | Rating by reviewer |
review_title | string | Review title by reviewer |
review_text | string | Review's text content |
author_name | string | Reviewer's name |
meta_data | dict | Dict containing meta data like whether purchase is verified and user recommends product. For e.g. verified purchase status |
location | string | State / city level language of reviewer |
lang_code | string | Country level language of review content |
Response Example
Each request returns up to 30 results. Here's the response you can expect for the request showcased above:
{
"success": true,
"url": "https://www.costco.com/macbook-pro-(14-inch)---apple-m1-pro-chip-with-10-core-cpu-and-16-core-gpu,-1tb-ssd.product.100713171.html",
"search": null,
"page": 1,
"total_results": 217,
"no_of_pages": 8,
"result_count": 30,
"reviews": [
{
"id": "224929916",
"date": "2023-04-20",
"rating": 5,
"review_title": "Best of all things that mater",
"review_text": "It’s Apple",
"review_url": null,
"author_name": "Realty Al",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "3951252a-f589-4af2-86ec-7fa4c6c082ff",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "North Jersey",
"response": null
},
{
"id": "224368475",
"date": "2023-03-27",
"rating": 5,
"review_title": "Upgrade Worth It",
"review_text": "Nice upgrade from MacBook Air. Great machine for Adobe Lightroom! Nice to have an SD slot to quickly transfer pictures. Very fast and powerful!",
"review_url": null,
"author_name": "Pierre",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "96e188e9-6085-4693-a9fe-50f69a015c31",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "Wake Forest, NC",
"response": null
},
{
"id": "224088341",
"date": "2023-03-16",
"rating": 1,
"review_title": "Don't use the Costco warranty",
"review_text": "I sent in this laptop for repair and they sent it back in worse condition. They refuse to help and keep ghosting me and throwing me in loops.",
"review_url": null,
"author_name": "D011",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "201b3de7-389d-4ebf-8b2c-3fd33e36bddc",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": false
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "223199495",
"date": "2023-02-02",
"rating": 5,
"review_title": "Powerful Mac",
"review_text": "Nice powerful Mac",
"review_url": null,
"author_name": "Shyam",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "b03a433d-a4a7-4f50-a177-9060ff600ca0",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "Texas",
"response": null
},
{
"id": "222890377",
"date": "2023-01-20",
"rating": 5,
"review_title": "MacBook Pro 14” purchase",
"review_text": "3rd MacBook Pro I’ve own. Finally a finger print reader for quick logins and has plenty of power in compact size. Highly recommend!",
"review_url": null,
"author_name": "Bill",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "a463026e-48e9-48c4-9116-f704c5a12032",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": false
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222839052",
"date": "2023-01-19",
"rating": 5,
"review_title": "16” and 14” MacBook Pro",
"review_text": "I bought both 14” and 16” MacBook Pros, after sometime I returned the 14” since the screen size was to small and kept the 16” due to the larger screen; in addition, future proof just in case I want to do more. In my college days I preferred the smaller laptops for portability but now that I’m in my career I prefer larger screens. I thought it would be hard to travel with a 16” laptop but its not, it turns out 15” backpacks can comfortably fit a 16” MacBook Pro. This 16” laptop is lighter than the 2010 13” MacBook Pro and only 3/4”of an inch longer in the front, in comparison the width is the same. I did not like that the 14” was overall smaller in housing than the 2010 13” MacBook Pro. If you can spend the extra money go with the 16”.",
"review_url": null,
"author_name": "Appleconsumer",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "fd796aab-a5a2-4ebd-a578-0681fcf2c88b",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": false
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222836815",
"date": "2023-01-19",
"rating": 5,
"review_title": "Nice",
"review_text": "Love it. Touch id is great and the new keyboard is an improvement over my last Pro. Solid replacement.",
"review_url": null,
"author_name": "ibberry",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "46c17ea6-7558-4555-b1c8-6e3c7f8a35a4",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "washington",
"response": null
},
{
"id": "222825700",
"date": "2023-01-19",
"rating": 4,
"review_title": "Fast and good quality!!!",
"review_text": "It’s fast. Any device that you spend enough on will be fast.",
"review_url": null,
"author_name": "Chris",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "667a832a-faee-460b-abfc-7fab05342b3d",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "Phoenix Arizona",
"response": null
},
{
"id": "222824789",
"date": "2023-01-18",
"rating": 5,
"review_title": "MacBookPro -14. Good Buy",
"review_text": "Love the Mac Book Pro Works great. Fast with lots of RAM. Just a bit on the heavy side after two Mac Book Air's and a 13 inch Pro",
"review_url": null,
"author_name": "Tucc",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "c09c06f4-cd56-4e14-8308-b39bfdce435f",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": null
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222815167",
"date": "2023-01-18",
"rating": 4,
"review_title": "Get the Silver finish for sure.",
"review_text": "Beautifully built machine by Apple as always. Battery life is excellent and native software runs flawlessly. Networking and connecting to peripheral devices however, can be very slow for some reason - it takes the machine a while to recognize devices and then they may or may not be able to talk. Hopefully Apple will continue to address these issues with software updates.",
"review_url": null,
"author_name": "LongtimeMacuser",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "af814ccd-0d65-4371-9ade-a717a7f26244",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "Las Vegas",
"response": null
},
{
"id": "222812185",
"date": "2023-01-18",
"rating": 5,
"review_title": "Great computer, outstanding battery life",
"review_text": "Love it! The battery life is outstanding and the MacBook Pro is very portable. I had a smaller one and am very happy I traded up!",
"review_url": null,
"author_name": "AnaC",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "11b3ca74-d0ce-40c7-ac92-7d9a3187617c",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222810213",
"date": "2023-01-18",
"rating": 5,
"review_title": "Your Next MacBook Pro",
"review_text": "Amazing and Fast!",
"review_url": null,
"author_name": "Chris",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "522b533f-6c9e-4478-ac65-0d10976191ae",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "Mansfield, TX",
"response": null
},
{
"id": "222784004",
"date": "2023-01-18",
"rating": 5,
"review_title": "Excellent device, fast computer, good battery life",
"review_text": "Great macbook. Good functionality. Solid device",
"review_url": null,
"author_name": "Rishi R",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "ec3a1468-2ecf-4d4e-96af-d12fe15f6570",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "32224",
"response": null
},
{
"id": "222773903",
"date": "2023-01-18",
"rating": 5,
"review_title": "Great product and price",
"review_text": "I love this computer had an old one but this new one is much imprived",
"review_url": null,
"author_name": "Sunflower",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "04ea689a-b66e-4755-b73b-5c8f85480f3a",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222596073",
"date": "2023-01-10",
"rating": 5,
"review_title": "It’s Apple, right?",
"review_text": "Got my daughter. I never used it. I did the research. Apple quality and integrated hardware/software can’t be overcome by ibm compatible machines. I’m an MSDOS guy. Go Apple. At least if it’s a gift",
"review_url": null,
"author_name": "DaleNearIntuit",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "46036017-adb9-423c-9d29-a029c248e2b3",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "San Diego",
"response": null
},
{
"id": "222500137",
"date": "2023-01-06",
"rating": 5,
"review_title": "Awesome laptop",
"review_text": "Though it's still new, this Macbook is great so far. It's quick, responsive, intuitive and high capacity.",
"review_url": null,
"author_name": "Julie S",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "300388e8-e923-4773-8056-0490b5fd4b2c",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222406192",
"date": "2023-01-03",
"rating": 5,
"review_title": "Thanks Ramon👍🏻🇺🇸",
"review_text": "Great help from Ramon at The Garden Grove, CA warehouse. Got it ordered and four days later an email (with my code) came notifying me it had arrived at the warehouse and was in a locked cabinet.",
"review_url": null,
"author_name": "Zantos",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "55f62a0e-5c99-46a8-bfee-dfcd0b87ff49",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "Anaheim, CA",
"response": null
},
{
"id": "222298920",
"date": "2022-12-30",
"rating": 1,
"review_title": "Nightmare on my birthday",
"review_text": "I bought the MacBook Pro 2 weeks ago! I was setting it up yesterday and trouble started. I have used Apple products for years and have always been very happy, sadly not this time. During the set up and the computer updating I lost WiFI. It said \"About this Mac\" that it was from 2021 maybe that was one issue. I was not thrilled to buy a new computer that is already over a year old. Yesterday I spent about 4 hours with the Apple Care people on the phone, no resolve. For some procedures I needed WIFI which was the reason that I called in the first place. I ended up having to restore the computer to Factory settings twice! All this on my birthday! I have always been very happy with Apple but not this time. The question from the care people.... It might be your internet, not so! I had my I Phone, old Mac Book Pro, Watch and IPad working great during the process. Needless to say it will go back today, which is an other trip! I believe I just got a \"bad apple\" no pun intended.",
"review_url": null,
"author_name": "Ilsegret Brebach",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "739b5203-4801-447b-9b30-067fa9ab2436",
"verified_purchase": true,
"helpful_vote_count": 1.0,
"is_recommended": false
},
"lang_code": "en_US",
"location": "New Braunfels, Texas",
"response": null
},
{
"id": "222292193",
"date": "2022-12-30",
"rating": 5,
"review_title": "Incredible",
"review_text": "The computer is amazing. I bought the same computer from Apple directly with half the memory. Costco had a sale that allowed me to get the exact same thing with double the memory for the same price as what I paid for the smaller hard drive at Apple, Incredible!! Thanks Costco.",
"review_url": null,
"author_name": "Denz",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "adb73c2c-585b-4c16-ba62-572c0689e51c",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222273766",
"date": "2022-12-29",
"rating": 5,
"review_title": "Apple MBP the Perfect Blend of Power & Portability",
"review_text": "Once again Apple delivers on its superb quality product with the awesome M1 processing power and portability weighing only 3.5 lb. Apple products have quality unlike another and their computers and tablets continue working in our household for over a decade. \nThis Macbook Pro 14-inch is no exception. This machine harnesses power to perform any task. Making the purchase even better, during the Holiday Season, Costco offered this MBP with a $500 discount, to the benefit of its members. For those of us with older laptops, the upgrades are striking:\n- The 14.2-inch screen is virtually edge-to-edge in an amazing show of technology\n- Macbook Pros have very bright screens and this Liquid Retina XDR display is a marvel with over 1000 nits, clear, bright, ultra-sharp and viewable at almost any angle\n- The lithium-polymer battery last an entire day and if not at maximum brightness I get 2 full days\n- The MagSafe charging connector is back and is definately a laptop saver to anyone who's had their cord kicked or jolted unexpectedly without the Macbook Pro flying to the floor\n- The 3 Thunderbolt 4 (USB-C) ports offer just about all the expansion needed and I can connect my 4K monitor but you can connect 2 external displays. \n- If you use SD cards, transferring files and photos via the side SDXC card slot is a no-brainer\n- The 6 speakers built under the keyboard and on its sides produces plenty of sound that you won't need to lug your BT's any more...they can be very loud\n- You can use the MagSafe charging cable with any USB-C compatible charger without needing to use the Macbook Pro's charger\n- This entire hardware package is only as good as its operating system and macOS is a powerhouse with immaculate integration with all Apple iOS devices. This newer OS Ventura version is even better. Everything works! The computer doesn’t crash.\nCONS\n- Apple's usual high prices are always a drawback and I think this Macbook Pro is very expensive. Making cost even higher, the base models are configured bare in both SSD and RAM and the upgrades are very expensive. \n- Regrettably, these newer Macbook's are not upgradeable (internally) so you cannot open a slot and add more memory or replace the SSD with a much larger drive.\n- The 96W power adapter is very bulky if not cumbersome",
"review_url": null,
"author_name": "exportr",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "b503ae16-888b-4470-81b1-ecc6ceac6d24",
"verified_purchase": true,
"helpful_vote_count": 1.0,
"is_recommended": true
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222258394",
"date": "2022-12-29",
"rating": 5,
"review_title": "M1MBA 14\"",
"review_text": "Very good screen, battery last longer and stable operation system,This is a great computer with enough ports.Little heavy though.",
"review_url": null,
"author_name": "Noyheads",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "e12dba04-8a61-411e-be1c-72e6b450525e",
"verified_purchase": true,
"helpful_vote_count": 1.0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "California",
"response": null
},
{
"id": "222248757",
"date": "2022-12-29",
"rating": 4,
"review_title": "Premature review",
"review_text": "I haven’t had much time to even use it between Black Friday and Christmas, but I’m sure that this MacBook Pro is a good product seeing what it has inside except for the question of the M1 versus the M2 chip. Normally Apple puts out quality hardware in this line so I can only expect this to last for several years, not like their iPhones. \r\nMost reviews are asked prematurely.",
"review_url": null,
"author_name": "Bilow",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "03751d27-9b0f-404e-b907-b958cd5fc1d6",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "Colorado",
"response": null
},
{
"id": "222208548",
"date": "2022-12-28",
"rating": 5,
"review_title": "Apple is the best!",
"review_text": "Super fast, easy setup. Loads very quickly.",
"review_url": null,
"author_name": "Silverfox",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "46121459-6bf6-49ce-a4b3-93e9b44b6294",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "Wisconsin",
"response": null
},
{
"id": "222195210",
"date": "2022-12-28",
"rating": 3,
"review_title": "Review MacBook",
"review_text": "Not convenient because of no delete key. Some keys change their function. No touch screen.",
"review_url": null,
"author_name": "Daisy",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "6c5b9479-7187-467b-add3-85437eb23a9d",
"verified_purchase": true,
"helpful_vote_count": 1.0,
"is_recommended": null
},
"lang_code": "en_US",
"location": "California",
"response": null
},
{
"id": "222190146",
"date": "2022-12-28",
"rating": 5,
"review_title": "Very pleased",
"review_text": "I was looking to upgrade my 1st edition 2013 M1 MBP, which was underwhelming for my use. After reading reviews of the M1 Pro chip, the 14 inch MBP seemed to be the trick. After one month I have no regrets. It has more than enough power for my use case. And, I won’t fall into the “more power” trap later. This laptop which serves as a workstation with 2 monitors has all the power most users need. And, Costco has the trade-in deal and gave me $650 for my 13 inch MBP, so overall I am very pleased with the deal I received from Costco.",
"review_url": null,
"author_name": "Copz1998",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "f9ec1ca1-4373-4875-a173-5994f603188e",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "Sacramento, CA",
"response": null
},
{
"id": "222181169",
"date": "2022-12-28",
"rating": 4,
"review_title": "Good machine",
"review_text": "Good machine",
"review_url": null,
"author_name": "Eenooasaurus",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "f0e7e599-dec3-491b-9355-9b61aadaf78a",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": null
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222177887",
"date": "2022-12-28",
"rating": 5,
"review_title": "Best computer ever",
"review_text": "Great computer at a great price",
"review_url": null,
"author_name": "RexT",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "c74b4d97-d983-4f37-9ee8-f5290c007f25",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": "South Jordan, UT",
"response": null
},
{
"id": "222171787",
"date": "2022-12-28",
"rating": 2,
"review_title": "Not as Expected",
"review_text": "It is an Apple device so should be high quality. It is well designed and looks good but I found it slower than expected. Further the new device had three manufacturing issues. The Bluetooth was not functioning properly, the fingerprint sensor did not function reliably and one USB C port was almost impossible to use as the connection had to be forced to make a connection. These issues are never welcome but especially on a premium device with a premium price. Disappointing.",
"review_url": null,
"author_name": "gingerbread man",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "8ccee047-90ec-46ea-a3cb-eaed750f1488",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": false
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "222137495",
"date": "2022-12-28",
"rating": 5,
"review_title": "MacBook Pro 14",
"review_text": "Fast delivery and nice product",
"review_url": null,
"author_name": "Jade",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "80b37fb6-988a-44fa-b842-ed42519aa8fc",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": null,
"response": null
},
{
"id": "221959525",
"date": "2022-12-21",
"rating": 5,
"review_title": "Great Laptop",
"review_text": "The order was delivered fast, love the laptop and good price as always",
"review_url": null,
"author_name": "Jenny",
"author_url": null,
"author_avatar": null,
"meta_data": {
"author_id": "5bea65f1-54c8-4dca-a314-0f85b432cd09",
"verified_purchase": true,
"helpful_vote_count": 0,
"is_recommended": true
},
"lang_code": "en_US",
"location": null,
"response": null
}
],
"meta_data": {
"product_name": "MacBook Pro (14-inch) - Apple M1 Pro Chip with 10-Core CPU and 16-Core GPU, 1TB SSD (2021)",
"product_id": "100713171",
"product_model": "1507115",
"product_img": "https://bfasset.costco-static.com/U447IH35/as/jxqf3s67rkj4smqqvcf8b9q/100713171-847_spacegray_1?auto=webp&format=jpg&width=700&height=700&fit=bounds&canvas=700,700",
"product_rating": 4.8,
"total_ratings": 601,
"product_details": "<span style='font-weight:bold;'>Limit 2 per member</span><br/><br/>The MacBook Pro delivers game-changing performance for pro users. With the powerful M1 Pro to supercharge pro-level workflows while getting amazing battery life.¹ And with an immersive 14-inch Liquid Retina XDR display and an array of pro ports, you can do more than ever with MacBook Pro.²<br/><br/><span style='font-weight:bold;'>Features:</span><br/><ul><li>Apple M1 Pro chip for a massive leap in CPU, GPU, and machine learning performance</li><li>10-core CPU delivers faster performance to fly through pro workflows quicker than ever³</li><li>16-core GPU with faster performance for graphics-intensive apps and games³</li><li>16-core Neural Engine for up to 11x faster machine learning performance³ </li><li>Longer battery life, up to 17 hours¹</li><li>16GB of unified memory so everything you do is fast and fluid</li><li>1TB of superfast SSD storage launches apps and opens files in an instant</li><li>Stunning 14-inch Liquid Retina XDR display with extreme dynamic range and contrast ratio²</li><li>1080p FaceTime HD camera with advanced image signal processor for sharper video calls</li><li>Six-speaker sound system with force-cancelling woofers </li><li>Studio-quality three-microphone array captures your voice more clearly</li><li>Three Thunderbolt 4 ports, HDMI port, SDXC card slot, headphone jack, MagSafe 3 port</li><li>Next-generation Wi-Fi 6 for faster connectivity</li><li>Backlit Magic Keyboard with Touch ID for secure unlock and payments</li><li>macOS Monterey lets you connect, share, and create like never before, with exciting new FaceTime updates and a redesigned Safari</li><li>Available in space gray and silver</li><br/></ul><span style='font-weight:bold;'>Legal</span><br/>¹Battery life varies by use and configuration. See apple.com/batteries for more information.<br/>²The display on the 14-inch MacBook Pro has rounded corners at the top. When measured as a standard rectangular shape, the screen is 14.2 inches diagonally (actual viewable area is less).<br/>³Compared with previous generation.<br/><br/><span style='font-weight:bold;'>Technical specifications</span><br/>Go to apple.com/macbook-pro-14-and-16/specs for a complete set.<br/>",
"brand": "Apple"
},
"remaining_credits": 5957049.5
}
Request Cost
10 credits are 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