Google Search API
Powerful Google Search SERP API to scrape organic search results, ads, knowledge panels, and more. Monitor keyword rankings and analyze competitor strategies across different countries and languages with built-in anti-bot protection.
Tags: Google API
Parameters
| Name | Required | Type | Default | Description |
|---|---|---|---|---|
| query | Yes | string | The search query for Google Search (e.g., 'coffee shops', 'how to bake a cake'). | |
| page | No | integer | 0 | The results page number. Use 0 for the first page, 1 for the second, and so on. |
| html | No | boolean | false | Set to true to return the raw HTML of the Google search results page alongside the structured data. |
| language | No | string | en | Set the language for the results using its two-letter code (e.g., 'en' for English, 'fr' for French). See Google Language. |
| lr | No | string | Restrict results to one or more languages using the 'lang_{language_code}' format (e.g., 'lang_en'). See Google LR Language. | |
| domain | No | string | google.com | The Google domain to use for the search (e.g., 'google.com', 'google.co.uk'). See Google Domains. |
| country | No | string | us | Set the target country code (e.g., 'us', 'uk') to localize results. See Google Countries. |
| cr | No | string | Limits results to search results from specific countries. Format: 'countryXX'. See Google CR Countries. | |
| uule | No | string | Encoded location string (UULE) used to precisely localize Google search results. This is an advanced/technical parameter — if you’re not familiar with it, you can leave it empty and omit it. | |
| location | No | string | The textual location name (e.g., 'New York, NY') to localize the search results. | |
| ludocid | No | string | Google local business CID (place identifier). Used to target a specific Google Business Profile / local listing. Advanced parameter — if you don’t know it, you can omit it. | |
| lsig | No | string | Signature parameter (lsig) sometimes required for certain Knowledge Graph / local map view features. This is an advanced technical parameter — if you’re not familiar with it, you can leave it empty. | |
| kgmid | No | string | Knowledge Graph entity/listing ID (KGMID) used to retrieve details for a specific entity. This is an advanced technical parameter — if you’re not familiar with it, you can leave it empty. | |
| si | No | string | Cached search context parameter (si) used to reproduce specific Google search result views/context (e.g. some Knowledge Graph tabs). This is an advanced technical parameter — if you’re not familiar with it, you can leave it empty. | |
| ibp | No | string | Parameter (ibp) used to control certain Google UI expansions or rendering modes (commonly in local/business result views). This is an advanced technical parameter — if you’re not familiar with it, you can leave it empty. | |
| uds | No | string | Advanced filter token (uds) used for specific Google search sub-filters. This is an advanced technical parameter, usually provided by Google in filter options/results — if you’re not familiar with it, you can leave it empty. | |
| tbs | No | string | Advanced search filter parameter (tbs) used to apply Google result filters (e.g. time range). This is an advanced parameter — if you’re not familiar with it, you can leave it empty. | |
| safe | No | string | off | SafeSearch filter setting. Set to 'active' to filter adult content, or 'off' to disable it. |
| nfpr | No | string | 0 | Controls Google's auto-correction. Set to '1' to exclude corrected results, '0' to include them. |
| filter | No | string | Toggle 'Similar Results' and 'Omitted Results' filters. Set to '1' (default) to enable, '0' to disable. |
Copy Request
bash
curl -X GET "https://api.justserpapi.com/api/v1/google/search?query=coffee" \
-H "X-API-Key: YOUR_API_KEY"js
const res = await fetch("https://api.justserpapi.com/api/v1/google/search?query=coffee", {
headers: { "X-API-Key": "YOUR_API_KEY" }
});
const data = await res.json();
console.log(data);python
import requests
url = "https://api.justserpapi.com/api/v1/google/search"
headers = { "X-API-Key": "YOUR_API_KEY" }
params = {
"query": "coffee"
}
response = requests.get(url, headers=headers, params=params)
print(response.json())php
<?php
$url = "https://api.justserpapi.com/api/v1/google/search?query=coffee";
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, [
"X-API-Key: YOUR_API_KEY"
]);
$response = curl_exec($ch);
curl_close($ch);
echo $response;go
package main
import (
"fmt"
"io"
"net/http"
)
func main() {
client := &http.Client{}
req, _ := http.NewRequest("GET", "https://api.justserpapi.com/api/v1/google/search?query=coffee", nil)
req.Header.Set("X-API-Key", "YOUR_API_KEY")
resp, _ := client.Do(req)
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}Response
Example:
json
{
"code": 200,
"message": "success",
"data": {
"search_information": {
"time_taken": 0.32,
"total_results": 3090000000,
"query_displayed": "coffee",
"spelling_fixed": "Choose area",
"showing_results_for": "Choose area",
"organic_results_state": "Some results for exact spelling but showing fixed spelling",
"url": "https://www.google.com/search?q=coffee&oq=coffee&gl=us&hl=en&sourceid=chrome&ie=UTF-8"
},
"knowledge_graph": {
"title": "Coffee",
"acidity_level": "between 4.5 to 5.5 creaturecoffee.co",
"acidity_level_links": [
{
"text": "creaturecoffee.co",
"link": "https://creaturecoffee.co/blogs/creature-feature-a-specialty-coffee-blog/a-brief-introduction-to-coffee-acidity"
}
]
},
"local_results": [
{
"position": 1,
"title": "El Saraya Coffee shop",
"place_id": "1666493699204602646",
"rating": "4.1",
"reviews": "81",
"address": "4.1(81) · $1–10 · Cafe",
"hours": "Jersey City, NJ",
"links": {}
},
{
"position": 2,
"title": "Jackie Coffee Co",
"place_id": "15387938561795021152",
"rating": "",
"reviews": "",
"address": "No reviews · Cafe",
"hours": "Hoboken, NJ",
"links": {}
},
{
"position": 3,
"title": "Haute Dulce",
"place_id": "11719374488246500134",
"rating": "4.9",
"reviews": "1.2K",
"address": "4.9(1.2K) · $10–20 · Cafe",
"hours": "Secaucus, NJ",
"links": {}
}
],
"peopleAlsoAskedFor": [
{
"question": "What is the 80/20 rule for coffee?",
"rank": 1,
"text_blocks": [
{
"type": "paragraph",
"snippet": "The 80/20 rule in coffee, based on the Pareto Principle, suggests 80% of your coffee's flavor comes from 20% of the effort, meaning you should focus on high-impact factors like quality beans, proper grind, and good water for most of the flavor, while less critical variables like expensive gear or complex techniques provide diminishing returns. It's about getting great results by prioritizing the fundamentals (beans, grind, water) before getting lost in overly complex brewing details.",
"snippet_highlighted_words": [
"80% of your coffee's flavor comes from 20% of the effort"
]
},
{
"type": "heading",
"snippet": "Key Focus Areas (The \"20%\")"
},
{
"type": "list",
"list": [
{
"title": "Bean Quality",
"snippet": "Fresh, well-roasted, high-quality beans are the most crucial element."
},
{
"title": "Grind Size",
"snippet": "Adjusting grind size for optimal extraction (sour = finer, bitter = coarser) offers huge flavor improvements."
},
{
"title": "Water Quality",
"snippet": "Good, filtered water makes a significant difference."
}
]
},
{
"type": "heading",
"snippet": "What to Prioritize Less (The \"80%\")"
},
{
"type": "list",
"list": [
{
"title": "Expensive Equipment",
"snippet": "A quality burr grinder gives more bang for your buck than a fancy machine for basic brewing."
},
{
"title": "Overly Complex Techniques",
"snippet": "Don't obsess over minor variables like water temperature to the degree before getting the basics right."
}
]
},
{
"type": "heading",
"snippet": "How to Apply It"
}
],
"references": [
{
"title": "80/20 Method for Coffee Brewing - by Matthew Perger - Medium",
"link": "https://medium.com/barista-hustle/80-20-method-for-coffee-brewing-3e394c8b81b2#:~:text=Get%20Matthew%20Perger's%20stories%20in,coffee%20for%20the%20first%20time.",
"snippet": "Nov 9, 2015 — Get Matthew Perger's stories in your inbox. Join Medium for free to get updates from this writer. The aim of the game h...",
"source": "Medium",
"index": 0
},
{
"title": "What Is the 80/20 Rule for Coffee? - Koffee Kult",
"link": "https://www.koffeekult.com/blogs/blog/what-is-the-80-20-rule-for-coffee#:~:text=If%20you've%20ever%20gone,biggest%20difference%20in%20the%20cup.",
"snippet": "8 days ago — If you've ever gone down the coffee rabbit hole, dialing grinders, obsessing over ratios, or debating brew methods—you'v...",
"source": "Koffee Kult",
"index": 1
},
{
"title": "The 80/20 Rule for Perfect Enjoyment | Balance Health & Flavor",
"link": "https://salentocoffee.ae/coffee-lovers-secret-the-80-20-rule-for-perfect-enjoyment-balance-health-flavor/#:~:text=1%EF%B8%8F%E2%83%A3%20Health%20&%20Lifestyle%20Balance,brewing%20methods%20and%20new%20flavors.",
"snippet": "Oct 17, 2025 — 1️⃣ Health & Lifestyle Balance. 80% of the time: Choose simpler, healthier options — black coffee, Americano, or a light...",
"source": "Salento Coffee Roastery",
"index": 2
},
{
"title": "What is the 80/20 rule for coffee?",
"link": "https://scandalouscoffee.com/blogs/articles/what-is-the-80-20-rule-for-coffee#:~:text=Quick%20answer:%20The%2080/20,equipment%20to%20prevent%20oil%20buildup.",
"snippet": "Aug 19, 2025 — Quick answer: The 80/20 rule for coffee, often mentioned in the context of a coffee guide, suggests that 80% of coffee...",
"source": "Scandalous Coffee",
"index": 3
},
{
"title": "International Coffee Day 2025: The 80/20 Rule Every Coffee Lover Should ...",
"link": "https://food.ndtv.com/food-drinks/international-coffee-day-2025-the-80-20-rule-every-coffee-lover-should-know-9370425#:~:text=Some%20baristas%20interpret%20the%2080,ensures%20your%20coffee%20tastes%20great.",
"snippet": "Sep 30, 2025 — Some baristas interpret the 80/20 rule as focusing 80% on good-quality beans and 20% on brewing technique. Even if you...",
"source": "NDTV Food",
"index": 4
},
{
"title": "What's the 80/20 Rule? - YouTube",
"link": "https://www.youtube.com/shorts/BPy7LB567S8#:~:text=Every%20time.,Everything%20else%20is%20just%20optimisation.",
"snippet": "Dec 22, 2025 — Every time. Here's what that looks like in practice: you can spend hours perfecting your pour-over technique, but if t...",
"source": "YouTube",
"index": 5
},
{
"title": "Understanding the 80/20 Rule in Coffee: Better Flavor with Less Effort",
"link": "https://thenutrideep.com/80-20-rule-coffee-brewing-efficiency/",
"snippet": "Jan 27, 2026 — FAQ — The 80/20 Rule in Coffee * Does this rule apply to all methods? Yes, from espresso to pour-over, the fundamenta...",
"source": "thenutrideep.com",
"index": 6
}
]
},
{
"question": "What does coffee do to your body?",
"rank": 2,
"text_blocks": [
{
"type": "paragraph",
"snippet": "Coffee primarily works by stimulating the central nervous system with caffeine, making you feel more alert and focused, but it also provides antioxidants and nutrients, potentially reducing risks for diseases like Type 2 diabetes and offering benefits for brain health and exercise performance, though excessive intake can lead to anxiety, insomnia, or digestive issues.",
"snippet_highlighted_words": [
"stimulating the central nervous system with caffeine, making you feel more alert and focused, but it also provides antioxidants and nutrients, potentially reducing risks for diseases like Type 2 diabetes and offering benefits for brain health and exercise performance"
]
},
{
"type": "heading",
"snippet": "Positive Effects"
},
{
"type": "list",
"list": [
{
"title": "Enhanced Mental Function",
"snippet": "Improves mood, memory, reaction time, and focus."
},
{
"title": "Disease Prevention",
"snippet": "Linked to lower risks of Type 2 diabetes, Parkinson's, liver disease, and heart failure."
},
{
"title": "Rich in Antioxidants",
"snippet": "Protects cells from damage and inflammation."
},
{
"title": "Nutrient Source",
"snippet": "Contains B vitamins, potassium, and other beneficial compounds."
},
{
"title": "Improved Physical Performance",
"snippet": "Can boost energy and endurance during exercise."
}
]
},
{
"type": "heading",
"snippet": "Negative Effects (Often from Overconsumption)"
},
{
"type": "list",
"list": [
{
"title": "Anxiety & Jitters",
"snippet": "Increased adrenaline can cause nervousness, restlessness, or shakiness."
},
{
"title": "Sleep Issues",
"snippet": "Can interfere with sleep, especially if consumed too late."
},
{
"title": "Digestive Problems",
"snippet": "May cause heartburn, acid reflux, or stomach irritation."
},
{
"title": "Heart Palpitations",
"snippet": "Can lead to a rapid or uneven heartbeat."
},
{
"title": "Headaches & Dizziness",
"snippet": "Can occur with too much caffeine or during withdrawal."
}
]
},
{
"type": "heading",
"snippet": "How It Works"
},
{
"type": "list",
"list": [
{
"title": "Caffeine blocks adenosine",
"link": "https://www.google.com/search?sca_esv=977e0bbde19a8b17&gl=us&hl=en&q=adenosine&sa=X&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQxccNegUIvwIQAQ",
"snippet": "Caffeine blocks adenosine, a brain chemical that makes you feel tired, leading to increased alertness."
},
{
"title": "Hormonal Release",
"snippet": "Stimulates adrenaline and other neurotransmitters, exciting the nervous system."
},
{
"title": "Metabolism",
"snippet": "Absorbed quickly, metabolized by the liver, with a half-life of about 4-5 hours, but this varies greatly."
}
]
},
{
"type": "heading",
"snippet": "How Much Is Too Much?"
},
{
"type": "list",
"list": [
{
"snippet": "For most healthy adults, up to 400mg of caffeine (about 4 cups of coffee) per day is generally considered acceptable."
},
{
"snippet": "Individual tolerance varies significantly due to genetics and other factors, so listen to your body."
}
]
}
],
"references": [
{
"title": "9 Reasons Why (the Right Amount of) Coffee Is Good for You | Johns Hopkins Medicine",
"link": "https://www.hopkinsmedicine.org/health/wellness-and-prevention/9-reasons-why-the-right-amount-of-coffee-is-good-for-you",
"source": "Johns Hopkins Medicine",
"index": 0
},
{
"title": "Coffee and health: What does the research say? - Mayo Clinic",
"link": "https://www.mayoclinic.org/healthy-lifestyle/nutrition-and-healthy-eating/expert-answers/coffee-and-health/faq-20058339#:~:text=Taking%20in%20too%20much%20caffeine,below%20and%20resubmit%20the%20form.",
"snippet": "Taking in too much caffeine can cause anxiety, headache or faster heart rate. Caffeinated coffee can increase heartburn symptoms,",
"source": "Mayo Clinic",
"index": 1
},
{
"title": "Caffeine | Better Health Channel",
"link": "https://www.betterhealth.vic.gov.au/health/healthyliving/caffeine#:~:text=a%20rise%20in%20body%20temperature,caffeine%20levels%20per%20serve%20include:",
"snippet": "a rise in body temperature. frequent urination. dehydration. dizziness and headaches. rapid heartbeat (palpitations) restlessness ...",
"source": "Better Health Channel",
"index": 2
},
{
"title": "What doctors wish patients knew about the impact of caffeine - AMA",
"link": "https://www.ama-assn.org/public-health/prevention-wellness/what-doctors-wish-patients-knew-about-impact-caffeine#:~:text=%E2%80%9CWhen%20you%20drink%20caffeine%2C%20it,Fernandes.",
"snippet": "“When you drink caffeine, it is rapidly absorbed in the stomach and then the gastrointestinal tract, and then it gets metabolized ...",
"source": "American Medical Association | AMA",
"index": 3
},
{
"title": "Caffeine: What It Is, Benefits and Side Effects - Cleveland Clinic",
"link": "https://health.clevelandclinic.org/caffeine#:~:text=What%20is%20caffeine?,Guarana%20berries",
"snippet": "Mar 21, 2025 — What is caffeine? Caffeine is a type of drug called a stimulant, meaning it increases chemicals in your brain called n...",
"source": "Cleveland Clinic Health Essentials",
"index": 4
},
{
"title": "What Just One Cup of Coffee Does to Your Liver and Body",
"link": "https://www.youtube.com/watch?v=o1EIj-huCzE&t=474",
"snippet": "Dec 12, 2024 — us well there are a surprising number of benefits. and there's a sweet spot where we can get just the right amount of ...",
"source": "YouTube ·",
"index": 5
},
{
"title": "Caffeine’s Side Effects - Aurora Health Care",
"link": "https://www.aurorahealthcare.org/services/gastroenterology-colorectal-surgery/caffeine-side-effects#:~:text=Caffeine%20is%20the%20most%20widely,or%20your%20heart%20beating%20unevenly",
"snippet": "Caffeine is the most widely consumed psychoactive substance in the world. Many people start every day with caffeine in one form or...",
"source": "Aurora Health Care",
"index": 6
},
{
"title": "The Surprising Perks to Your Health of Drinking Coffee - RadNet",
"link": "https://www.radnet.com/south-bay/news/surprising-perks-your-health-drinking-coffee",
"snippet": "Oct 29, 2024 — The Surprising Perks to Your Health of Drinking Coffee * Caffeine: This is a natural stimulant that energizes your bo...",
"source": "RadNet",
"index": 7
},
{
"title": "Caffeine intake and anxiety: a meta-analysis - PMC",
"link": "https://pmc.ncbi.nlm.nih.gov/articles/PMC10867825/#:~:text=Caffeine%20is%20a%20stimulant%20that%20affects%20the,anxious%20or%20nervous%20(Nehlig%20et%20al.%2C%201992).",
"snippet": "Feb 1, 2024 — Caffeine is a stimulant that affects the central nervous system, so consuming caffeinated beverages, such as coffee and...",
"source": "National Institutes of Health (.gov)",
"index": 8
}
]
},
{
"question": "What is the 15-15-15 coffee rule?",
"rank": 3,
"text_blocks": [
{
"type": "paragraph",
"snippet": "The \"15 15 15 coffee rule\" (also known as the \"15 Rule\" or \"Babbie's Rule\") is a guideline for coffee freshness: green (unroasted) beans last 15 months, roasted beans peak within 15 days of roasting, and ground coffee should be brewed within 15 minutes for best flavor due to rapid staling from increased surface area and oxidation. This simple rule helps coffee lovers maximize flavor from farm to cup, ensuring a richer aroma and taste by controlling freshness at each stage.",
"snippet_highlighted_words": [
"green (unroasted) beans last 15 months, roasted beans peak within 15 days of roasting, and ground coffee should be brewed within 15 minutes for best flavor due to rapid staling from increased surface area and oxidation"
]
},
{
"type": "paragraph",
"snippet": "This video explains the 15-15-15 rule for coffee freshness:"
},
{
"type": "heading",
"snippet": "The 15-15-15 Rule Explained"
},
{
"type": "list",
"list": [
{
"title": "15 Months (Green Beans)",
"snippet": "Unroasted coffee beans are best consumed within 15 months of their harvest date."
},
{
"title": "15 Days (Roasted Beans)",
"snippet": "After roasting, coffee beans reach peak flavor for about 15 days before quality declines due to oxidation."
},
{
"title": "15 Minutes (Ground Coffee)",
"snippet": "Once ground, coffee stales very quickly; brew it within 15 minutes for the most intense aroma and taste."
}
]
},
{
"type": "paragraph",
"snippet": "You can watch this video to learn about coffee brew ratios:"
},
{
"type": "heading",
"snippet": "Why it Matters for Flavor"
},
{
"type": "list",
"list": [
{
"title": "Oxidation",
"snippet": "Oxygen dramatically changes coffee's flavor, and the rule helps you combat this process."
},
{
"title": "Surface Area",
"snippet": "Grinding increases surface area, accelerating staling and loss of volatile compounds that create aroma and taste."
},
{
"title": "Freshness Control",
"snippet": "Following the rule ensures you're enjoying the nuanced flavors and aromas at their peak, from the raw bean to the final brew."
}
]
}
],
"references": [
{
"title": "Questioning the Rule of Fifteens and Pre-Ground Coffee ",
"link": "https://www.home-barista.com/tips/questioning-rule-fifteens-and-pre-ground-coffee-t23512.html",
"snippet": "Oct 26, 2012",
"source": "Home-Barista.com",
"index": 0
},
{
"title": "Making the Perfect Cup of Coffee at Home: Tips from the Experts",
"link": "https://www.rossstreetroasting.com/blogs/blog/making-the-perfect-cup-of-coffee-at-home-tips-from-the-experts#:~:text=The%20reason%20why%20we%20tell,following%20to%20the%20coffee%20newbies:",
"snippet": "Sep 14, 2021 — The reason why we tell you that is because the oxidation process will dramatically change the flavor. From the moment ...",
"source": "Ross Street Roasting",
"index": 1
},
{
"title": "green beans are best within 15 months of harvest ... - Facebook",
"link": "https://www.facebook.com/groups/515426980387694/posts/1374352574495126/#:~:text=The%20%22Coffee%2015%20Rule%2C%22,is%20a%20guideline%20for%20maximum",
"snippet": "7 days ago — The \"Coffee 15 Rule,\" also known as the 15-15-15 Rule or Babbie's Rule, is a guideline for maximum freshness: green bean...",
"source": "Facebook ·",
"index": 2
},
{
"title": "Learning from Others and the Rule of 15 - Potomac Roasting",
"link": "https://www.potomacroasting.com/post/learning-from-others-and-the-rule-of-15",
"snippet": "Apr 18, 2024 — She explained the Rule of 15 to help ensure great quality, whether you are roasting at home or commercially. * Green ...",
"source": "Potomac Roasting",
"index": 3
},
{
"title": "What is the 15 Rule for Coffee? - Berks Beans",
"link": "https://berksbeans.com/what-is-the-15-rule-for-coffee/#:~:text=5%20months%20ago,life%20in%20your%20morning%20cup!",
"snippet": "5 months ago. Berks Beans Coffee. Did you know there's a simple secret to making your coffee taste exceptional every single time?",
"source": "Berk's Beans Coffee",
"index": 4
},
{
"title": "Electric Coffee Lab",
"link": "https://www.electriccoffeelab.com/#:~:text=Try%20it%20and%20maybe%20you,need%20for%20the%20freshest%20results.",
"snippet": "Try it and maybe you can figure out what is best for you.... The 15-15-15 Rule Explained: *15 Months (Green Beans): Green, unroast...",
"source": "electriccoffeelab.com",
"index": 5
}
]
},
{
"question": "What brand of coffee is the best?",
"rank": 4,
"text_blocks": [
{
"type": "paragraph",
"snippet": "The \"best\" coffee brand depends on your taste, but top contenders include La Colombe (overall balance/variety), Intelligentsia (flavor depth/sourcing), Peet's (strong favorites), and Starbucks (popularity/accessibility), with specialty roasters like Counter Culture and options like Lavazza (daily) or Volcanica (Ethiopian) also highly rated for quality and specific profiles."
},
{
"type": "heading",
"snippet": "Top-Rated Brands"
},
{
"type": "list",
"list": [
{
"title": "La Colombe",
"link": "https://www.google.com/search?sca_esv=977e0bbde19a8b17&gl=us&hl=en&q=La+Colombe&sa=X&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQxccNegUIggMQAQ",
"snippet": "Praised for offering well-balanced blends and single origins with options for different roast levels (light-medium, dark-medium) and ethical sourcing."
},
{
"title": "Intelligentsia",
"link": "https://www.google.com/search?sca_esv=977e0bbde19a8b17&gl=us&hl=en&q=Intelligentsia&sa=X&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQxccNegUImgMQAQ",
"snippet": "A leader in direct trade, known for distinct flavors, quality, and excellent light roasts, notes The Spruce Eats."
},
{
"title": "Peet's Coffee",
"link": "https://www.google.com/search?sca_esv=977e0bbde19a8b17&gl=us&hl=en&q=Peet%27s+Coffee&sa=X&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQxccNegUIvQMQAQ",
"snippet": "A beloved brand with favorites like the \"Big Bang\" blend, offering approachable, well-rounded medium roasts."
},
{
"title": "Counter Culture",
"link": "https://www.google.com/search?sca_esv=977e0bbde19a8b17&gl=us&hl=en&q=Counter+Culture&sa=X&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQxccNegUIywMQAQ",
"snippet": "A respected specialty roaster with popular options like \"Forty Six,\" often recommended by baristas for great quality, Reddit users."
},
{
"title": "Starbucks",
"link": "https://www.google.com/search?sca_esv=977e0bbde19a8b17&gl=us&hl=en&q=Starbucks&sa=X&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQxccNegUIwQMQAQ",
"snippet": "Remains the most popular coffee brand in the U.S., known for consistency and accessibility."
}
]
},
{
"type": "heading",
"snippet": "For Specific Preferences"
},
{
"type": "list",
"list": [
{
"title": "Daily/Dependable",
"snippet": "Lavazza is a recommended choice for everyday drinking."
},
{
"title": "Strong Caffeine",
"snippet": "Death Wish Coffee is suggested for those seeking a significant caffeine boost."
},
{
"title": "Unique Flavors",
"snippet": "Volcanica Ethiopian is highlighted for interesting flavor profiles."
},
{
"title": "Organic/Ethical",
"snippet": "Kicking Horse Coffee is noted for organic options, while Newman's Own donates profits to charity."
}
]
},
{
"type": "heading",
"snippet": "How to Choose"
},
{
"type": "list",
"list": [
{
"title": "Consider Your Roast",
"snippet": "Do you prefer light, medium, or dark roasts, or blends in between? Brands like La Colombe offer variety."
},
{
"title": "Think About Your Brewing Method",
"snippet": "Lighter roasts are great for pour-overs, while darker ones work well for espresso."
},
{
"title": "Explore Specialty vs. Grocery",
"snippet": "Specialty brands (Intelligentsia, Counter Culture) often offer complex flavors, while larger brands (Starbucks, Lavazza) offer convenience and consistency."
}
]
}
],
"references": [
{
"title": "Can you recommend any good coffee brands in the United States? - Reddit",
"link": "https://www.reddit.com/r/barista/comments/17lk84b/can_you_recommend_any_good_coffee_brands_in_the/#:~:text=If%20you%20want%20something%20you,%E2%80%A2%202y%20ago",
"snippet": "Nov 2, 2023 — If you want something you can get in a supermarket (I usually get mine at Target), Counter Culture is pretty great for ...",
"source": "Reddit ·",
"index": 0
},
{
"title": "The 5 Best Tasting Store-Bought Ground Coffees | DoorDash Blog",
"link": "https://blog.doordash.com/en-us/post/best-ground-coffee-brands#:~:text=The%20Results,and%20no%20trace%20of%20bitterness.",
"snippet": "Sep 4, 2024 — The Results. Caribou Coffee's Caribou Blend. This well-rounded roast from Minnesota's Caribou Coffee is our new morning...",
"source": "DoorDash Blog",
"index": 1
},
{
"title": "10 Best Coffee Brands of 2025, Tested and Reviewed - Food Network",
"link": "https://www.foodnetwork.com/how-to/packages/shopping/best-coffee-brands#:~:text=Best%20Overall:%20La%20Colombe&text=Sometimes%20a%20dark%20roast%20is,about%20buying%20bag%20after%20bag.",
"snippet": "Sep 19, 2025 — Best Overall: La Colombe ... Sometimes a dark roast is too dark, or a light roast too light, but La Colombe has solved...",
"source": "Food Network",
"index": 2
},
{
"title": "How Do Six Top National Specialty Coffee Brands Stack Up?",
"link": "https://www.coffeereview.com/how-do-six-top-national-specialty-coffee-brands-stack-up/",
"snippet": "Feb 12, 2025 — How Do Six Top National Specialty Coffee Brands Stack Up? * Counter Culture Coffee's training center in Durham, North...",
"source": "Coffee Review",
"index": 3
},
{
"title": "The 7 Best Coffee Brands of 2026 - Taste of Home",
"link": "https://www.tasteofhome.com/collection/best-coffee-brands/#:~:text=Starbucks%20is%20still%20the%20most,growing%20favorites%20among%20coffee%20enthusiasts.",
"snippet": "Jan 9, 2026 — Starbucks is still the most popular coffee brand in the U.S., though specialty roasters like Peet's and Lavazza are gro...",
"source": "Taste of Home",
"index": 4
},
{
"title": "The Best Coffee Brands, Tested and Approved - The Spruce Eats",
"link": "https://www.thespruceeats.com/best-coffee-brands-4845263#:~:text=Intelligentsia%20Coffee,-Credit:%20Intelligentsia%20Coffee&text=Intelligentsia%20is%20one%20of%20our,Intelligentsia%20is%20absolutely%20worth%20exploring.",
"snippet": "May 14, 2025 — Intelligentsia Coffee ... Intelligentsia is one of our all-time favorite coffee brands for its depth of flavor, commit...",
"source": "The Spruce Eats",
"index": 5
},
{
"title": "The Best Organic Coffee | Tested and Reviewed - Taste of Home",
"link": "https://www.tasteofhome.com/collection/best-organic-coffee/#:~:text=Kicking%20Horse%20Coffee%20454%20Horse%20Power,-Shop%20on%20Amazon",
"snippet": "Jan 9, 2026 — Kicking Horse Coffee 454 Horse Power.",
"source": "Taste of Home",
"index": 6
},
{
"title": "YouTube",
"link": "https://www.youtube.com/watch?v=V51_2SJPhS0&t=468",
"snippet": "Dec 16, 2025 — and finally a quick storage hack before you buy never store your beans in the fridge. the moisture will kill the flavo...",
"source": "YouTube ·",
"index": 7
}
]
}
],
"organic_results": [
{
"title": "Coffee",
"link": "https://en.wikipedia.org/wiki/Coffee",
"displayed_link": "https://en.wikipedia.org › wiki › Coffee",
"favicon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAAAAABXZoBIAAAAnklEQVR4AeTNIQiDQABG4b+u17X1aF6PK3YEO9iMJqPVau82y4FgMezS0oVLhqsHtrcqeqzDXv3CEz/6L4yTtZM3dnHmPTtjzXZAXKYVo4agkU2GI2Lloc6JDez1+flswMu1EQZ3xlE7lK8eKDkjtwE+crBMV+wesKmCiisGGepZIfQJpMj9SNb2MYWrChjVkULuCyCfRvsdmBieyQQAsoDk/9ryhFMAAAAASUVORK5CYII=",
"source": "Wikipedia",
"snippet": "Coffee is a beverage brewed from roasted, ground coffee beans. Darkly colored, bitter, and slightly acidic, coffee has a stimulating effect on humansRead more",
"highlighted_keywords": [
"a beverage brewed from roasted, ground coffee beans"
],
"rich_snippet": {
"bottom": {
"detected_extensions": {},
"extensions": []
}
},
"rank": 1,
"page_rank": 1
},
{
"title": "Arabica Coffee | A Family Owned & ...",
"link": "https://www.arabicacoffeeco.com/",
"displayed_link": "https://www.arabicacoffeeco.com",
"source": "arabicacoffeeco.com",
"snippet": "Arabica Coffee Roasters strives to provide world-class coffee using the latest in coffee brewing technology and carefully sourced beans.Read more",
"highlighted_keywords": [
"world-class coffee"
],
"rank": 2,
"page_rank": 2
},
{
"title": "Coffee - Black Rifle Coffee",
"link": "https://www.blackriflecoffee.com/collections/coffee?srsltid=AfmBOoo4-zgMuxfKXgaTyz_EtFm3MUS4R03nMpn1T4IxAdYjW0WbjH3y",
"displayed_link": "https://www.blackriflecoffee.com › collections › coffee",
"favicon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAAAAABXZoBIAAABa0lEQVR4AY3SIYjrQBRG4SNHjBwz3LialdVr6tZX1cQVaqoiR8cGquLVeni6sh4iR0VEhtja/7VpSnd5j2WPCvlIGOZeih/6JZpjztk/aFBfRmm61GDfMdJKyl3OklriVwy+V3+EbYLj7TGEF0Y/qcHFUNY+OhoNFp9o9DqAmd/WblXAbuywBTnpxE6Ttrv6XZM2tGp5oKEBv1d7w/SmYmwc3RWb0SVVnnbcP768DljYqHYzchEW9rpqW9YboeQNXXjg2BMCQIirgCOEQB4XvHbl4d5xZRYPc2WnJ+Yq3arSm1lIc1WeFhx6vGf9QSxWxvsG71+/PQsLBymzb/gjndzrQL5ScoUHlbs6KuKXV8sljFixXnBt68ggbLm+Rg1JulAmPqVPTmp4ToWsHRj3qeAjR2VeI3OTWpzd0RytJuKXYZOVK/jYQxrU+fB9Teqr1OfzIKl5rckSVOdhHPtzBf9ZTc+ct98u9Q/9BcdA3By4hkZHAAAAAElFTkSuQmCC",
"source": "Black Rifle Coffee",
"snippet": "Black Rifle Coffee Company is a SOF veteran-owned coffee company, serving premium coffee and culture to people who love America.",
"highlighted_keywords": [
"Black Rifle Coffee Company"
],
"inline_snippet": "2.9",
"rich_snippet": {
"bottom": {
"detected_extensions": {
"price_from": "$17",
"price_to": "$30",
"currency": "$"
},
"extensions": [
"2.9 store rating (76)",
"2.9",
"$17 to $30",
"Free delivery over $75"
]
}
},
"rank": 3,
"page_rank": 3
},
{
"title": "Finally understand why people care about coffee",
"link": "https://www.reddit.com/r/Coffee/comments/1rcnzem/finally_understand_why_people_care_about_coffee/",
"displayed_link": "90+ comments · 14 hours ago",
"favicon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAllBMVEVHcEz/RQD/RQD/RQD/RQD/RQD/RQD/RQD/RQD/RQD/RQD/RQD/RgD/RQD+////RQD/PAD/NQD+QgDP3+fb6e7n8PLx9vcKEhX0/f/L1tz+jXL718/+XCr4+vv0e1/olIP6pJDi3N3PqqbfNAn7cU//VgP+9vQyODv1bEb+49rdzc3/v66xu77IXlHlXDhqcHKsLABrLBlRGkQ3AAAADnRSTlMAwkSK1tA47GYdh31HPrF7ujQAAAF5SURBVCiRbZOHcoMwDIahyYUkbW3Z2GbvlT3e/+UqQSCkiY4D5A9bvwaWNdpqYTucO/ZiZf23NYLRnPUL2iyfiEvJl5sn+5khLuJacP41sq85gyNje5joZs7kLWCMhUiHk+fxKu9+YswnuOx1zvd5FZRKHYAc0jzlIAFudwCoU9RLGWHuJEIIABHnx7I85jE6eOHyylqg+DCKwnDPHrYPycd0tpbNIWcfLAduU8hPjDEKymXs07spi2GxKA09/FhyCwNrkzB2FruEFpMqPtO3GgEeC5lKmK4aGRGMRFNplqgM8Fgb1eZ+4l8a3hJseXNBN0e1NqUid9oYE7VDzDYyiTE7San0RSi0Nv6p6zyv606+0boYikC5QOoqpZXXm9JaqRT68vWFh8x1XRVcPe8aKHzN4FH4vmUiDdwgwP10D1JUM7RsaDbw7FDgHrc4ZLzv2GOMfof5gLhO0zoG6Bs2DtH3NHYgh1a+s5lNo7l+Q7OhfoWOvX3+Dn+Ini8glo+XBwAAAABJRU5ErkJggg==",
"source": "Reddit · r/Coffee",
"snippet": "I reset my standards by drinking Folgers coffee brewed in a poorly maintained Bunn machine at work.Read more",
"highlighted_keywords": [
"coffee"
],
"rank": 4,
"page_rank": 4
},
{
"title": "Peet's Coffee | The Original Craft Coffee Since 1966",
"link": "https://www.peets.com/",
"displayed_link": "https://www.peets.com",
"favicon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAANlBMVEVHcEwiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiJKzMR9AAAAEnRSTlMAOkxWCsr/6HDXpRbA+yh+jbI72Qc0AAAA0klEQVR4Aa3PRYLDMAAEwRG12PD/z27kkOm2qYuhhfoHYx/cm30wxr9a4E5MGsgFcgRyPuQ6YlQjCroie91LEBQJFTWO2ogUdYoKZ5MA5spXNLawWcRawRrABoYsaX69gTMwJZLhE8XQ1cE68Layi5FhRGohus7tTFDgZbdnD1uMte9P6xqbeYs+wtw5qyPWBsZMnCwSmAXMjEkcrJLICZwDlNlJegBYDDS+4uq0AUoFq7S/5ws0dZLHt5sYlSnqRMVr7BlKBsI1dk72sbqTqh/4Az88Dhba9a/oAAAAAElFTkSuQmCC",
"source": "Peet's Coffee",
"snippet": "Since 1966, Peet's Coffee has sourced and offered superior coffees and teas adhered to strict high-quality and taste standards. Shop online today.",
"highlighted_keywords": [
"Peet's Coffee"
],
"rank": 5,
"page_rank": 5
},
{
"title": "Marlton Coffee",
"link": "https://www.marltoncoffee.com/?srsltid=AfmBOoolDBBy1M-8wf8NDQewdG_flVheu71lTFCx5yhBOfvVtpHIcYQ0",
"displayed_link": "https://www.marltoncoffee.com",
"favicon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACl1BMVEUAAAD////x8vLMzc3AwMDExsXl5+b+/v7w8PClpaVRUVEODw8AAAAHBwcDAwNDQ0OQkJDV1dXp6ul+f38VFRUMDAxkZGSrq6vV1NTt7e3d3d2vr69XV1c3NzeNjY2UlZQYGBgODg6Ojo7x8fG0tLQJCQlISEji4uJHR0dSUlLj4+N4eHi1tbXHx8cbGxt/f3/Oz87y8vK6urqBgYH+///n6OhFRUXNzc0NDQ1fYF94eXosLS4vMjIsLi5KS0vo6Ojo6ul5eXnm5uYtLS35+fnz8/MODw7CwsL09PTj5OSRkpIEBATKysqztLMAAQABAgLq6uonJydFRkb9/f3f3t6lqKeWlpZra2vLzczS1NNoaGkoKCiCgoIWFxf29/b19fWwsLDm5+YQEBDe3t5lZWZTU1P29vYUFBQ+Pj7n6Od8fHzc3d1tbW1UVFQ1NzaKioqenp5qampbW1toamoNDg6xsbHt7u4UFRSUlZWjo6PW1tZlZ2aSk5LR0dEBAQEICQlYWVgGBgZCQkKcnJxCQ0NHSEcHCAdKSkoWFhZubm7Jycns7ewRERF6fHsPDw+RkZEICAgLCwvu7+6XmJhZWVmioqJdXV09Pj2srKyvsbAzMzPY2Nh0dXVrbGz6+vqurq6+v7/s7OwSEhI/Pz8SERE0NTSoqKitra2ztLTNzs4CAgL7+/seHh719vYFBga3t7ecnZyhoaEkJCTk5OQcHBzHyMdmZmbO0M+fn582NjaysrIxMTHq6+pPUFA3ODdJSUk8PDwFBQVYWFg7Ozvb29tfX193d3eFhobp6elNTU1OTk5ZWllMTU39/v5ub28gICB6enq/v7/Z2dnFxcWLi4vf4N+YmZhnaGdGRkY2ODc4Ozp9fX27u7tVmqqXAAAAAXRSTlMAQObYZgAAAh5JREFUeAFiIAwYMQETMwsrG5QNVMCOBABc04OaXDEAhuHnrzJtv9q2zbVZY+pubdu2zWVt27Z5P0UyOLuHwRsnkq90mbJQDspXqFipKJAqV6lKteo1ataqXafuP1OvfiEgNWhIo8ZN5K6mzaC5F6hFS2jVWgryNtDWA9SuPXSQFEroSNVOCgF1bgRdJHUNCnWju0JAEZEQpeiY2Lj4BFmjRJJCQMntISU1LR0gQ5lN/qf1oGcQSM2hV2/1oW8/Ivv7Bgz0y2gQg0NgyL+CQ2UqDxs+gpHKYtRoSWPGjjMOKHk8lJsgI2kikyZPYaqZNn2GpCCYCcxybc1mzlyYp/kskDEOKGEhsMjGFy9haQosWw4rwmAlUNVn46tWr1nLOkqshw1hsBHYJBuvwWa2TNm6DdgeAjt2ArvcfGTB7j2rI/fuY8n+IFBJgAMOHIR5h6DaYY5Ixu/AUYBs65UDuUmQl882GVPgwDGA4xacOMkpred0qTOcVaiJcwDnbfTCRdpeusyeK1e51jrZC7huwQ1u6ha3/XcA7soB3VsNTLfg/oOHSnvUWI+fPM15lhsEky8Dz2WFZFRgF+VSqA9uKV4sd8B9pJev/GHwuhwwSd79/Ya3LuRW8x3AnKCQ3n/go5EH6BPANp/cdfY2nzOddsDoy1eAb99//Pz56/cju72NFxgpozkEr7qrwofDc7r/7uq16zdu3jp9+44Hck4HALREg4x3ImnLAAAAAElFTkSuQmCC",
"source": "Marlton Coffee",
"snippet": "Specialty Green & Fresh Roasted Coffee | Buy Green Specialty Coffee Beans | Home Roasting Supplies | Coffee Roasters | Marlton Coffee.",
"highlighted_keywords": [
"Specialty Green & Fresh Roasted Coffee"
],
"rich_snippet": {
"bottom": {
"detected_extensions": {},
"extensions": [
"Free delivery over $100"
]
}
},
"rank": 6,
"page_rank": 6
},
{
"title": "Coffee - The Nutrition Source",
"link": "https://nutritionsource.hsph.harvard.edu/food-features/coffee/",
"displayed_link": "https://nutritionsource.hsph.harvard.edu › food-features",
"favicon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAA8FBMVEVHcEwwJjEsPjANACoyQU8MGisFFSsHGi0FBCpCVGIGCSsAACoAACpMYG7+9OLzjCKMukAofUT/1nz/9uSHsz///On68eHtT1jFqWmpYCDzUVkRQDINMSr/3H8tRi1miTXE7fyBqzxUcDAgbj/ohyK64/PG8P97dnYSJDN5oTlCXC4VXTlQPCs8FhlfJS1sX1LJ8/+TjYsADw0lOiNgUztEVGLG7/6u1eQbVjmyqqR2f1+CJTeuO0jjSlOEqLiEo7Q7USScwdD27N360Hq7nGOaYCS7P07Kp2ipaCM/XGlKXHH8U1vUQ0xFaXfz6dnx59jduvZ/AAAADnRSTlMA4/mF5eLKyjj2oW34+NWvU18AAAFZSURBVCiRtdHHUoNQGAVgYoQ0JZdyRamBJPRO6qTHErvv/zb+GgMk48aFZwGLj3OAuQTxf6nX8lAUBZcaVc+xIgii34bcXCssqwx4Hp0VKArirNfuAbIse6uiExQe7g94px01yTmo/4NKpPO8dpFj42khiGGvvW/Cqj68zPG8H4jC/HGPO4NHWb9RYLyciQv/G5XIQcYqLmHHfHt9CQF3iqIi59nslLGzSsMgCAN/MEjVdNkp42gc0Vd56Gg8KqG5mWKO42iao+GGk41ZxrGF6TzY6peb/XiIuYNxeBiXfoWSZTt53zOHt4mtrskcq12G8WTrA6bx1so0HunN4jwlD7ibTjGeyg5CuuYW50mQmit7DCNZiYuQpkpesQpVF/GGDNsZ4tcSPFUqEkTLQMixu8zEyOAFkypxlJYLX2EzjAwmnRgsk4buwKI8Ieun9sXNii2Rzd/oz/kEU28tdF1v/EMAAAAASUVORK5CYII=",
"source": "The Nutrition Source",
"snippet": "A plain “black” cup of coffee is a very low calorie drink—8 ounces only contains 2 calories! However, adding sugar, cream, and milk can quickly bump up the ...Read more",
"highlighted_keywords": [
"a very low calorie drink"
],
"rank": 7,
"page_rank": 7
},
{
"title": "What is coffee?",
"link": "https://www.aboutcoffee.org/origins/what-is-coffee/",
"displayed_link": "https://www.aboutcoffee.org › Origins",
"favicon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAk1BMVEX////6+vv5+frp6uzq6+3t7vDx8fPz9PWxtLuTmKBja3iipq7U1trk5eg0QVUAEjMAHTkfMEcpOE0AACpOWGi5vcIXKkI/S10AGTd+hI/LztIEIDuGjJZocHwACS+doalxeIMAFjUAACi1uL4RJj/loaIjPVLPIyXu9PbtmZmHMDzskpHvtbaLBBzJtbmkMzzKrbGTXXfdAAABBklEQVR4Aa3SVWKDUBBA0Txm5g3EcXetd/+rK1LB/pqboAeHwz8TSp8QYhdhESLNkfAnkpIQYWY8rh5HqnY80RIB8Xy6MNH1dtcJN0iGaV3sm+64vIO2d/eDW2hGLBeojGg6+sXTzooaA8o/lL1J1hIvPQs7SXyJOEc6ZykHeXZRPSdfXi4DSuPmBhedcufmAiKIXxSAFJhOUapaUQWMPSpzRI6SykrjAPiyxEOPyKer6XNUxpHsUSwRJZ/jLO832Nmzr27M5EqIy0c0GbSWfZY4Jv5wXNM9Pb90NBnwCun1rZ5siQwDvn90uINixNMnLXBxRTQYjKEyQ4LvSI7xzhcqxOExfQGirBAhUMQZRwAAAABJRU5ErkJggg==",
"source": "About Coffee - National Coffee Association",
"snippet": "What is coffee made of? Learn about the coffee tree, its lifespan, how it produces coffee beans, and the two most common coffee species, arabica and ...",
"highlighted_keywords": [
"Learn about the coffee tree, its lifespan, how it produces coffee beans"
],
"rank": 8,
"page_rank": 8
},
{
"title": "Starbucks Coffee Company",
"link": "https://www.starbucks.com/",
"displayed_link": "https://www.starbucks.com",
"favicon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAclBMVEUAqGIxsHMApl4Ao1aPzq2o2L4Zq2hVuobr9vD3/Pq/4s/////S6948s3gAoFAApFkAn03E5NNItn5vwpcAnEX+/v5evYzg8eiX0rPd8ObN6du238nw+PRMt4GFy6a54MtowJJzxJmAyKKh1bmv28MAmT0WWBBGAAABn0lEQVR4Aa3P1aKgIBQF0EMKbhWxW0Hn/39xcDrf7jaIRdJHhf1XuJBK8H+bzjJjs0z/YxYnniOl4Knxh5WscrVPVnOhm9/VEUzb9b1FNYxg7ldlE0mgGF01F4BysvmqX/5iwQrA2H4EUnUWX6l1b+kA2EVJqfwGQPPXBgLj3HE3+Z26w3tZU3mm26YQCHl9yUCi3KNBig3DXvFWXpUC9dYCt27j0hxTqsV9aQOTgN0S9kCop3XPs3xXOTsvdZ1TPQDoCYCsslAcag+HX0M7yNtfoYoAaLoO4VQ5x/MGYIFVpcOdTsRLUpwEuZNZjeEFIGyN0d6RkJGQO3JTGNnYbua6xj6z3O5P6lSg97688ceaHGbEvsj7fq63V9PkiEgYvQk45pemhp6bMRk5SeeLleFbBSezfaoSlqN4UdGXYrrXSRqHFFaosMQndScKnPg+DkZDe/Q9ZoeyCMWVugcaOIlNQ9gjJks6Xah6bR3xjNJv9zHf0ZmvaD+hvaendYl8x8Y8+BLV/BW3DsMjlWm6h7QF4Hoa7+ErxsMKcAvY5jPTFyFtaNHgnQAAAABJRU5ErkJggg==",
"source": "Starbucks",
"snippet": "Explore our winter menu of handcrafted drinks, order ahead, sign up for Starbucks® Rewards, manage your gift card and more.",
"highlighted_keywords": [
"Explore our winter menu of handcrafted drinks"
],
"rank": 9,
"page_rank": 9
}
],
"relatedSearches": [
{
"query": "Coffee types",
"link": "https://www.google.com/search?gl=us&q=Coffee+types"
},
{
"query": "Coffee nearby",
"link": "https://www.google.com/search?gl=us&q=Coffee+nearby"
},
{
"query": "Coffee brands",
"link": "https://www.google.com/search?gl=us&q=Coffee+brands"
},
{
"query": "Coffee beans",
"link": "https://www.google.com/search?gl=us&q=Coffee+beans"
},
{
"query": "Coffee benefits",
"link": "https://www.google.com/search?gl=us&q=Coffee+benefits"
},
{
"query": "Coffee powder",
"link": "https://www.google.com/search?gl=us&q=Coffee+powder"
},
{
"query": "Coffee name",
"link": "https://www.google.com/search?gl=us&q=Coffee+name"
},
{
"query": "Coffee Starbucks",
"link": "https://www.google.com/search?gl=us&q=Coffee+Starbucks"
}
],
"pagination": {
"current": "1",
"next": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=10&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8NMDegQIDRAW",
"page_no": {
"2": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=10&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8tMDegQIDRAE",
"3": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=20&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8tMDegQIDRAG",
"4": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=30&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8tMDegQIDRAI",
"5": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=40&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8tMDegQIDRAK",
"6": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=50&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8tMDegQIDRAM",
"7": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=60&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8tMDegQIDRAO",
"8": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=70&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8tMDegQIDRAQ",
"9": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=80&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8tMDegQIDRAS",
"10": "https://www.google.com/search?q=coffee&sca_esv=977e0bbde19a8b17&gl=us&hl=en&ei=llqdaYbINKWZ5OMPha3F4A8&start=90&sa=N&sstk=Af77f_cAJAP46F4r74YVgnGkKRfhWm4aBoEzP7GL7HDy7DV0z35aXywxg3-6i8WCsIyJjrxZC3jlgg8Emr_ostBjwVf7aPcuzf7Qrg&ved=2ahUKEwiG66G81PGSAxWlDHkGHYVWEfwQ8tMDegQIDRAU"
}
}
},
"requestId": "f5c07a06-6e37-411c-bf3d-e3ecde18b289",
"timestamp": 1771920025311
}