Amazon Product API
Our Amazon Product API allows you to scrape results from the Amazon product page. The API is accessed through the following endpoint: /search?engine=amazon_product.
A user may query the following: https://serpapi.com/search?engine=amazon_product utilizing a GET request. Head to the playground for a live and interactive demo.
API Parameters
Localization
amazon_domain
Optional
Parameter defines the Amazon domain to use. It defaults to amazon.com. Head to Amazon domains for a full list of supported Amazon domains.
language
Optional
Parameter defines the language to use for the Amazon search. It's a locale name represented as <language>_<REGION>. (e.g., on amazon.com en_US for English, es_US for Spanish, or on amazon.co.jp ja_JP for Japanese). Head to Amazon languages for a full list of supported Amazon languages.
Serpapi Parameters
device
Optional
Parameter defines the device to use to get the results. It can be set to desktop (default) to use a regular browser, tablet to use a tablet browser (currently using iPads), or mobile to use a mobile browser.
no_cache
Optional
Parameter will force SerpApi to fetch the Amazon Product results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false (default) to allow results from the cache, or true to disallow results from the cache. no_cache and async parameters should not be used together.
async
Optional
Parameter defines the way you want to submit your search to SerpApi. It can be set to false (default) to open an HTTP connection and keep it open until you got your search results, or true to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.
zero_trace
Optional
Enterprise only. Parameter enables ZeroTrace mode. It can be set to false (default) or true. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.
output
Optional
Parameter defines the final output you want. It can be set to json (default) to get a structured JSON of the results, or html to get the raw html retrieved.
json_restrictor
Optional
Parameter defines the fields you want to restrict in the outputs for smaller, faster responses. See JSON Restrictor for more details.
API Results
JSON Results
JSON output includes structured data for Product Results, Item Specifications, About Item, Bought Together, Related Products, Video, Product Description and more.
A search status is accessible through search_metadata.status. It flows this way: Processing -> Success || Error. If a search has failed, error will contain an error message. search_metadata.id is the search ID inside SerpApi.
HTML Results
HTML output is useful to debug JSON results or support features not supported yet by SerpApi.
HTML output gives you the raw HTML results from Amazon.
API Examples
Example results for asin: B072MQ5BRX
{
"search_metadata": {
"id": "6945aed05c00dd0a0ab1d2d1",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/5a6357f9d9ca03cb/6945aed05c00dd0a0ab1d2d1.json",
"created_at": "2025-12-19 20:00:16 UTC",
"processed_at": "2025-12-19 20:00:16 UTC",
"amazon_product_url": "https://www.amazon.com/dp/B072MQ5BRX/?",
"raw_html_file": "https://serpapi.com/searches/5a6357f9d9ca03cb/6945aed05c00dd0a0ab1d2d1.html",
"total_time_taken": 2.61
},
"search_parameters": {
"engine": "amazon_product",
"asin": "B072MQ5BRX",
"amazon_domain": "amazon.com",
"device": "desktop"
},
"product_results": {
"asin": "B072MQ5BRX",
"title": "Amazon Fresh, Colombia Ground Coffee, Medium Roast, 32 Oz",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"tags": [
"Vegan"
],
"badges": [
"Amazon's Choice",
"Limited time deal"
],
"variants": [
{
"title": "Flavor Name",
"items": [
{
"position": 1,
"asin": "B072MQ5BRX",
"name": "Colombia, Medium Roast",
"selected": true,
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B072MQ5BRX&device=desktop&engine=amazon_product"
},
{
"position": 2,
"asin": "B071WWCVL5",
"name": "Decaf Colombia, Medium Roast",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B071WWCVL5&device=desktop&engine=amazon_product"
},
{
"position": 3,
"asin": "B072K54HNS",
"name": "Donut Cafe, Medium Roast",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B072K54HNS&device=desktop&engine=amazon_product"
},
{
"position": 4,
"asin": "B072QRNMQS",
"name": "Just Bright, Light Roast",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B072QRNMQS&device=desktop&engine=amazon_product"
},
{
"position": 5,
"asin": "B071WWCVL1",
"name": "The Bold, Dark Roast",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B071WWCVL1&device=desktop&engine=amazon_product"
}
]
},
{
"title": "Size",
"items": [
{
"position": 1,
"asin": "B073CVZ9GZ",
"name": "12 Ounce (Pack of 1)",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B073CVZ9GZ&device=desktop&engine=amazon_product"
},
{
"position": 2,
"asin": "B07219FJ8J",
"name": "12 Ounce (Pack of 3)",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B07219FJ8J&device=desktop&engine=amazon_product"
},
{
"position": 3,
"asin": "B072MQ5BRX",
"name": "32 Ounce (Pack of 1)",
"selected": true,
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B072MQ5BRX&device=desktop&engine=amazon_product"
},
{
"position": 4,
"asin": "B0DT6R3K4G",
"name": "32 Ounce (Pack of 3)",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B0DT6R3K4G&device=desktop&engine=amazon_product"
}
]
}
],
"brand": "Brand: Amazon Fresh",
"link": "https://www.amazon.com/hp/wlp/pipeline/membersignup?ref=primedp_ventures_desktopBelowThreshold&primeCampaignId=primedp_ventures_desktopBelowThreshold",
"link_clean": "https://www.amazon.com/hp/wlp/pipeline/membersignup?ref=primedp_ventures_desktopBelowThreshold&primeCampaignId=primedp_ventures_desktopBelowThresholdB072MQ5BRX/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B072MQ5BRX&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/G/01/marketing/prime/2022PrimeBrand/Logos/Prime_Logo_RGB_Prime_Blue_MASTER._CB542735979_.png",
"thumbnails": [
"https://m.media-amazon.com/images/I/71AkGIlaV7L._SL1500_.jpg",
"https://m.media-amazon.com/images/I/81gcF-SEGpL._SL1500_.jpg",
"https://m.media-amazon.com/images/I/716LKZXmpUL._SL1500_.jpg",
"https://m.media-amazon.com/images/I/71rDZaPLemL._SL1500_.jpg",
"https://m.media-amazon.com/images/I/810sgc3iohL._SL1500_.jpg",
"https://m.media-amazon.com/images/I/61NAgU4Zs2L._SL1001_.jpg",
"https://m.media-amazon.com/images/I/61XJwQzdEzL._SL1001_.jpg"
],
"rating": 4.4,
"reviews": 21864,
"bought_last_month": "30K+ bought in past month",
"discount": "-10%",
"price": "$14.35",
"extracted_price": 14.35,
"price_unit": "$0.45 / ounce",
"extracted_price_unit": 0.45,
"old_price": "$15.95",
"extracted_old_price": 15.95,
"snap_ebt_eligible": true,
"delivery": [
"FREE delivery Wednesday, December 24 on orders shipped by Amazon over $35"
],
"stock": "In Stock"
},
"purchase_options": {
"buy_new": {
"caption": "One-time purchase:",
"price": "$14.35",
"extracted_price": 14.35,
"price_unit": "$0.45 / ounce",
"extracted_price_unit": 0.45,
"delivery": [
"FREE delivery Wednesday, December 24 on orders shipped by Amazon over $35",
"Or Prime members get FREE delivery Sunday, December 21. Order within 8 hrs 31 mins. Join Prime"
],
"stock": "In Stock"
},
"subscribe_and_save": {
"caption": "Subscribe & Save",
"price": "$13.63",
"extracted_price": 13.63,
"price_unit": "$0.43 / ounce",
"extracted_price_unit": 0.43,
"delivery": [
"FREE delivery Wednesday, December 24 on orders shipped by Amazon over $35",
"Or Prime members get FREE delivery Sunday, December 21. Order within 8 hrs 31 mins. Join Prime"
],
"stock": "In Stock"
}
},
"item_ingredients": [
"Ground 100% Arabica coffee beans."
],
"item_specifications": {
"brand": "Amazon Fresh",
"item_form": "Ground",
"flavor": "Colombia, Medium Roast",
"caffeine_content_description": "Caffeinated",
"roast_level": "Medium Roast"
},
"about_item": [
"Balanced, full-bodied medium roast with a smooth finish",
"One 32-ounce bag of ground coffee",
"100% Arabica coffee grown in Colombia",
"Roasted and packed in the U.S.A.",
"Shown as a serving suggestion",
"An Amazon brand"
],
"bought_together": [
{
"position": 1,
"title": "Amazon Fresh, Colombia Ground Coffee, Medium Roast, 32 Oz",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"thumbnail": "https://images-na.ssl-images-amazon.com/images/I/71AkGIlaV7L._AC_UL116_SR116,116_.jpg",
"price": "$14.35",
"extracted_price": 14.35,
"price_unit": "$0.45/ounce",
"extracted_price_unit": 0.45,
"delivery": [
"Get it as soon as Wednesday, Dec 24"
],
"stock": "In Stock"
},
{
"position": 2,
"asin": "B072K54HR8",
"title": "Amazon Fresh Organic Fair Trade Sumatra Ground Coffee, Dark Roast, 12 Ounce",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://www.amazon.com/AmazonFresh-Organic-Sumatra-Ground-Coffee/dp/B072K54HR8/ref=pd_bxgy_thbs_d_sccl_1/137-5010251-1874351?pd_rd_w=vyon8&content-id=amzn1.sym.dcf559c6-d374-405e-a13e-133e852d81e1&pf_rd_p=dcf559c6-d374-405e-a13e-133e852d81e1&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7&pd_rd_i=B072K54HR8&psc=1",
"link_clean": "https://www.amazon.com/AmazonFresh-Organic-Sumatra-Ground-Coffee/dp/B072K54HR8/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B072K54HR8&device=desktop&engine=amazon_product",
"thumbnail": "https://images-na.ssl-images-amazon.com/images/I/81RsIz8pS2L._AC_UL116_SR116,116_.jpg",
"price": "$6.94",
"extracted_price": 6.94,
"price_unit": "$0.58/ounce",
"extracted_price_unit": 0.58,
"delivery": [
"Get it as soon as Wednesday, Dec 24"
],
"stock": "In Stock"
},
{
"position": 3,
"asin": "B004DPF6TS",
"title": "New England Coffee Breakfast Blend Medium Roast Ground Coffee, 12oz Bag (Pack of 1)",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://www.amazon.com/New-England-Coffee-Breakfast-Blend/dp/B004DPF6TS/ref=pd_bxgy_thbs_d_sccl_2/137-5010251-1874351?pd_rd_w=vyon8&content-id=amzn1.sym.dcf559c6-d374-405e-a13e-133e852d81e1&pf_rd_p=dcf559c6-d374-405e-a13e-133e852d81e1&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7&pd_rd_i=B004DPF6TS&psc=1",
"link_clean": "https://www.amazon.com/New-England-Coffee-Breakfast-Blend/dp/B004DPF6TS/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B004DPF6TS&device=desktop&engine=amazon_product",
"thumbnail": "https://images-na.ssl-images-amazon.com/images/I/61PmjB-QpKL._AC_UL116_SR116,116_.jpg",
"price": "$5.43",
"extracted_price": 5.43,
"price_unit": "$0.45/ounce",
"extracted_price_unit": 0.45,
"delivery": [
"Get it as soon as Wednesday, Dec 24"
],
"stock": "In Stock"
}
],
"related_products": [
{
"position": 1,
"asin": "B073CSQM8J",
"title": "Amazon Fresh Colombia Whole Bean Coffee, Medium Roast, 12 Ounce",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://www.amazon.com/AmazonFresh-Colombia-Whole-Coffee-Medium/dp/B073CSQM8J/ref=pb_allspark_dp_sims_pao_desktop_session_based_d_sccl_1_1/137-5010251-1874351?pd_rd_w=nJWrR&content-id=amzn1.sym.bb57ff9c-59bb-4b04-a98f-485dda19cac2&pf_rd_p=bb57ff9c-59bb-4b04-a98f-485dda19cac2&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7&pd_rd_i=B073CSQM8J&psc=1",
"link_clean": "https://www.amazon.com/AmazonFresh-Colombia-Whole-Coffee-Medium/dp/B073CSQM8J/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B073CSQM8J&device=desktop&engine=amazon_product",
"thumbnail": "https://images-na.ssl-images-amazon.com/images/I/71YlVsJ3HQL._AC_UL165_SR165,165_.jpg",
"rating": 4.3,
"reviews": 14588,
"price": "$7.03",
"extracted_price": 7.03,
"price_unit": "$0.59/ounce",
"extracted_price_unit": 0.59,
"delivery": [
"Get it as soon as Wednesday, Dec 24"
]
},
{
"position": 2,
"asin": "B072K54HR8",
"title": "Amazon Fresh Organic Fair Trade Sumatra Ground Coffee, Dark Roast, 12 Ounce",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://www.amazon.com/AmazonFresh-Organic-Sumatra-Ground-Coffee/dp/B072K54HR8/ref=pb_allspark_dp_sims_pao_desktop_session_based_d_sccl_1_2/137-5010251-1874351?pd_rd_w=nJWrR&content-id=amzn1.sym.bb57ff9c-59bb-4b04-a98f-485dda19cac2&pf_rd_p=bb57ff9c-59bb-4b04-a98f-485dda19cac2&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7&pd_rd_i=B072K54HR8&psc=1",
"link_clean": "https://www.amazon.com/AmazonFresh-Organic-Sumatra-Ground-Coffee/dp/B072K54HR8/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B072K54HR8&device=desktop&engine=amazon_product",
"thumbnail": "https://images-na.ssl-images-amazon.com/images/I/81RsIz8pS2L._AC_UL165_SR165,165_.jpg",
"rating": 4.3,
"reviews": 7195,
"price": "$6.94",
"extracted_price": 6.94,
"price_unit": "$0.58/ounce",
"extracted_price_unit": 0.58,
"delivery": [
"Get it as soon as Wednesday, Dec 24"
]
},
{
"position": 3,
"asin": "B072K54HQX",
"title": "Amazon Fresh Organic Fair Trade Peru Ground Coffee, Medium Roast, 12 Ounce",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://www.amazon.com/AmazonFresh-Organic-Ground-Coffee-Medium/dp/B072K54HQX/ref=pb_allspark_dp_sims_pao_desktop_session_based_d_sccl_1_3/137-5010251-1874351?pd_rd_w=nJWrR&content-id=amzn1.sym.bb57ff9c-59bb-4b04-a98f-485dda19cac2&pf_rd_p=bb57ff9c-59bb-4b04-a98f-485dda19cac2&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7&pd_rd_i=B072K54HQX&psc=1",
"link_clean": "https://www.amazon.com/AmazonFresh-Organic-Ground-Coffee-Medium/dp/B072K54HQX/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B072K54HQX&device=desktop&engine=amazon_product",
"thumbnail": "https://images-na.ssl-images-amazon.com/images/I/81ldYMbFw2L._AC_UL165_SR165,165_.jpg",
"rating": 4.3,
"reviews": 7195,
"price": "$5.66",
"extracted_price": 5.66,
"price_unit": "$0.47/ounce",
"extracted_price_unit": 0.47,
"delivery": [
"Get it as soon as Wednesday, Dec 24"
]
},
{
"position": 4,
"asin": "B071WWCVJV",
"title": "Amazon Fresh, Colombia Whole Bean Coffee Medium Roast, 32 Oz",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"badges": [
"Amazon's Choice"
],
"link": "https://www.amazon.com/AmazonFresh-Colombia-Whole-Coffee-Medium/dp/B071WWCVJV/ref=pb_allspark_dp_sims_pao_desktop_session_based_d_sccl_1_4/137-5010251-1874351?pd_rd_w=nJWrR&content-id=amzn1.sym.bb57ff9c-59bb-4b04-a98f-485dda19cac2&pf_rd_p=bb57ff9c-59bb-4b04-a98f-485dda19cac2&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7&pd_rd_i=B071WWCVJV&psc=1",
"link_clean": "https://www.amazon.com/AmazonFresh-Colombia-Whole-Coffee-Medium/dp/B071WWCVJV/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B071WWCVJV&device=desktop&engine=amazon_product",
"thumbnail": "https://images-na.ssl-images-amazon.com/images/I/7121M8H6isL._AC_UL165_SR165,165_.jpg",
"rating": 4.3,
"reviews": 14588,
"price": "$18.18",
"extracted_price": 18.18,
"price_unit": "$0.57/ounce",
"extracted_price_unit": 0.57,
"delivery": [
"Get it as soon as Wednesday, Dec 24"
]
},
{
"position": 5,
"asin": "B072QRNMQS",
"title": "Amazon Fresh, Just Bright Ground Coffee, Light Roast, 32 Oz",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"badges": [
"#1 Best Seller"
],
"link": "https://www.amazon.com/sspa/click?ie=UTF8&spc=MToxNjkyMDE0Nzc5MzYxNDA6MTc1ODY5OTc0MTpzcF9kZXRhaWwyOjMwMDAxMjk2ODE5ODgwMjo6Ojo&url=%2Fdp%2FB003GV7JFE%2Fref%3Dsspa_dk_detail_1%3Fpsc%3D1%26pd_rd_i%3DB003GV7JFE%26pd_rd_w%3DOCkBL%26content-id%3Damzn1.sym.953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_p%3D953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_r%3D8XRKEPVGMDS47F33AHZ1%26pd_rd_wg%3D2lffb%26pd_rd_r%3Dc4b01b4b-28c1-4bc4-a3b5-85223927e472%26sp_csd%3Dd2lkZ2V0TmFtZT1zcF9kZXRhaWwy",
"link_clean": "https://www.amazon.com/dp/B003GV7JFE/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B003GV7JFE&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/71tGrxSCCqL._AC_UF480,480_SR480,480_.jpg",
"rating": 4.6,
"reviews": 19161,
"price": "$16.98",
"extracted_price": 16.98,
"price_unit": "$0.42 / ounce",
"extracted_price_unit": 0.42,
"prime": true
},
{
"position": 10,
"asin": "B07HNFWBJD",
"title": "SF Bay Coffee French Roast 28 Ounce Ground Dark Roast",
"sponsored": true,
"link": "https://www.amazon.com/sspa/click?ie=UTF8&spc=MToxNjkyMDE0Nzc5MzYxNDA6MTc1ODY5OTc0MTpzcF9kZXRhaWwyOjIwMDA4OTg2NDQzNDMzMTo6Ojo&url=%2Fdp%2FB07HNFWBJD%2Fref%3Dsspa_dk_detail_2%3Fpsc%3D1%26pd_rd_i%3DB07HNFWBJD%26pd_rd_w%3DOCkBL%26content-id%3Damzn1.sym.953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_p%3D953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_r%3D8XRKEPVGMDS47F33AHZ1%26pd_rd_wg%3D2lffb%26pd_rd_r%3Dc4b01b4b-28c1-4bc4-a3b5-85223927e472%26sp_csd%3Dd2lkZ2V0TmFtZT1zcF9kZXRhaWwy",
"link_clean": "https://www.amazon.com/dp/B07HNFWBJD/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B07HNFWBJD&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/6179e-2z6IS._AC_UF480,480_SR480,480_.jpg",
"rating": 4.5,
"reviews": 5389,
"price": "$25.99",
"extracted_price": 25.99,
"price_unit": "$0.93 / ounce",
"extracted_price_unit": 0.93,
"prime": true
},
{
"position": 11,
"asin": "B07333J2YJ",
"title": "Cameron's Coffee Roasted Ground Coffee Bag, Flavored, Vanilla Hazelnut, 32 Ounce",
"sponsored": true,
"badges": [
"Amazon's Choice"
],
"link": "https://www.amazon.com/sspa/click?ie=UTF8&spc=MToxNjkyMDE0Nzc5MzYxNDA6MTc1ODY5OTc0MTpzcF9kZXRhaWwyOjIwMDA2MDA0OTExOTk3MTo6Ojo&url=%2Fdp%2FB07333J2YJ%2Fref%3Dsspa_dk_detail_3%3Fpsc%3D1%26pd_rd_i%3DB07333J2YJ%26pd_rd_w%3DOCkBL%26content-id%3Damzn1.sym.953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_p%3D953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_r%3D8XRKEPVGMDS47F33AHZ1%26pd_rd_wg%3D2lffb%26pd_rd_r%3Dc4b01b4b-28c1-4bc4-a3b5-85223927e472%26sp_csd%3Dd2lkZ2V0TmFtZT1zcF9kZXRhaWwy",
"link_clean": "https://www.amazon.com/dp/B07333J2YJ/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B07333J2YJ&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/61GzL3R8siL._AC_UF480,480_SR480,480_.jpg",
"rating": 4.5,
"reviews": 9539,
"discount": "-13%",
"price": "$14.91",
"extracted_price": 14.91,
"price_unit": "$0.47 / ounce",
"extracted_price_unit": 0.47,
"old_price": "$17.04",
"extracted_old_price": 17.04,
"prime": true
},
{
"position": 12,
"asin": "B0D7DYGHWX",
"title": "Peet's Coffee, Medium Roast Ground Coffee - Breakfast Blend 28 Ounce Bag",
"sponsored": true,
"link": "https://www.amazon.com/sspa/click?ie=UTF8&spc=MToxNjkyMDE0Nzc5MzYxNDA6MTc1ODY5OTc0MTpzcF9kZXRhaWwyOjMwMDQyNTU4MTY3MzIwMjo6Ojo&url=%2Fdp%2FB0D7DYGHWX%2Fref%3Dsspa_dk_detail_4%3Fpsc%3D1%26pd_rd_i%3DB0D7DYGHWX%26pd_rd_w%3DOCkBL%26content-id%3Damzn1.sym.953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_p%3D953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_r%3D8XRKEPVGMDS47F33AHZ1%26pd_rd_wg%3D2lffb%26pd_rd_r%3Dc4b01b4b-28c1-4bc4-a3b5-85223927e472%26sp_csd%3Dd2lkZ2V0TmFtZT1zcF9kZXRhaWwy",
"link_clean": "https://www.amazon.com/dp/B0D7DYGHWX/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B0D7DYGHWX&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/71-2SEVn+6L._AC_UF480,480_SR480,480_.jpg",
"rating": 4.6,
"reviews": 5910,
"price": "$25.04",
"extracted_price": 25.04,
"price_unit": "$0.89 / ounce",
"extracted_price_unit": 0.89,
"prime": true
},
{
"position": 13,
"asin": "B09W48ZDBJ",
"title": "Low Acid Coffee, Blend of Natural Low Acidic Coffee, Ground, Medium Roast, Fresh Roasted, 16-ounces",
"sponsored": true,
"link": "https://www.amazon.com/sspa/click?ie=UTF8&spc=MToxNjkyMDE0Nzc5MzYxNDA6MTc1ODY5OTc0MTpzcF9kZXRhaWwyOjMwMDM4NTYzODk4NjYwMjo6Ojo&url=%2Fdp%2FB09W48ZDBJ%2Fref%3Dsspa_dk_detail_5%3Fpsc%3D1%26pd_rd_i%3DB09W48ZDBJ%26pd_rd_w%3DOCkBL%26content-id%3Damzn1.sym.953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_p%3D953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_r%3D8XRKEPVGMDS47F33AHZ1%26pd_rd_wg%3D2lffb%26pd_rd_r%3Dc4b01b4b-28c1-4bc4-a3b5-85223927e472%26sp_csd%3Dd2lkZ2V0TmFtZT1zcF9kZXRhaWwy",
"link_clean": "https://www.amazon.com/dp/B09W48ZDBJ/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B09W48ZDBJ&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/61UUeyXiXGL._AC_UF480,480_SR480,480_.jpg",
"rating": 4.4,
"reviews": 1927,
"price": "$16.99",
"extracted_price": 16.99,
"price_unit": "$1.06 / ounce",
"extracted_price_unit": 1.06,
"prime": true
},
{
"position": 14,
"asin": "B0BCSHNJXV",
"title": "Eight O'Clock Coffee 100% Colombian Peaks Ground Coffee, Medium Roast, 30 Ounce (Pack of 1) - Rich, Winey & Full Bodied",
"sponsored": true,
"link": "https://www.amazon.com/sspa/click?ie=UTF8&spc=MToxNjkyMDE0Nzc5MzYxNDA6MTc1ODY5OTc0MTpzcF9kZXRhaWwyOjIwMDE2OTI4ODUyNDA5ODo6Ojo&url=%2Fdp%2FB0BCSHNJXV%2Fref%3Dsspa_dk_detail_6%3Fpsc%3D1%26pd_rd_i%3DB0BCSHNJXV%26pd_rd_w%3DOCkBL%26content-id%3Damzn1.sym.953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_p%3D953c7d66-4120-4d22-a777-f19dbfa69309%26pf_rd_r%3D8XRKEPVGMDS47F33AHZ1%26pd_rd_wg%3D2lffb%26pd_rd_r%3Dc4b01b4b-28c1-4bc4-a3b5-85223927e472%26sp_csd%3Dd2lkZ2V0TmFtZT1zcF9kZXRhaWwy",
"link_clean": "https://www.amazon.com/dp/B0BCSHNJXV/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B0BCSHNJXV&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/81RQ0frMgsL._AC_UF480,480_SR480,480_.jpg",
"rating": 4.6,
"reviews": 23027,
"discount": "-6%",
"price": "$13.61",
"extracted_price": 13.61,
"price_unit": "$0.45 / ounce",
"extracted_price_unit": 0.45,
"old_price": "$14.54",
"extracted_old_price": 14.54,
"prime": true
}
],
"sustainability_features": {
"summary": "This product has sustainability features recognized by trusted certifications.",
"climate_pledge_friendly": true,
"learn_more_link": "https://www.amazon.com/climatepledgefriendly",
"features": [
{
"title": "Farming practices",
"text": "Made with materials harvested from responsibly managed farms.",
"certified_by": [
{
"name": "Rainforest Alliance",
"logo": "https://m.media-amazon.com/images/I/512wYW170mL._SS144_.png",
"description": "Rainforest Alliance certified products help farmers follow more sustainable, climate-smart farming practices that protect natural resources and the environment based on land, water, and energy use. These practices also safeguard carbon-storing forests and help farmers mitigate and adapt to climate change.",
"link": "https://www.rainforest-alliance.org/faqs/what-does-rainforest-alliance-certified-mean"
}
]
},
{
"title": "Biodiversity",
"text": "Made with materials harvested in a way that helps protect animals, plants, and a healthy ecosystem.",
"certified_by": [
{
"name": "Rainforest Alliance",
"logo": "https://m.media-amazon.com/images/I/512wYW170mL._SS144_.png",
"description": "Rainforest Alliance certified products help farmers follow more sustainable, climate-smart farming practices that protect natural resources and the environment based on land, water, and energy use. These practices also safeguard carbon-storing forests and help farmers mitigate and adapt to climate change.",
"link": "https://www.rainforest-alliance.org/faqs/what-does-rainforest-alliance-certified-mean"
}
]
},
{
"title": "Forestry practices",
"text": "Made with materials harvested from responsibly managed forests.",
"certified_by": [
{
"name": "Rainforest Alliance",
"logo": "https://m.media-amazon.com/images/I/512wYW170mL._SS144_.png",
"description": "Rainforest Alliance certified products help farmers follow more sustainable, climate-smart farming practices that protect natural resources and the environment based on land, water, and energy use. These practices also safeguard carbon-storing forests and help farmers mitigate and adapt to climate change.",
"link": "https://www.rainforest-alliance.org/faqs/what-does-rainforest-alliance-certified-mean"
}
]
},
{
"title": "Worker well-being",
"text": "Manufactured on farms or in facilities that protect the rights and/or health of workers.",
"certified_by": [
{
"name": "Rainforest Alliance",
"logo": "https://m.media-amazon.com/images/I/512wYW170mL._SS144_.png",
"description": "Rainforest Alliance certified products help farmers follow more sustainable, climate-smart farming practices that protect natural resources and the environment based on land, water, and energy use. These practices also safeguard carbon-storing forests and help farmers mitigate and adapt to climate change.",
"link": "https://www.rainforest-alliance.org/faqs/what-does-rainforest-alliance-certified-mean"
}
]
}
]
},
"product_description": [
{
"position": 1,
"title": "Fresh brand, Amazon Fresh, fresh, natural, organic, high quality, fruit, natural, healthy, Amazon",
"image": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/264c41f7-64b2-42aa-9e6a-62da0ffc89c4.__CR0,0,970,300_PT0_SX970_V1___.jpg"
},
{
"position": 2,
"title": "Let's eat",
"text": "Bacon that crisps up perfectly in the pan. Apples with just the right amount of crunch. Brownies that let you satisfy your whole family’s chocolate cravings. From meat and seafood to produce and baked goods, the Fresh brand is all about sourcing high-quality food that fits every budget, every day."
},
{
"position": 3,
"features": [
{
"position": 1,
"title": "High quality",
"text": "Sustainably-sourced seafood, carrots grown in the USA, sausage made with premium cuts of pork. This is high-quality food you can feel good about serving to your friends and family.",
"image": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/dd1d7854-e7e3-40bc-8de3-f601fd254cd0.__CR0,0,300,300_PT0_SX300_V1___.jpg"
},
{
"position": 2,
"title": "Budget-friendly",
"text": "High-quality food doesn’t have to break the bank. Fresh brand food is affordable, so you can have your cupcake and eat it too. Really, get the cupcake. It’s so worth it.",
"image": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/fed03fe9-ad62-4e59-99b2-c21c4bd40fd9.__CR0,0,300,300_PT0_SX300_V1___.jpg"
},
{
"position": 3,
"title": "Everyday selection",
"text": "Whether you’re snacking on cut fruit, sharing bagels with the team, or cooking Sunday dinner, Fresh brand has the food you want to eat, every day. You’ll find our meat, seafood, produce, bakery items and more, only at Amazon.",
"image": "https://m.media-amazon.com/images/S/aplus-media-library-service-media/5754fb93-609b-4914-b70b-04cec49bd806.__CR0,0,300,300_PT0_SX300_V1___.jpg"
}
]
}
],
"product_details": {
"product_dimensions": "5.5 x 3.5 x 8.5 inches; 2 Pounds",
"upc": "195515006934",
"manufacturer": "Amazon Fulfillment Services",
"asin": "B072MQ5BRX",
"units": "32.0 Ounce",
"best_sellers_rank": [
{
"text": "#129 in Grocery & Gourmet Food (See Top 100 in Grocery & Gourmet Food)"
"extracted_rank": 129,
"link": "https://www.amazon.com/gp/bestsellers/grocery/ref=pd_zg_ts_grocery",
"link_text": "See Top 100 in Grocery & Gourmet Food"
},
{
"text": "#1 in Ground Coffee",
"extracted_rank": 1,
"link": "https://www.amazon.com/gp/bestsellers/grocery/2251593011/ref=pd_zg_hrsr_grocery",
"link_text": "Ground Coffee"
}
],
"rating": 4.3,
"review": 20626
},
"sponsored_brands": [
{
"position": 1,
"asin": "B00R7FG0DC",
"title": "Bulletproof Original Medium Roast Ground Coffee, 12 Ounces, 100% Arabica Coffee, Clean Coffee Tested for Toxins, Packaging May Vary",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://aax-us-east-retail-direct.amazon.com/x/c/JDGZLr15X_dy9wuMD-QmmtEAAAGbODLiEQEAAAH2AQBvbm9fdHhuX2JpZDQgICBvbm9fdHhuX2ltcDEgICACVWCk/clv1_CEuOPUxokZA0iHrVR8p33CXLBSl0cqIlu50srCKo7_8s8X8Bv1TxJv018nHz9hvWjq0yzpNb3XTPsunPnmYceW1RNDyPJs79QhopPWotVGP8N4915QYOLZEdHEepgYemXJOUI0W78tANGk5hgFv_ak5TLFFOGshzBElqUqEnHhGU36Ta0Ek8SAz5MJbld7QzBH9acdHMzpkFUDVhJ9oQXuEFlsWsnsI6KjDhFKorgxcWp4FvlLz2S1sKgEji6npOAE_zFP7W4zho-hUrANRvXRGwenKzslPpBOrh0bfCFq8FBlCC27yFyCnOZALHHJaq9-sczsxsTvDakJrlMOGuBfVF5OtZb2QX97EL48ZTS6dw1kNJMWS70z-R5rIBU0KHcCRtq0SmgkUgp2_RJLjQf3VmRbHUt8pDZfIZM3hCrgUANL9bkxVaLztUwaVWXQoMHaeUao3xp-WQHS8cbA2SvJ4uSG-io1a6UxNtQYpRv-6TMit65IyG_WTyaXgbMNKPkN1KwzpnRZYzlQejjWrEwB39Vx97L1QPOhLZeTnpNZfxcTGZFBFtzVQCCHHxR2bja946lPFlcQamt4tnmOUVDjaRLSpcrSZf0ecVkoWBjWQmkouF65AQVw3B_CG_YPacNkVhb9AbMz8U0rF0NpRPnhk57oLYBUlZeHlZiddyw6gUA14EfhP4s0Ao-gLhfb1-7Sd58nRpn_k_xv0GN0q2IG4i_5LYBOnS9oTbF2YqCQv80UjIeItz8glE4fkrUtOzgIlnODLYpG710QfvAXznEhdAoCf7K2ldgv9_SKEOfRas5lkOPfFxuj9f9p6xSWaRccmgdyZnwDrlmdVjZZZSpqSmgUkasqy8FsWMlOuG0XKb_jv6w1Mu-VTwhn6RqzPbjao1nuEqjSvFMNsZd-EfA87_wsSFo0tuHQduLTyUtw7NnDpVCEMmb05WSxrJ7XaXqBWcRvXb5Km1l7vFzhGpf7hPacOtUeHv13mRZnVRLs4bbQ5NEBV7epTJzCrAHGM5Dw7f0r5lwCs0UaYaybe-6htwjC5tLfaojH1mxvNDqCx0SUOZVb21EBvBcrBVAc1NbUikcLSTEDkpMLmJB8ydrcLMSirg44F4c-oLMFxVJb3CVX2CBeF1g1tqHZSGn_LiuvQcQP2_mjkqRutHjGQUbH4hQPr0PH7vP7dVg7Kl97Gax0WT6Gn3y7QskzNAb8EME1-wHGPe3lCsaT0zmXvZGuKn9M5z7vd4yhi51qN2LlrIEwkFfW-V8TKAlSIBB6XJR-k-oeq2YnPFa7xoBaEqpFkD2KpUrtyd-hqit06KZePSU-BQdpzfzo8_rx-q748YErshTHWJ13H2leMMU0cm0J-24uIb3nV7UtFeH-EDqYguqXibKXzvtenmEk25X-lROD31bEz1VximfDAhe7WxT4KFjzmvBW5En5dQzKXQo0FGcw5yqI0EG-gqLQbCZx6r0QwcD2bEvLWtxDXOTDjrfmDqrTmJEskW8aYsz4sbt2Z7g03-QG6wAnpbwLIgtcuIiET0TSgQcckya8nuS4NkNW_UsffrEnqxEE2ZHY86osu0182dzpqJbr9lCuUpkatKQfrkB1nO3KT4fa3keGUPawB17tjs_ZAhhKOX-X3Xz-3MUXXaGxSotxR46lNdZdaZWQrSL17Fmrc5eSWGzAAV95JTQyD7VxMrL4hxq_IaVNasC_AW4qHOf0MK6_7gnt6bifxeS5HB4Dpcp2iohZdODyX2lAdann6Wh6YUEjGh6WGSrfbhxeIQSc57gELKMc0ohaYDxzuSpo1Pc9hdRqcb4VYGGvDI7XnqRNuMGDX4hK6mOLC80ZYc0f8ve_Orjfx2vCAPVfBkL5kygf7tO2bFAYzPtI9mSMmQQdNUVj9NnBFqv9PZCJGpt30dfqGm8dool___QHVj7fD3_yB5WgDIJZKGliBhpboWI91lLFpI1_SwxOaMObiTmC2UG6VsOFTaPkp7lRL5eMjMv5yYEPvHZxiAwJwQbT7eFPkzKV-XGu_8Nj8fe9jRFJfWlQbytWg2B5F8VRUDVocQowg4y-DZs8S8kfUodcq-XbNqMtZUdpY9hIVTIUBNR8QL4jIZIr6e4m1BVVZgA8n8DVqxPHzGKG8m2OqdE7r7Vcd9xGYEONKODYRJWTuDJoccqLUyiWDnCBAmqz0wPW4udQ6rDBTa2SSUN6m2_RgasmPzL6N5aJ8PBrPGH-raEcJSNlwzUAAmsIalzs6Uw_ixla2wa044TALjPrXhWPT2/https://www.amazon.com/dp/B00R7FG0DC/?_encoding=UTF8&pd_rd_i=B00R7FG0DC&pd_rd_i=B00R7FG0DC&ref_=sbx_be_s_sparkle_ssd_cta&pd_rd_w=Wfspq&content-id=amzn1.sym.ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_p=ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7",
"link_clean": "https://www.amazon.com/dp/B00R7FG0DC/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B00R7FG0DC&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/41kOsXZAi+L._AC_SR100,100_QL65_.jpg",
"video": {
"link": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/ea79348e-e790-442f-b600-ef57f6c60913.mp4/productVideoOptimized.mp4",
"thumbnail": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/ea79348e-e790-442f-b600-ef57f6c60913.mp4/r/THUMBNAIL_360P_FRAME_3_CAPTURE_2.JPG"
},
"rating": 4.5,
"reviews": 12901,
"price": "$14.99",
"extracted_price": 14.99
},
{
"position": 2,
"asin": "B08KWP25W7",
"title": "Gorilla's Coffee 100% Arabica - Medium Roast Ground Coffee, Fair Trade, Smooth, Balanced, Aromatic, Spice & Luscious Fruit Notes | Premium Rwandan Coffee | Rich, Flavorful, and Aromatic (500g/17.6oz)",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://aax-us-east-retail-direct.amazon.com/x/c/JIolY9fYzuC4nz6X5r765DYAAAGbODLiEgEAAAH2AQBvbm9fdHhuX2JpZDQgICBvbm9fdHhuX2ltcDEgICD1t8cX/clv1_CEuOPUxokZA0iHrVR8p33CXLBSl0cqIlu50srCKo7_8s8X8Bv1TxJv018nHz9hvWjq0yzpNb3XTPsunPlmYceUliCSPIR8jUT2UMaHlpRV6_Apx_mzAOLZEdHEepg4emXJOUI0W78tANGk5hgFv_ak5TLFFOGshzBElqUqEnHhGU36Ta0Ek8SAz5MJbld7QzBH9acdHMzpkFUDVhJ9oQXuEFlsWsnsI6KjDhFKorgxcWp4FvlLz2S1sKgEji6npOAE_zFP7W4zho-hUrANRvXRGwenKzslPpBOrh0bfCFq8FBlCC27yFyCnOZALHHJaq9-sczsxsTvDakJrQMf2LAMdaiOh1DmEOgKoc5_RDFZBs2jVzC1WD3BWR5rIBU0KHcCRtq0SmgkUggWzSCo7WfHVmSLHEr8pDZfIZM3hCrgUANL9bkxVaLztUwaVWXQoMHaeUao3xp-WQHS8cbA2SvJ4uSG-io1a6UxNtQYpRv-6TMit65IyG_WTyaXgbMNKPkN1KwzpnRZYzlQejjWrEwB39Vx97L1QPOhLZeTnpNZfxcTGZFBFtzVQCCHHxR2bja946lPFlcQamt4tnmOUVDjaRLSpcrSZf0ecVkoWBjWQmkouF65AQVw3B_CG_YPacNkVhb9AbMz8U0rF0NpRPnhk57oLYBUlZeHlZiddyw6gUA14EfhP4s0Ao-gLhfb1-7Sd58nRpn_k_xv0GN0q2IG4i_5LYBOnS9oTbF2YqCQv80UjIeItz8glE4fkrUtOzgI1nODLYpG710QfvAXznEhdAoCf7K2ldgv9_SKEOfRas5lkOPfFxuj9f9p6xSWaRccmgdyZnwDrlmdVjZZZSpqSmgUkasqy8FsWMlOuG0XKb_jv6w1Mu-VTwhn6RqzPbjao1nuEqjSvFMNsZd-EfA87_wsSFo0tuHQduLjyU8A7nnDpVCEMmb05WSxrJ7XaXqBWcRvXb5Km1pb7H3j-kfIZlbMOTc6fu-HabdipZMs8EaRZ2dUREc4XsxizAPm45Dw6Y0JB5wCsKSaYayb-z6TZRnD9DLe-TnmlQxpcs7CpcbEmfVYe4ETXdeaRQPNROVC_4SYHsDQI4BoGKYruelencYijawYdwSPoaMDhJZb6nWWuTLMc0gnIfGYCDouvhg5NAecjAhwI4D817kVooawofRMH7KCLvLbMhvYjGsoCxyx2t-Uj9zbQCkTJpVtEdPlulJHzSy1C9eR8IiXPfIuLA7chYhZVG_wS51JlIKVjdLVYQfXOO8EibijYEOqbJIp49m_qcfEucEI5pBb1Pl0ktw6hBkIOf0yOypmCWPeLSS_FadMXH9tNxpRmu69sJPIkkd3WBzEnntOkKVUAsw6XV8ex8xkJqeOBODs9wpooUk2GdAGi3sPmzEXeWYbZGFwDRaVyGXR_QfDYlaKGUXqi0nyiBFWtE-o8My9zpqUdAdARY9IoZM90cNgbSCRyEwQQTNxzA54jdpCv1THnrRnDy9zyZR8o4z8Ur9uEh9WAP-07rJWahO19Ezp0_sdOLsSOodBlob_IyZ4zQW-AhCRi3rPb7Fmy9YnODCYoHsczPz9yg0Z6LUdllK-csr_RIf-qmE1zzw5-nbfHjEmUNVh9x6db-ioEj24HL_nLt1O2pSVPTCjGisRRVpFNWH4azSTfCFmT3xbEpR32AuHNZwZAKWxjvJkwBOLFwlv0BV9CvLt0d4YPWfUAG-v6FhtGHi_hHS6604CNmmXK7sKlKIgzPlStOkieRnK5LFDO572GspcXQ69MuS6pZ73XPPc0ohaYDxzuSsIYnALZZfa9A0W91Jvut7XnqRNuMGDX4hK6mOLC80ZYc5sxQVs_z8tFK5F8OYsMbAqVq_tP-K1jfKbaStIlmTJGQe-FLWSFFlRRfo9HlbrObtyF6Ip62yIMulNrSS3dRn8eC3SRxdweqKuezlA9XpboKbq-G0EnYNfymooL9cf2b-FieNK5VOGzBSCA-wYgXXgweE1wYKGDxIDirhNoFcT_DEOB7fFWUQrG-fSgSKJqiWYLSnxv2qwRwFN1rSB9cQ4cO4ldkib3Iucz91LQoYNmiTbMuY95wVr0azMYHYXMjUdY5w2spA9Sx0E49KGZHJ8HjJie3Gyf3M2wdOLiMnuzCIK-MpXDeedjRZvB-eyf-XIY53qYlqxPxexMZqjwHBTJoRQGOPBvp-TaQCJ-QwhsKkFf8P4V5aJ8PBrPGIOn8LsF0CV8MbCU_jKO8JonoiZ7SiaeeEcgFr2lEaHYtzeYy51Nrnj9gA_o/https://www.amazon.com/dp/B08KWP25W7/?_encoding=UTF8&pd_rd_i=B08KWP25W7&pd_rd_i=B08KWP25W7&ref_=sbx_be_s_sparkle_ssd_cta&pd_rd_w=Wfspq&content-id=amzn1.sym.ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_p=ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7",
"link_clean": "https://www.amazon.com/dp/B08KWP25W7/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B08KWP25W7&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/41aJZ9RVJZL._AC_SR100,100_QL65_.jpg",
"video": {
"link": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/1213c66f-9e94-46fa-a589-6c0fb2d6744a.mp4/productVideoOptimized.mp4",
"thumbnail": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/1213c66f-9e94-46fa-a589-6c0fb2d6744a.mp4/r/THUMBNAIL_360P_FRAME_3_CAPTURE_2.JPG"
},
"rating": 4.5,
"reviews": 98,
"price": "$15.99",
"extracted_price": 15.99
},
{
"position": 3,
"asin": "B0F2NX8THG",
"title": "Firemans Brew Medium Roast Coffee – Bold & Robust Ground Coffee – 100% Arabica Beans, Rich, Full-Bodied Flavor – Freshly Roasted Gourmet Coffee – Low Acid, Small Batch Coffee – Supports Firefighter Causes",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://aax-us-east-retail-direct.amazon.com/x/c/JAryswUA25d332EoNyHEIowAAAGbODLiEwEAAAH2AQBvbm9fdHhuX2JpZDQgICBvbm9fdHhuX2ltcDEgICA7Bt5t/clv1_CEuOPUxokZA0iHrVR8p33CXLBSl0cqIlu50srCKo7_8s8X8Bv1TxJv018nHz9hvWjq0yzpNb3XTPsunPqWYceWN9FDO7L-b5FxoDaHBKRACAF799vxYOLZEdHEepgoemXJOUI0W78tANGk5hgFv_ak5TLFFOGshzBElqUqEnHhGU36Ta0Ek8SAz5MJbld7QzBH9acdHMzpkFUDVhJ9oQXuEFlsWsnsI6KjDhFKorgxcWp4FvlLz2S1sKgEji6npOAE_zFP7W4zho-hUrANRvXRGwenKzslPpBOrh0bfCFq8FBlCC27yFyCnOZALHHJaq9-sczsxsTvDakJrgVcuQBMZV79tZfCIX9Zwc5epPFr8E7G1FMU291z-R5rIBU0KHcCRtq0SmgkUgpyTTJI7Wf3V2ArPEs8pDZfIZM3hCrgUANL9bkxVaLztUwaVWXQoMHaeUao3xp-WQHS8cbA2SvJ4uSG-io1a6UxNtQYpRv-6TMit65IyG_WTyaXgbMNKPkN1KwzpnRZYzlQejjWrEwB39Vx97L1QPOhLZeTnpNZfxcTGZFBFtzVQCCHHxR2bja946lPFlcQamt4tnmOUVDjaRLSpcrSZf0ecVkoWBjWQmkouF65AQVw3B_CG_YPacNkVhb9AbMz8U0rF0NpRPnhk57oLYBUlZeHlZiddyw6gUA14EfhP4s0Ao-gLhfb1-7Sd58nRpn_k_xv0GN0q2IG4i_5LYBOnS9oTbF2YqCQv80UjIeItz8glE4fkrUtOzgIFnODLYpG710QfvAXznEhdAoCf7K2ldgv9_SKEOfRas5lkOPfFxuj9f9p6xSWaRccmgdyZnwDrlmdVjZZZSpqSmgUkasqy8FsWMlOuG0XKb_jv6w1Mu-VTwhn6RqzPbjao1nuEqjSvFMNsZd-EfA87_wsSFo0tuHQduLjyU9Q33nDpVCEMmb05WSxrJ7XaXqBWcRvXb5Km1g_jH3gWrf5ZPJMCTc-Tu1UeLZwRdMPQLGglOdUxfQrnSzj3pGCI5MQ6Y0L5fzSkKQasa57ew6TZJ3StGEO-rpFd59ZckqyxlCxqOfKH2EAy4NKZVM95mbna9d57wATkCOKaFB6OClba7WB7_551zL_YkCgJBP7u3DGipA_lrgFtqG4GGreHJucoFR9fcizkCMfB2nnRaWmEDBML7X3rRPbcMi73Kq4aZ0yaQ5kzy3J0k0DNAI9UJO2a2Jgn82mmHfSU_iU3dIYen9fBh4vV2oQis1JpuMljMDFwWelmLy1etnCARNazZfZYhmuWYZHD5Qb9aBMoFpUcTgZFQsYmZ0w22smWrON3CcbhgTO_4ztMSsAiH0to0TrQ-dwD2znL3muYbfHl50ovJ6NYhqUBnCt5UGspNuYtKtX2lOQ_vjeaNF3fII7xAEQfbdHK4UBn9YCYlDqWDVL2KhTyEKG9HwIcK9cz1sFZpTVFJ2Y4KJux3dD3CDQaq4HcdNkOrvbW5u2_gKQ7uRnDc8QHtecw4lMA09v45_WV7kE_EMRmjAWpc37IewsyzsXrtSgZ3YudXEI_WcuQ4DzDcnfPFKG-7Bj2JDKUIu-aS05Wa5IrXUb1tVO49iv5Of8DvEUn8ybT4HvXdJH0dVnVltdbs6acZ7r_VwGL90Na5QVXaCA-qoD1z5XhGHtacdHDYPGfrx49NaWa9pxhWx6sKZCDvRFMHPLIuhsgRDMC8CIIFuKnqe0As6_q7jtOGmvcpTZC7myNh4Gi-nrUSIwfXygFZqyasnLlVEjCcw2KCqcPincsjVK0NnkL8QvYohaYDxzuSsL9AItlueqN47AkWO_TKz3nqRNuMGDX4hK6mOLC80ZYc5sEjOMSto79Bug5gYvBobK40r731P3LFLJi0sIlpK5Cta-1RYTBRvRZqlYvlCpHqhCF2Z6Cp9ocDvfyNUy57t_Cf0S5ydTL3MZGVkRx63roKZ-Xe-u7yTue8pIL9cQOKInnCPcdmyjAzLFY65rXOOoIkCwJc9NddTECl8cNYbT7eD-VhZ1uBXrC4ZWMUeYblXpjDiAf5pnJJVt1yQwlLR5QZvRVliP-Gv8X9iLY3Pdu_Rvp2ZYA4Uq8dldoUZhcjSN0P1G86FInQ31g5VBxBMeXxIXzKLDbiO2kuNb6a85PgPaRaESUv3ZWAcL9aWRrBWoIbjsESqE3wBBUaqA8xClZyMz6yDxvp-TaQCIm2_ScZokHHILNfaJ8PBrPGIOn8LsF0CV8zUAAmsIalGorXtbvLtYJTvcwPpp3b3OknUMuJkIjrFTjI-mml/https://www.amazon.com/dp/B0F2NX8THG/?_encoding=UTF8&pd_rd_i=B0F2NX8THG&pd_rd_i=B0F2NX8THG&ref_=sbx_be_s_sparkle_ssd_cta&pd_rd_w=Wfspq&content-id=amzn1.sym.ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_p=ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7",
"link_clean": "https://www.amazon.com/dp/B0F2NX8THG/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B0F2NX8THG&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/41bL1I5cC4L._AC_SR100,100_QL65_.jpg",
"video": {
"link": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/a02cd276-7dad-4800-9f0f-9c05b4c6ee01.mp4/productVideoOptimized.mp4",
"thumbnail": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/a02cd276-7dad-4800-9f0f-9c05b4c6ee01.mp4/r/THUMBNAIL_360P_FRAME_3_CAPTURE_2.JPG"
},
"rating": 4.3,
"reviews": 102,
"price": "$14.99",
"extracted_price": 14.99
},
{
"position": 4,
"asin": "B09XGB219K",
"title": "Death Wish Coffee, Organic and Fair Trade Espresso Roast Ground Coffee, 14 ounce (Pack of 1)",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://aax-us-east-retail-direct.amazon.com/x/c/JEYW1HpRncj3wqYSR37pei8AAAGbODLiFAEAAAH2AQBvbm9fdHhuX2JpZDQgICBvbm9fdHhuX2ltcDEgICA_BB0N/clv1_CEuOPUxokZA0iHrVR8p33CXLBSl0cqIlu50srCKo7_8s8X8Bv1TxJv018nHz9hvWjq0yzpNb3XTPsunPkGYceXJjPRycEuX_AnkDTVlxaXuvAYIimSAOLZEdHEepj4emXJOUI0W78tANGk5hgFv_ak5TLFFOGshzBElqUqEnHhGU36Ta0Ek8SAz5MJbld7QzBH9acdHMzpkFUDVhJ9oQXuEFlsWsnsI6KjDhFKorgxcWp4FvlLz2S1sKgEji6npOAE_zFP7W4zho-hUrANRvXRGwenKzslPpBOrh0bfCFq8FBlCC27yFyCnOZALHHJaq9-sczsxsTvDakJrkC_m1N_pJztssZGQPgJw10ftpM6Fz2jZyInuB4hWR5rIBU0KHcCRtq0SmgkUghW_RJLjRfHV6B7DEv8pDZfIZM3hCrgUANL9bkxVaLztUwaVWXQoMHaeUao3xp-WQHS8cbA2SvJ4uSG-io1a6UxNtQYpRv-6TMit65IyG_WTyaXgbMNKPkN1KwzpnRZYzlQejjWrEwB39Vx97L1QPOhLZeTnpNZfxcTGZFBFtzVQCCHHxR2bja946lPFlcQamt4tnmOUVDjaRLSpcrSZf0ecVkoWBjWQmkouF65AQVw3B_CG_YPacNkVhb9AbMz8U0rF0NpRPnhk57oLYBUlZeHlZiddyw6gUA14EfhP4s0Ao-gLhfb1-7Sd58nRpn_k_xv0GN0q2IG4i_5LYBOnS9oTbF2YqCQv80UjIeItz8glE4fkrUtOzgIVnODLYpG710QfvAXznEhdAoCf7K2ldgv9_SKEOfRas5lkOPfFxuj9f9p6xSWaRccmgdyZnwDrlmdVjZZZSpqSmgUkasqy8FsWMlOuG0XKb_jv6w1Mu-VTwhn6RqzPbjao1nuEqjSvFMNsZd-EfA87_wsSFo0tuHQduLiyU9Q33nDpVCEMmb05WSxrJ7XaXqBWcRvXb5Km1g_jEzg2kf6h1J8OuaLPq_ECQXR9VMswLTwtEdXJSabjR3yjuEGM5HyiX0q5XwCsKc-Ea2Y26_DFChgZXNcSQngIjxq5HvgFYUV2aVYPwERn7aIlBfo11W1C9So7eLAE4MKOyWKe5lOniWRHi95RzSu5TCDg-IIezKSiGLLp1g3dcB62S4LLajOwFesfyvAI3H8VB-mAeam4LBPn7PFTRF7cSvaPar4Cw1xaA1HHpyLQslSZAXdgkOlemH2zG42itbSQwmQTZGtuj0c5bgbxB_z6r7aJTK03mAFc9WGeK3kaijyNwC7vzV545oo_vSHOda_pdfp8Im1c23b19ppmI-iitm2uOKN7Pdf1ZTJDR5dQ48QiH0Z8zTY0_dwCZx2LKkukKUmY60vnV0OwO2WVqeONLNeFWvIsXrWWbKVapttKoDlqWYbZdPjH3b1-OVhzAcDQsfaqhXqi3gSmVEWp55Y8D5v7XqUdESg5dwp4AJcIQMBDNHROqqxRbDB3DoojczCzOORbyQHDI6zq3GtcA_royyP5W8EgfjFHEH3qzFGpU3LAwxouwvl_sd3MYbs9HCIzQWo8DPgvcvfGfM0OlFXODJv8iofakz8mjuqCtUax-CPIAnaxLU9j-PSjOx5nNafbeEnkLVQIS7e_Wz4Uk_rfUw23hy-epVVzJNwy2niYKulNdWIa2dxbFEV7Zw7E5BmyBqiZV_qheRw3sbUwXDpRzhs84VMj3JeYfhqHXf0AO7_yUoM2FpNUkSpa4qjpYhjWWnrZIIzbMyypvmSa6raVnCjG17lOCucv_-u0mYZV31XD8Mc0ohaYD_lOS5Y17APFsRNx47woGNvDI7XnqRNuMGDX4hK6mOLC83OUd7adQVs_z8tFBj18OaagbAqUgguPtP33YAoOo8LJpUNKTeulBYi9dhCw0lf3eb-rvj0snIo2Ez9o2zNH9fwBRm_CQ2lV2ZwDyNs7mxiBo7qNknQVzeBusOOGkXG2Ydx1M7G0JkdMfyoX9UbOulZ-3TwjYyef0VLraexqa350FdjfDE-dgZAjaQa_hPTkUaNqqW-yUjBTvtHshA9lhFhVAWs8fqlRm1qKGrNL-gKtwY4aoSO0vPcI3Eo8vuaRANkQHe6oS8EofXq6s1HgdcxxGB9TxO2S6LAfUdVAwBYh8t-8SSYAkr2AbOuuMK_Z-CQ_eefllrbQDjFmMdnxvqDIDPW4udQ69PA3Z9gWwGo2f7T4asmPzL6N5aJ8PBrPGIOnDLedLCnkMbAM_jKO8Jq88zfukyjMjAfc6q5dtgfUYsnuzRQc/https://www.amazon.com/dp/B09XGB219K/?_encoding=UTF8&pd_rd_i=B09XGB219K&pd_rd_i=B09XGB219K&ref_=sbx_be_s_sparkle_ssd_cta&pd_rd_w=Wfspq&content-id=amzn1.sym.ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_p=ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7",
"link_clean": "https://www.amazon.com/dp/B09XGB219K/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B09XGB219K&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/41P8VVVDuwL._AC_SR100,100_QL65_.jpg",
"video": {
"link": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/debe615a-04a8-4051-935c-40510c07ac45.mp4/productVideoOptimized.mp4",
"thumbnail": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/debe615a-04a8-4051-935c-40510c07ac45.mp4/r/THUMBNAIL_360P_FRAME_3_CAPTURE_2.JPG"
},
"rating": 4.6,
"reviews": 56725,
"price": "$16.24",
"extracted_price": 16.24
},
{
"position": 5,
"asin": "B0BM9512TX",
"title": "Kochere Single Origin Ground Coffee Beans - Organic Medium Roast Espresso, 6 x 2oz Sampler Gift Set, Freshly Roasted to Order, Farm Direct - Ethiopia, Costa Rica, Brazil, Honduras, Tanzania & Colombia",
"description": "Our AmazonFresh Colombia medium roast ground coffee is made with high quality 100% Arabica beans, expertly roasted and immediately packed for freshness. Full-bodied with a smooth finish, this well balanced cup has a subtle citrus aroma and hints of cocoa and brown sugar. Hello, refill.",
"link": "https://aax-us-east-retail-direct.amazon.com/x/c/JB0ylJ7vVECb-TBxGwRM9HQAAAGbODLiFQEAAAH2AQBvbm9fdHhuX2JpZDQgICBvbm9fdHhuX2ltcDEgICAdpEud/clv1_CEuOPUxokZA0iHrVR8p33CXLBSl0cqIlu50srCKo7_8s8X8Bv1TxJv018nHz9hvWjq0yzpNb3XTPsunPmmYceWhfFByXC5vOKmMTO2RRZlGLMZQksRYOLZEdHEepjYemXJOUI0W78tANGk5hgFv_ak5TLFFOGshzBElqUqEnHhGU36Ta0Ek8SAz5MJbld7QzBH9acdHMzpkFUDVhJ9oQXuEFlsWsnsI6KjDhFKorgxcWp4FvlLz2S1sKgEji6npOAE_zFP7W4zho-hUrANRvXRGwenKzslPpBOrh0bfCFq8FBlCC27yFyCnOZALHHJaq9-sczsxsTvDakJriIMOQN_oqjMZIYAMJqZ9A5ulpPqtfykF1DGOn1z-R5rIBU0KHcCRtq0SmgkUwjW7RCorWf3VUAbDqq8pDZfIZM3hCrgUANL9bkxVaLztUwaVWXQoMHaeUao3xp-WQHS8cbA2SvJ4uSG-io1a6UxNtQYpRv-6TMit65IyG_WTyaXgbMNKPkN1KwzpnRZYzlQejjWrEwB39Vx97L1QPOhLZeTnpNZfxcTGZFBFtzVQCCHHxR2bja946lPFlcQamt4tnmOUVDjaRLSpcrSZf0ecVkoWBjWQmkouF65AQVw3B_CG_YPacNkVhb9AbMz8U0rF0NpRPnhk57oLYBUlZeHlZiddyw6gUA14EfhP4s0Ao-gLhfb1-7Sd58nRpn_k_xv0GN0q2IG4i_5LYBOnS9oTbF2YqCQv80UjIeItz8glE4fkrUtOzgJlnODLYpG710QfvAXznEhdAoCf7K2ldgv9_SKEOfRas5lkOPfFxuj9f9p6xSWaRccmgdyZnwDrlmdVjZZZSpqSmgUkasqy8FsWMlOuG0XKb_jv6w1Mu-VTwhn6RqzPbjao1nuEqjSvFMNsZd-EfA87_wsSFo0tuHQduLiyU9A_ykzBFMld_UXtKAh_Wz2CumzO9RPDlu6mLi_jEzg3nfahlJcOEaLPq_ECQXR9VMswLTwtEdXJSabjR3yjuEGM7DySW0K5fwCs0Vaga2Y26_DFChgZXNcSQngIjxq5HvgFYUV2aVY-zBRzGcYp4GdFMbi-gcZ_oFAJdR6CKc7eRltPAXxnZ54VzLvITC10yNpaaD2mHBc9xl3JhHq6rh-7juZMYQdW7mj4qIflGjl4aUWEfWPnpOCDvLdRXjIjW976h9hyG1F_ryZ0VhTdtWc0cJVuzH33WwVO9ZSIImWPAHPDIs_BunbxDxQCs77dtdFjmHEw8InyVykOfjCMVfLjJR7QnmtaUenKdd59ubrETmUIIgr9Un4mZ1DT1mmuWOdTNLOVhEN7b49A8pRmp45oITYUkTxG4zWTMleMZaAUp3J7N5_0k6HV7VpBEN9tspY0-uT2eOQOqjP2WUU25XJJYLkL9aCmOUBjTZBE9V5uxT4anhCnwCTZ-nLYJ4PjQo20YTRN196gbJdJ-Mj_dFRyS0RAAMW2jvLPcjSz2KQ6oRWCd6BSJedA5lIBwzoou8116hED9OmW9O3VQxLMJodeJjyfyTHMUK_FXa8nsLewePxvYq_3tDVmxEE6QIYQ6sMu7y8uc3KCMU6lAV_A-je5fVuXhBnfem56nafTjDX0MWxBl_O2J7dkj8Y3Pwwj57e64cFbPNyH4ni1w6nlNZZaPTSSaF07nm7dNdSC3qH9NxrwvGCf7VE0qAY9wgMwdecP0B_4dha3GfyUW4OCWpNSFm6AkU6yGsCltuDG7t49JDyLAki10kXm8r71hCg-93WKsiPX9ns9JVpB71XD8Mc0ohaYV9Tvhi4lACKpcfa9E5G8GNvDI7XnqRNuMGDX4hK6mOLCL75ow0f8ve_OrjdB2vCAjVfBkL7YwvPnFBSDYBIOsqLJTYs2cZOFIZxpBhhBSt8_eM42zsFsee4uH6vc9zuOPSHVzn_i93Td5EjXwGfjmxjwlnEOvjS6lyBjXF6315zkaGBYyixDQzU0_jKj_6F2ISgFPF9LzksXFD_3afBKa3JoebmqNEPk_JBncAe_pP1dSe9WzRJPFmxDl6nE9GpFwXhZCBdBRv0plgr3er430hfVxPZrvDN8aSKBwRbgLk9hrBWUxJtAP9Hw_BdSt9G0Pbl9LMPTSfViXETckXFPgbKfUvf_XCrN54mYbSMOsDokieh34XrMYoNt1jleITiApmD0wPXgeej2dLh_W2SCgOLmQ_RgasmPzL6N5aJ8wBZX5I8_DLcFLCnkMbCXryMbKZSJ0PllRh2xI7LZf4nW_LLA/https://www.amazon.com/dp/B0BM9512TX/?_encoding=UTF8&pd_rd_i=B0BM9512TX&pd_rd_i=B0BM9512TX&ref_=sbx_be_s_sparkle_ssd_cta&pd_rd_w=Wfspq&content-id=amzn1.sym.ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_p=ccb770a9-35d1-4af6-8af2-bcbd12656fbb&pf_rd_r=QB5ZHVPK1Z0T81GW5VFW&pd_rd_wg=t40hV&pd_rd_r=00c71ef2-b4c6-4b24-b53a-9db8dc81e8a7",
"link_clean": "https://www.amazon.com/dp/B0BM9512TX/",
"serpapi_link": "https://serpapi.com/search.json?amazon_domain=amazon.com&asin=B0BM9512TX&device=desktop&engine=amazon_product",
"thumbnail": "https://m.media-amazon.com/images/I/51Ms-yzKBhL._AC_SR100,100_QL65_.jpg",
"video": {
"link": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/9d906dc3-2826-4f7c-b411-05709a4e502b.mp4/productVideoOptimized.mp4",
"thumbnail": "https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/9d906dc3-2826-4f7c-b411-05709a4e502b.mp4/r/THUMBNAIL_360P_FRAME_3_CAPTURE_2.JPG"
},
"rating": 4.4,
"reviews": 69,
"price": "$29.99",
"extracted_price": 29.99
}
],
"reviews_information": {
"summary": {
"text": "Customers like the coffee's dark roast and smooth finish, considering it good value for money. The taste receives mixed feedback, with some finding it delicious while others describe it as bitter. The strength and freshness aspects are also mixed, with some finding it strong and fresh while others say it's weak and stale. The aroma gets mixed reviews, with some praising its excellent scent while others note it lacks the fresh coffee smell.",
"insights": [
{
"title": "Coffee quality",
"sentiment": "positive",
"mentions": {
"total": 1600,
"positive": 1330,
"negative": 278
},
"summary": "Customers find this coffee to be excellent, particularly praising its decaf version.",
"examples": [
{
"position": 1,
"snippet": "Good coffee! I've been a steady customer for Folgers but it seems to have changed. I thought I'd switch to a different coffee and this works for me!...",
"link": "https://www.amazon.com/gp/customer-reviews/R3EJ25PJSUIWGI"
},
{
"position": 2,
"snippet": "Great coffee. It doesn’t have a bitter taste. I drink my coffee black, but struggle when coffee is especially bitter. This coffee is not bitter....",
"link": "https://www.amazon.com/gp/customer-reviews/RQ4OU80IH0C2K"
},
{
"position": 3,
"snippet": "I also like it. What's to say? It's excellent coffee, and I have to say that the first time I ordered it I was fully expecting to find it average...",
"link": "https://www.amazon.com/gp/customer-reviews/R279XFRP6JQD0E"
},
...
]
},
{
"title": "Value for money",
"sentiment": "positive",
"mentions": {
"total": 979,
"positive": 906,
"negative": 73
},
"summary": "Customers find the coffee good value for money, noting it offers great taste for the price.",
"examples": [
{
"position": 1,
"snippet": "I bought the coffee just to try it out since I got it at a great price. I've drank a few cups and it tastes great. I was very pleasantly surprised.",
"link": "https://www.amazon.com/gp/customer-reviews/R2JWJ2KBHNWAC5"
},
{
"position": 2,
"snippet": "The coffee was fresh and a good price. The flavor of this coffee was good originally, but afterwards it left a very skunky aftertaste in my mouth....",
"link": "https://www.amazon.com/gp/customer-reviews/R3H93C2U3LJ854"
},
{
"position": 3,
"snippet": "It was very cheap coffee and a good value. But I didn't really like the flavor. I'm really not a picky person with coffee, but I'm not a fan....",
"link": "https://www.amazon.com/gp/customer-reviews/R3CY0X7F8WYLYW"
},
...
]
},
{
"title": "Smoothness",
"sentiment": "positive",
"mentions": {
"total": 206,
"positive": 193,
"negative": 13
},
"summary": "Customers appreciate the coffee's smoothness, particularly noting its bold yet balanced character, and one customer mentions its chocolate notes with a pleasant finish.",
"examples": [
{
"position": 1,
"snippet": "...I like hearty, bold flavored coffee and this was a delight! It is smooth and the price for the size also prompted me to buy it, plus the reviews helps",
"link": "https://www.amazon.com/gp/customer-reviews/R19VEXPJ7S91NE"
},
{
"position": 2,
"snippet": "I am very pleased with this coffee it is very smooth and taste great Great price better than expected Thank you Highly Recommended",
"link": "https://www.amazon.com/gp/customer-reviews/R3S513QHUEFL8O"
},
{
"position": 3,
"snippet": "...We enjoy the flavor and smoothness. I am not happy with this shipment as the expiration date is four weeks from now....",
"link": "https://www.amazon.com/gp/customer-reviews/RDJJF1X1FBPMO"
},
...
]
},
{
"title": "Roast color",
"sentiment": "positive",
"mentions": {
"total": 178,
"positive": 127,
"negative": 51
},
"summary": "Customers appreciate the coffee's dark roast, describing it as bold and bright, with one customer noting its rich smokiness.",
"examples": [
{
"position": 1,
"snippet": "...It is rich, smooth, bold (as described) and surprisingly good! I recommend it, if you usually like a dark bold ground coffee for your machine. Cheers!",
"link": "https://www.amazon.com/gp/customer-reviews/R1F6VX8KVY7KTI"
},
{
"position": 2,
"snippet": "I like bold coffees for the depth of their taste. This bold is dark, and rich but is lacking the intensify of taste....",
"link": "https://www.amazon.com/gp/customer-reviews/R1TOLIKDFWAL50"
},
{
"position": 3,
"snippet": "...But it was not! Not charcoal, but far away from medium. It's dark roast! I would say just average quality, not the worse, but not great either!...",
"link": "https://www.amazon.com/gp/customer-reviews/R380BNBCI7W9EC"
},
...
]
},
{
"title": "Taste",
"sentiment": "mixed",
"mentions": {
"total": 2100,
"positive": 1454,
"negative": 650
},
"summary": "Customers have mixed opinions about the coffee's taste, with some finding it wonderful while others report a bitter or burnt flavor.",
"examples": [
{
"position": 1,
"snippet": "Bought it just in case, but very surprised at the great taste,two tablespoons for 8 ounces of water works great for me, I ll be reordering soon",
"link": "https://www.amazon.com/gp/customer-reviews/R2V0Q6T1Q6GBFP"
},
{
"position": 2,
"snippet": "...clicked wrong button BUT I'm so glad I did order this, it is wow delicious, OMG & I hate bad coffee but this is amazingly flavorful, robust, first...",
"link": "https://www.amazon.com/gp/customer-reviews/RMYLT0PYHAVIN"
},
{
"position": 3,
"snippet": "I like strong coffee but this one was too heavy for me where it was bitter and unsatisfying. I ended up mixing it with a medium roast to not waste it.",
"link": "https://www.amazon.com/gp/customer-reviews/R1T70YWHZV09F7"
},
...
]
},
{
"title": "Strength",
"sentiment": "mixed",
"mentions": {
"total": 330,
"positive": 218,
"negative": 112
},
"summary": "Customers have mixed opinions about the coffee's strength, with some finding it nice and rich, while others describe it as weak.",
"examples": [
{
"position": 1,
"snippet": "...It is rich, smooth, bold (as described) and surprisingly good! I recommend it, if you usually like a dark bold ground coffee for your machine. Cheers!",
"link": "https://www.amazon.com/gp/customer-reviews/R1F6VX8KVY7KTI"
},
{
"position": 2,
"snippet": "I can't believe that Amazon gets 17 and change for this worm food. Weak and flavorless with no body. If you have money to throw away buy away.",
"link": "https://www.amazon.com/gp/customer-reviews/RVGD5GPH88Z8T"
},
{
"position": 3,
"snippet": "...snob but wegmans has an amazing organic one thats incredible and strong. Don't get me wrong it wont go to waste but i do prefer a stronger coffee",
"link": "https://www.amazon.com/gp/customer-reviews/R1NW2LFXNR28L3"
},
...
]
},
{
"title": "Aroma",
"sentiment": "mixed",
"mentions": {
"total": 295,
"positive": 198,
"negative": 97
},
"summary": "Customers have mixed opinions about the coffee's aroma, with some finding it delicious and aromatic while others say it doesn't smell good.",
"examples": [
{
"position": 1,
"snippet": "I was really impressed with the taste and aroma,I don’t know why I bought this but really glad I did it is now one of my favorites strong but smooth...",
"link": "https://www.amazon.com/gp/customer-reviews/R1T536LXR9UF6G"
},
{
"position": 2,
"snippet": "...It has a great aroma as it should. I prefer a finer grind and this holds up well with me doing so and still presenting a great cup of coffee....",
"link": "https://www.amazon.com/gp/customer-reviews/R2YJVWDT65MN7"
},
{
"position": 3,
"snippet": "The most flavorless coffee I had the MISFORTUNE to order. No aroma, no body, just a pale brown liquid with no taste to it!!!",
"link": "https://www.amazon.com/gp/customer-reviews/RSG7DEZY9YQGD"
},
...
]
},
{
"title": "Freshness",
"sentiment": "mixed",
"mentions": {
"total": 191,
"positive": 132,
"negative": 59
},
"summary": "Customers have mixed opinions about the coffee's freshness, with some finding it super fresh while others report it being not very fresh or old.",
"examples": [
{
"position": 1,
"snippet": "This is great coffee for the price. Really delicious and fresh. But we struggle to open the thin bags in such a way that they don’t tear....",
"link": "https://www.amazon.com/gp/customer-reviews/R2I9GDM55ZCUIP"
},
{
"position": 2,
"snippet": "Taste better than Starbucks decaf hands down! Very fresh even when you get to the bottom of the bag after weeks of using it....",
"link": "https://www.amazon.com/gp/customer-reviews/R2H1KFPT2M3BH0"
},
{
"position": 3,
"snippet": "...It was bland and stale. I didn’t realize that I had subscribed to the product and a second bag was shipped but the price had jumped from $12 to $17....",
"link": "https://www.amazon.com/gp/customer-reviews/R1I29TDS8NYCP0"
},
...
]
}
],
"images": [
"https://m.media-amazon.com/images/I/71vLf9AqCNL.jpg",
"https://m.media-amazon.com/images/I/71cqXjPvPZL.jpg",
"https://m.media-amazon.com/images/I/714gDDS7euL.jpg",
"https://m.media-amazon.com/images/I/71k4zZFI08L.jpg",
"https://m.media-amazon.com/images/I/41X-yXIpFjL.jpg",
"https://m.media-amazon.com/images/I/71NIVsUiyVL.jpg",
"https://m.media-amazon.com/images/I/71H2N7TiQqL.jpg",
"https://m.media-amazon.com/images/I/71q3DxWp8NL.jpg",
"https://m.media-amazon.com/images/I/713jO1nMR+L.jpg",
"https://m.media-amazon.com/images/I/617wW+xe6LL.jpg",
"https://m.media-amazon.com/images/I/71KI0MlLoWL.jpg",
"https://m.media-amazon.com/images/I/618C9iAhxSL.jpg"
],
"customer_reviews": {
"5 star": 67,
"4 star": 17,
"3 star": 8,
"2 star": 3,
"1 star": 5
}
},
"authors_reviews": [
{
"position": 1,
"title": "Good decaf coffee for the price",
"text": "Decent quality for the price, definitely lighter in flavor/roast than I would like but it doesn't give me heart palpitations/jitters like the other \"decaf\" coffees I've tried. The taste is alright, not too strong or acidic, but it doesn't prevent me making a second cup later in the day. Overall, it's helping me with my coffee/caffeine withdrawal and helps me continue my morning coffee routine.",
"rating": 5.0,
"date": "November 13, 2025",
"author": "Kris R",
"author_link": "https://www.amazon.com/gp/profile/amzn1.account.AEFZNNFLCYNYKGECUVY4XX3EQAIQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
"author_image": "https://m.media-amazon.com/images/S/amazon-avatars-global/default.png",
"helpful_votes": "7 people found this helpful",
"verified_purchase": true,
"product": {
"flavor_name": "Decaf Colombia, Medium Roast",
"size": "12 Ounce (Pack of 1)"
}
},
{
"position": 2,
"title": "Generic brand ~ It is what it is. It's all about VALUE.",
"text": "Smells like coffee, tastes like a light-to-medium coffee. Good for personal daily morning coffee drinking. I think I'd *upgrade* brands for guest service though. Nice aroma when brewing. Definitely NOT Casi Cielo but it is not dollar store quality either. I think it is priced appropriately for the current market we are all in at the moment (2025). It's a nickel less expensive per ounce then McD's coffee and has much more aroma when brewing. Both brands are decent economical brands with mid-range taste and quality. This could be the proverbial 'OFFICE COFFEE' and I don't think anyone would complain. I gave it 5 stars because you already know going in it is a generic product. It fits the bill without issue. Recommend if on a tight budget. Consider this a 'DAILY DRIVER'. Save your expensive stuff for Sunday.",
"rating": 5.0,
"date": "December 5, 2025",
"author": "T. Smith",
"author_link": "https://www.amazon.com/gp/profile/amzn1.account.AE7OEBNZBAZUTOS43DXWFBQA7EGQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
"author_image": "https://m.media-amazon.com/images/S/amazon-avatars-global/default.png",
"helpful_votes": "4 people found this helpful",
"verified_purchase": true,
"product": {
"flavor_name": "Colombia, Medium Roast",
"size": "32 Ounce (Pack of 1)"
}
},
{
"position": 3,
"title": "It won't impress your friends, but great for daily use.☕️🇨🇴",
"text": "Great‑price daily brew that punches above its budget beansPicked up this 2‑lb bag of Amazon Fresh Colombia to replace the pricier boutique roasts draining my grocery budget. I brew a full pot every morning in a drip machine and occasionally run a pour‑over on weekends.### What hits the spot* **Smooth, medium‑bodied cup.** Notes of mild cocoa and a little dried‑berry sweetness—no burnt aftertaste.* **Consistent grind size.** Works straight out of the bag in a standard paper filter; no sludge in the carafe.* **Wallet‑friendly.** Runs roughly half the cost per ounce of my local roaster’s Colombian beans.* **Rainforest Alliance certified.** Nice to see an eco label on a store‑brand option.### Where it falls short* **Non‑resealable packaging.** Once you cut it open it’s wide‑mouth to the world—transferred to an airtight canister to keep it fresh.* **Lighter than some “mediums.”** Dark‑roast fans may find it too gentle; I bump the scoop count by one for a stronger cup.* **Aromatics fade after two weeks.** Flavor stays fine, but the just‑opened scent diminishes quickly without solid storage.### Real‑world impact* **Budget win.** Saved about \\$12/month compared with my former brand while still enjoying a genuinely good cup.* **Office crowd pleaser.** Colleagues who normally drown coffee in creamer drink this one black.### Hacks & tweaks* **Vacuum canister or Mason jar** after opening = fresher aroma to the last scoop.* **French press brew** at a 1:14 ratio intensifies body for those who like more oomph.### Who it’s for* Daily coffee drinkers who want quality Arabica without boutique pricing.* Households that go through grounds quickly and appreciate the bigger 32‑oz bag.* Anyone easing into medium roasts from lighter breakfast blends.### VerdictKeep and reorder. The flavor‑to‑cost ratio makes this my new default pantry coffee. Just plan on transferring it to a sealed container and upping the dose if you favor a bolder brew.",
"rating": 4.0,
"date": "May 11, 2025",
"author": "Patty",
"author_link": "https://www.amazon.com/gp/profile/amzn1.account.AGLATUFTEWCVCQOU5PUB7RRKUY2A/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
"author_image": "https://m.media-amazon.com/images/S/amazon-avatars-global/db3cf0aa-42f8-4d16-88b7-52051bac87e9._CR0%2C23%2C287%2C287_UX460_.jpg",
"helpful_votes": "69 people found this helpful",
"verified_purchase": true,
"product": {
"flavor_name": "Colombia, Medium Roast",
"size": "32 Ounce (Pack of 1)"
}
},
{
"position": 4,
"title": "Solid coffee, decent flavor and very affordable decaf coffee",
"text": "Great buy. This one is one of the few coffees (particularly decaf) that is under $7, and a great buy in general. Not the most delicious coffee, and I don't know if it is slightly older or just average coffee, but its decent. For the money, I will happily buy it again.Seal was unbroken, taped and package arrived with no issues.",
"rating": 5.0,
"date": "November 17, 2025",
"author": "P. Davit",
"author_link": "https://www.amazon.com/gp/profile/amzn1.account.AGKLKS2WT6PKH6ISNS4S2LNLHMTQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
"author_image": "https://m.media-amazon.com/images/S/amazon-avatars-global/default.png",
"helpful_votes": "2 people found this helpful",
"verified_purchase": true,
"product": {
"flavor_name": "Decaf Colombia, Medium Roast",
"size": "12 Ounce (Pack of 1)"
}
},
{
"position": 5,
"title": "Coffee so good it ruined my back up plan!",
"text": "Five Stars: A Coffee So Good It Ruined My Backup PlanI originally bought Amazon Fresh Medium Roast Colombian Coffee for one humble, practical purpose: backup fuel. You know—those mornings when I run out of “the good stuff,” and life descends into caffeine-less chaos and I wonder if society was a mistake. I figured this would be the emergency parachute roast. The understudy. The just-in-case bean.Then I made the first cup.My friends… that was the moment my “backup plan” staged a coup and took over the entire kitchen.The aroma alone hit me like a caffeinated hug from a friendly Colombian mountain spirit. The flavor? Bold, rich, and so smooth it practically apologizes for every bitter disappointment I’ve ever had in life. And the biggest miracle: not a single stomach flare-up. My digestive system raised a white flag and said, “Yeah, we’re cool with this one.”I expected something passable. I got something dangerously habit-forming.Now I drink this every day. Not as a backup. Not as a substitute. As the main event. When I run out now, I don’t just feel inconvenienced—I spiral into an emotional monologue worthy of a dramatic telenovela. I have yelled “WHO LET THIS HAPPEN?!” at my own reflection.This coffee has completely dethroned every name brand I once worshiped. Starbucks? Please. Peet’s? Sweet, but no. Blue Bottle? Cute little boutique brew. This one tastes like those fancy high-end coffees went to summer school and finally learned how to behave.It’s smoother than fancy single-origin beans that brag about growing on a sacred hillside kissed by monk-blessed winds. It’s richer than blends that come in bags so expensive you feel like you should whisper to them.Amazon Fresh Colombian? It just quietly shows up and outperforms everyone with the confidence of a caffeine-powered superhero who doesn’t need a cape.If you want a coffee that tastes luxurious, treats your stomach kindly, and turns you into an emotionally dependent bean worshiper, this is your roast.Five stars. Six if Amazon would let me.",
"rating": 5.0,
"date": "November 26, 2025",
"author": "Rosemary Ellard",
"author_link": "https://www.amazon.com/gp/profile/amzn1.account.AGM5T4BXI4BMWQVQEGF6WXZVLZRQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
"author_image": "https://m.media-amazon.com/images/S/amazon-avatars-global/default.png",
"helpful_votes": "14 people found this helpful",
"verified_purchase": true,
"product": {
"flavor_name": "Colombia, Medium Roast",
"size": "12 Ounce (Pack of 1)"
}
}
]
}
}