Google Refine This Search API

For some searches, Google includes the "Refine this search" block. Sometimes it's also called "People also refine to", or "More specific searches". SerpApi is able to make sense of this information and extract query, link and serpapi_link

API Examples

JSON structure overview

{
  ...
  "refine_this_search": [
    {
      "query": "String - Query of the refined search",
      "link": "String - Google link to the page of the result",
      "thumnail": "String - Link to the thumnail of the query",
      "serpapi_link": "String - Link to the search results in JSON by SerpApi"
    }
  ],
  ...
}

Results for: Mark of Cain

Results for: Mark of Cain

JSON Example

{
  ...
  "refine_this_search": [
    {
      "query": "What did the mark of Cain look like",
      "link": "https://www.google.com/search?gl=uk&q=What+did+the+mark+of+Cain+look+like&sa=X&ved=2ahUKEwi25dPOxd_9AhX8mmoFHYk4BHkQwLAHKAB6BAhWEAE",
      "serpapi_link": "https://serpapi.com/search.json?device=mobile&engine=google&gl=uk&google_domain=google.com&q=What+did+the+mark+of+Cain+look+like"
    },
    {
      "query": "Mark of Cain verse",
      "link": "https://www.google.com/search?gl=uk&q=Mark+of+Cain+verse&sa=X&ved=2ahUKEwi25dPOxd_9AhX8mmoFHYk4BHkQwLAHKAB6BAhLEAE",
      "serpapi_link": "https://serpapi.com/search.json?device=mobile&engine=google&gl=uk&google_domain=google.com&q=Mark+of+Cain+verse"
    },
    {
      "query": "Mark of Cain in the Bible kjv",
      "link": "https://www.google.com/search?gl=uk&q=Mark+of+Cain+in+the+Bible+kjv&sa=X&ved=2ahUKEwi25dPOxd_9AhX8mmoFHYk4BHkQwLAHKAB6BAhGEAE",
      "serpapi_link": "https://serpapi.com/search.json?device=mobile&engine=google&gl=uk&google_domain=google.com&q=Mark+of+Cain+in+the+Bible+kjv"
    },
    ...
  ],
  ...
}

Results for: Bicycle

Results for: Bicycle

JSON Example

{
  ...
  "refine_this_search": [
    {
      "query": "Nearby",
      "link": "https://www.google.com/search?hl=en&q=Bicycle+nearby&gl=us&shoprs=CAEYAyoHYmljeWNsZTIMCAMSBk5lYXJieRgCWN-tIGAB&sa=X&ved=2ahUKEwiSnL_227-AAxXGh-4BHUamDOMQip4GKAB6BAgPEAM",
      "serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&q=Bicycle+nearby"
    },
    {
      "query": "Electric",
      "link": "https://www.google.com/search?hl=en&q=electric+bicycle&gl=us&shoprs=CAEYASoHYmljeWNsZTIMCAESCEVsZWN0cmljWN-tIGAB&sa=X&ved=2ahUKEwiSnL_227-AAxXGh-4BHUamDOMQip4GKAF6BAgPEAQ",
      "serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&q=electric+bicycle",
      "thumbnail": "https://serpapi.com/searches/64cb35df15afff1e436740f0/images/5ea7f50545d01ed53e0082359b2ebd519066f11161b009e877ff554d3b1d42a5.webp"
    },
    {
      "query": "Adult",
      "link": "https://www.google.com/search?hl=en&q=adult+bicycle&gl=us&shoprs=CAEYASoHYmljeWNsZTIJCAESBUFkdWx0WN-tIGAB&sa=X&ved=2ahUKEwiSnL_227-AAxXGh-4BHUamDOMQip4GKAJ6BAgPEAU",
      "serpapi_link": "https://serpapi.com/search.json?device=desktop&engine=google&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&q=adult+bicycle",
      "thumbnail": "https://serpapi.com/searches/64cb35df15afff1e436740f0/images/5ea7f50545d01ed53e0082359b2ebd5192e006e5392824d3da41ea62826c8509.webp"
    },
    ...
  ],
  ...
}