Site icon DataForSEO

What’s pixel ranking in SERP API?

In Google SERP API, we measure the distance between the snippet of the result and the top of the screen in addition to providing you with the regular rank of the result.

The thing is, with the abundance of ads and SERP features that come in all shapes and sizes, pure rank tells little to nothing about the actual visibility and place a result gets in SERP.

As we have found out in our research of the Rank Tracking software trends, many tools are shifting from ‘rank’ to visibility. The optimum way to track a website’s visibility in search results is by measuring its real visibility in pixels. This is exactly what we can help you with.

Learn more about the trend to measure search visibility >>

How to enable pixel measurement in SERP API?

Simply set the calculate_rectangles parameter to true in the body of your POST requests to our Google SERP API. Besides enabling the pixel rankings feature, you can also define custom browser screen width, height, and screen resolution ratio.

In the results of the task, you will get both the pixel rank and the snippet size in pixels for all SERP elements found on the page.

Cartesian coordinates and pixel dimensions of the result’s snippet in SERP will be provided inside the “rectangle” array as follows:

x integer pixel rank of the SERP element on x-axis coordinate
distance from the left end of the screen to the top-left corner of the result’s snippet, in pixels
y integer pixel rank of the SERP element on y-axis coordinate
distance from the top of the screen to the top-left corner of the result’s snippet, in pixels
width integer width of the SERP element
width of the result’s snippet, in pixels
height integer height of the SERP element
height of the result’s snippet, in pixels

You can find the pixel rank and pixel dimensions of the SERP elements illustrated on the image above in the following SERP API results sample.

[
  {
    "type": "shopping",
    "rank_group": 1,
    "rank_absolute": 1,
    "position": "left",
    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[1]/div[3]/div[1]",
    "title": "Shop Apple iPhone 12 Pro Mobile Phones",
    "items": [
      {
        "type": "shopping_element",
        "title": "iPhone 12 Pro - 128GB Pacific Blue - Unlocked & SIM free - Apple",
        "price": {
          "current": 999,
          "regular": null,
          "max_value": null,
          "currency": "USD",
          "is_price_range": false,
          "displayed_price": "$999.00"
        },
        "source": "Apple",
        "description": null,
        "marketplace": null,
        "marketplace_url": null,
        "url": "https://www.apple.com/us/shop/go/product/MGLR3?purchaseOption=cp&cid=aos-us-seo-pla"
      },
      {
        "type": "shopping_element",
        "title": "Apple iPhone 12 Pro - 128GB - Pacific Blue - AT&T",
        "price": {
          "current": 0,
          "regular": null,
          "max_value": null,
          "currency": "USD",
          "is_price_range": false,
          "displayed_price": "$0.00"
        },
        "source": "AT&T",
        "description": null,
        "marketplace": null,
        "marketplace_url": null,
        "url": "https://www.att.com/buy/phones/apple-iphone-12-pro-128gb-pacific-blue.html"
      },
      {
        "type": "shopping_element",
        "title": "Apple iPhone 12 Pro - Pacific Blue - 128GB",
        "price": {
          "current": 0,
          "regular": null,
          "max_value": null,
          "currency": "USD",
          "is_price_range": false,
          "displayed_price": "$0.00"
        },
        "source": "T-Mobile",
        "description": null,
        "marketplace": null,
        "marketplace_url": null,
        "url": "https://www.t-mobile.com/cell-phone/apple-iphone-12-pro?sku=194252036440"
      },
      {
        "type": "shopping_element",
        "title": "Apple iPhone 12 Pro 256 GB in Pacific Blue with installment",
        "price": {
          "current": 0,
          "regular": null,
          "max_value": null,
          "currency": "USD",
          "is_price_range": false,
          "displayed_price": "$0.00"
        },
        "source": "Verizon",
        "description": null,
        "marketplace": null,
        "marketplace_url": null,
        "url": "https://www.verizon.com/smartphones/apple-iphone-12-pro/?sku=sku4120393"
      },
      {
        "type": "shopping_element",
        "title": "Apple iPhone 12 - 128GB - Purple - AT&T",
        "price": {
          "current": 0,
          "regular": null,
          "max_value": null,
          "currency": "USD",
          "is_price_range": false,
          "displayed_price": "$0.00"
        },
        "source": "AT&T",
        "description": null,
        "marketplace": null,
        "marketplace_url": null,
        "url": "https://www.att.com/buy/phones/apple-iphone-12-128gb-purple.html"
      },
      {
        "type": "shopping_element",
        "title": "Apple iPhone 12 Pro - 256GB - Graphite ($140 Down)",
        "price": {
          "current": 1100,
          "regular": null,
          "max_value": null,
          "currency": "USD",
          "is_price_range": false,
          "displayed_price": "$1,100.00"
        },
        "source": "Consumer Cell...",
        "description": null,
        "marketplace": null,
        "marketplace_url": null,
        "url": "https://www.consumercellular.com/4484?utm_source=google&utm_medium=organic&utm_campaign=organicshopping"
      },
      {
        "type": "shopping_element",
        "title": "Apple iPhone 12 Pro - 128GB - Gold ($80 Down)",
        "price": {
          "current": 1000,
          "regular": null,
          "max_value": null,
          "currency": "USD",
          "is_price_range": false,
          "displayed_price": "$1,000.00"
        },
        "source": "Consumer Cell...",
        "description": null,
        "marketplace": null,
        "marketplace_url": null,
        "url": "https://www.consumercellular.com/4484?utm_source=google&utm_medium=organic&utm_campaign=organicshopping"
      },
      {
        "type": "shopping_element",
        "title": "Apple iPhone 12 Pro - 128GB - Pacific Blue ($80 Down)",
        "price": {
          "current": 1000,
          "regular": null,
          "max_value": null,
          "currency": "USD",
          "is_price_range": false,
          "displayed_price": "$1,000.00"
        },
        "source": "Consumer Cell...",
        "description": null,
        "marketplace": null,
        "marketplace_url": null,
        "url": "https://www.consumercellular.com/4484?utm_source=google&utm_medium=organic&utm_campaign=organicshopping"
      },
      {
        "type": "shopping_element",
        "title": "Apple iPhone 12 Pro 256 GB in Gold with installment",
        "price": {
          "current": 0,
          "regular": null,
          "max_value": null,
          "currency": "USD",
          "is_price_range": false,
          "displayed_price": "$0.00"
        },
        "source": "Verizon",
        "description": null,
        "marketplace": null,
        "marketplace_url": null,
        "url": "https://www.verizon.com/smartphones/apple-iphone-12-pro/?sku=sku4120392"
      }
    ],
    "rectangle": {
      "x": 180,
      "y": 176,
      "width": 652,
      "height": 303
    }
  },
  {
    "type": "people_also_ask",
    "rank_group": 1,
    "rank_absolute": 2,
    "position": "left",
    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]",
    "items": [
      {
        "type": "people_also_ask_element",
        "title": "Is iPhone 12 worth it?",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]",
        "expanded_element": [
          {
            "type": "people_also_ask_expanded_element",
            "featured_title": null,
            "url": "https://www.creativebloq.com/features/iphone-12-vs-iphone-11",
            "domain": "www.creativebloq.com",
            "title": "iPhone 12 vs iPhone 11: Is the iPhone 12 worth it? | Creative Bloq",
            "description": "There's no question here, the iPhone 12 is the better phone for creatives. The higher-res HDR screen is a clear improvement, the camera is better and offers Dolby Vision recording, and the design is right up there with the best the iPhone has ever looked. Mar 10, 2021",
            "timestamp": null,
            "table": null
          }
        ]
      },
      {
        "type": "people_also_ask_element",
        "title": "How much is an Apple iPhone?",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[2]/div[2]",
        "expanded_element": [
          {
            "type": "people_also_ask_expanded_element",
            "featured_title": null,
            "url": "https://www.cnbc.com/2020/10/13/apple-iphone-12-pricing-asp-could-rise-from-iphone-11.html",
            "domain": "www.cnbc.com",
            "title": "Apple iPhone 12 pricing: Prices for every 2020 model - CNBC",
            "description": "iPhone 11 (2019) — $599. iPhone 12 Mini (2020) — $729. iPhone 12 (2020) — $829. iPhone 12 Pro (2020) — $999. Oct 13, 2020",
            "timestamp": null,
            "table": null
          }
        ]
      },
      {
        "type": "people_also_ask_element",
        "title": "Which iPhone is best in low price?",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[3]/div[2]",
        "expanded_element": [
          {
            "type": "people_also_ask_expanded_element",
            "featured_title": null,
            "url": "https://gadgets.ndtv.com/mobiles/apple-price-list",
            "domain": "gadgets.ndtv.com",
            "title": "Apple Mobile Phones Price List 2021 | Apple Mobiles Price in India 29th ...",
            "description": "iPhone 12 Pro. Rs. 1,09,990 Buy.\niPhone 12 Pro Max. Rs. 1,19,999 Buy.\niPhone 12 mini. Rs. 57,999 Buy.\niPhone 12. Rs. 67,999 Buy.\niPhone SE (2020) Rs. 28,999 Buy.\niPhone 11 Pro. Rs. 74,999 Buy.\niPhone 11 Pro Max. Rs. 87,900 Buy.\niPhone 11. Rs. 44,999 Buy.",
            "timestamp": null,
            "table": null
          }
        ]
      },
      {
        "type": "people_also_ask_element",
        "title": "How much is the iPhone 11 Pro Max in Jamaica?",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[4]/div[2]",
        "expanded_element": [
          {
            "type": "people_also_ask_expanded_element",
            "featured_title": null,
            "url": "https://jamaica.mymobilemarket.net/product/apple-iphone-11-pro-max-price/",
            "domain": "jamaica.mymobilemarket.net",
            "title": "Apple iPhone 11 Pro Max Best Price in Jamaica 2021, Specifications ...",
            "description": null,
            "timestamp": null,
            "table": null
          }
        ]
      }
    ],
    "rectangle": {
      "x": 180,
      "y": 485,
      "width": 652,
      "height": 172
    }
  },
  {
    "type": "organic",
    "rank_group": 1,
    "rank_absolute": 1,
    "position": "left",
    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]",
    "domain": "www.apple.com",
    "title": "iPhone - Apple",
    "url": "https://www.apple.com/iphone/",
    "cache_url": null,
    "breadcrumb": "https://www.apple.com › iphone",
    "is_image": false,
    "is_video": false,
    "is_featured_snippet": false,
    "is_malicious": false,
    "is_web_story": false,
    "description": "Explore iPhone, the world's most powerful personal device. Check out iPhone 12 Pro, iPhone 12 Pro Max, iPhone 12, iPhone 12 mini, and iPhone SE.",
    "pre_snippet": null,
    "extended_snippet": null,
    "images": null,
    "amp_version": false,
    "rating": null,
    "price": null,
    "highlighted": [
      "iPhone"
    ],
    "links": null,
    "faq": null,
    "extended_people_also_search": null,
    "timestamp": null,
    "rectangle": {
      "x": 180,
      "y": 667,
      "width": 600,
      "height": 120
    }
  },
  {
    "type": "knowledge_graph",
    "rank_group": 1,
    "rank_absolute": 1,
    "position": "right",
    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]",
    "title": "Apple",
    "sub_title": "Technology company",
    "description": "Description Apple Inc. is an American multinational technology company that specializes in consumer electronics, computer software, and online services. Apple is the world's largest technology company by revenue and, since January 2021, the world's most valuable company. Wikipedia",
    "card_id": null,
    "url": null,
    "image_url": "https://www.apple.com/ac/structured-data/images/knowledge_graph_logo.png?201609051049",
    "cid": null,
    "items": [
      {
        "type": "knowledge_graph_description_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
        "text": "Description Apple Inc. is an American multinational technology company that specializes in consumer electronics, computer software, and online services. Apple is the world's largest technology company by revenue and, since January 2021, the world's most valuable company. Wikipedia",
        "links": [
          {
            "type": "link_element",
            "title": "Wikipedia",
            "url": "https://en.wikipedia.org/wiki/Apple_Inc.",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[2]/a[1]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]",
        "title": "Stock price",
        "data_attrid": "kc:/business/issuer:stock quote",
        "text": "AAPL (NASDAQ) $145.88 +0.90 (+0.62%)Jul 29, 11:11 AM EDT - Disclaimer",
        "links": [
          {
            "type": "link_element",
            "title": "Stock price",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+stock+price&stick=H4sIAAAAAAAAAONgecRoyi3w8sc9YSmdSWtOXmNU4-IKzsgvd80rySypFJLgYoOy-KR4uLj0c_UNzKtyk8rSeBaxCiYWFOSkKhSX5CdnKxQUZSanAgDzYWF9TgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMwhwF6BAhuEAI",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "AAPL",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=NASDAQ:+AAPL&stick=H4sIAAAAAAAAAONgecRoyi3w8sc9YSmdSWtOXmNU4-IKzsgvd80rySypFJLgYoOy-KR4uLj0c_UNzKtyk8rSeBax8vg5Brs4BlopODoG-AAAo_3cUkkAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQsRUwhwF6BAhuEAM",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Disclaimer",
            "url": "https://www.google.com/intl/en-US_US/googlefinance/disclaimer/",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/span[6]/a[1]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]",
        "title": "Founded",
        "data_attrid": "kc:/organization/organization:founded",
        "text": "April 1, 1976, Los Altos, CA",
        "links": [
          {
            "type": "link_element",
            "title": "Founded",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+founded&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0lLNTrbSzy9KT8zLrEosyczPQ-FYpeWX5qWkpixi5U0sKMhJVYDyAcklUL5CAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCIAXoECHEQAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Los Altos, CA",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Los+Altos&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMUwK0yq0VLOTrfTzi9IT8zKrEksy8_NQOFZp-aV5Kakpi1g5ffKLFRxzSvKLd7AyAgCEZznmSwAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCIAXoECHEQAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/span[2]/a[1]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]",
        "title": "CEO",
        "data_attrid": "kc:/organization/organization:ceo",
        "text": "Tim Cook (Aug 24, 2011–)",
        "links": [
          {
            "type": "link_element",
            "title": "CEO",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+ceo&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0lLMTrbSzy9KT8zLrEosyczPQ-FYJafmL2LlTCwoyElVALIBeiB2XToAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCJAXoECG8QAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Tim Cook",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Tim+Cook&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIEMUyLzExztRSzk63084vSE_MyqxJLMvPzUDhWyan5i1g5QjJzFZzz87N3sDICAC1AIdVHAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCJAXoECG8QAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/span[2]/a[1]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]",
        "title": "Headquarters",
        "data_attrid": "kc:/organization/organization:headquarters",
        "text": "Cupertino, CA",
        "links": [
          {
            "type": "link_element",
            "title": "Headquarters",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+headquarters&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLKTrbSzy9KT8zLrEosyczPQ-FYZaQmphSWJhaVpBYVL2IVSiwoyElVQBYEABiXBg5MAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCKAXoECHIQAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Cupertino, CA",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Cupertino&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMYrMzC21tLKTrfTzi9IT8zKrEksy8_NQOFYZqYkphaWJRSWpRcWLWDmdSwtSi0oy8_J3sDICAEmS7LpQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCKAXoECHIQAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/span[2]/a[1]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]",
        "title": "Founders",
        "data_attrid": "kc:/business/business_operation:founder",
        "text": "Steve Jobs, Steve Wozniak, Ronald Wayne",
        "links": [
          {
            "type": "link_element",
            "title": "Founders",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+founders&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0lLPTrbSTyotzsxLLS6GM-LzC1KLEksy8_Os0vJL81JSixax8iUWFOSkKkD5xQC8PdijRQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCLAXoECHQQAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Steve Jobs",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Steve+Jobs&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMcwqjYu01LOTrfSTSosz81KLi-GM-PyC1KLEksz8PKu0_NK8lNSiRaxcwSWpZakKXvlJxTtYGQFXA9YMTgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCLAXoECHQQAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/span[2]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Steve Wozniak",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Steve+Wozniak&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMcwqDXO01LOTrfSTSosz81KLi-GM-PyC1KLEksz8PKu0_NK8lNSiRay8wSWpZakK4flVeZmJ2TtYGQF9x8wgUQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAjCLAXoECHQQBA",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/span[2]/a[2]"
          },
          {
            "type": "link_element",
            "title": "Ronald Wayne",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Ronald+Wayne&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIEMYyqTCzNtNSzk630k0qLM_NSi4vhjPj8gtSixJLM_DyrtPzSvJTUokWsPEH5eYk5KQrhiZV5qTtYGQHuFGo9UQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAzCLAXoECHQQBQ",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/span[2]/a[3]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]",
        "title": "Subsidiaries",
        "data_attrid": "hw:/collection/organizations:subsidiaries",
        "text": "Beats Electronics, Apple Store, NextVR, Inc., Beddit, MORE",
        "links": [
          {
            "type": "link_element",
            "title": "Subsidiaries",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+subsidiaries&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLMKLfST87PyUlNLsnMz9PPL0pPzMusSgRxiq2KS5OKM1MyE4syU4sXsQolFhTkpCogCwIA5Lzur0sAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCMAXoECHUQAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Beats Electronics",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Beats+Electronics&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuICMSzLzI2KSrQ0M8qt9JPzc3JSk0sy8_P084vSE_MyqxJBnGKr4tKk4syUzMSizNTiRayCTqmJJcUKriC1Rfl5mcnFO1gZAcFeUyBZAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCMAXoECHUQAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Apple Store",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+Store&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIEMYwyyotytDQzyq30k_NzclKTSzLz8_Tzi9IT8zKrEkGcYqvi0qTizJTMxKLM1OJFrNyOBQU5qQrBJflFqTtYGQE_IxevUgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAjCMAXoECHUQBA",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[2]"
          },
          {
            "type": "link_element",
            "title": "NextVR, Inc.",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=nextvr&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuLVT9c3NEw2N84uKbYs09LMKLfST87PyUlNLsnMz9PPL0pPzMusSgRxiq2KS5OKM1MyE4syU4sXsbLlpVaUlBXtYGUEAA5O33hRAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAzCMAXoECHUQBQ",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[3]"
          },
          {
            "type": "link_element",
            "title": "Beddit",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Beddit&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuLVT9c3NEyprKjKKc8p1tLMKLfST87PyUlNLsnMz9PPL0pPzMusSgRxiq2KS5OKM1MyE4syU4sXsbI5paakZJbsYGUEAK29XXJRAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoBDCMAXoECHUQBg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[4]"
          },
          {
            "type": "link_element",
            "title": "MORE",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+subsidiaries&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLMKLfST87PyUlNLsnMz9PPL0pPzMusSgRxiq2KS5OKM1MyE4syU4sXsQolFhTkpCogCwIA5Lzur0sAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ44YBKAUwjAF6BAh1EAc",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[5]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]",
        "title": "Products",
        "data_attrid": "hw:/collection/consumer_companies:product",
        "text": "iPhone, iPad, Apple Watch, Apple TV, Macintosh, macOS, MORE",
        "links": [
          {
            "type": "link_element",
            "title": "Products",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+products&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLMKLfST87PyUlNLsnMzwMy84pLc1OL4pPzcwsS8zJTi60KivJTSpNLFrHyJRYU5KQqQPnFAL-RSLFHAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCNAXoECF0QAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "iPhone",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=iPhone&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuICMYzMc_KqirU0M8qt9JPzc3JSk0sy8_OAzLzi0tzUovjk_NyCxLzM1GKrgqL8lNLkkkWsbJkBGfl5qTtYGQHQzb4tTgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCNAXoECF0QAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[1]"
          },
          {
            "type": "link_element",
            "title": "iPad",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=iPad&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuLWT9c3NDIyqTIuN9PSzCi30k_Oz8lJTS7JzM8DMvOKS3NTi-KT83MLEvMyU4utCoryU0qTSxaxsmQGJKbsYGUEAHFfm4ZNAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAjCNAXoECF0QBA",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[2]"
          },
          {
            "type": "link_element",
            "title": "Apple Watch",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+Watch&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIGMQwNi3OTTIy0NDPKrfST83NyUpNLMvPzgMy84tLc1KL45PzcgsS8zNRiq4Ki_JTS5JJFrNyOBQU5qQrhiSXJGTtYGQGvsJcBVAAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAzCNAXoECF0QBQ",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[3]"
          },
          {
            "type": "link_element",
            "title": "Apple TV",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+TV&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIEMdKrDLJStDQzyq30k_NzclKTSzLz84DMvOLS3NSi-OT83ILEvMzUYquCovyU0uSSRawcjgUFOakKIWE7WBkBR6YcVE8AAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoBDCNAXoECF0QBg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[4]"
          },
          {
            "type": "link_element",
            "title": "Macintosh",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Macintosh&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUgIzqlLMtDQzyq30k_NzclKTSzLz84DMvOLS3NSi-OT83ILEvMzUYquCovyU0uSSRaycvonJmXkl-cUZO1gZARyglxZOAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoBTCNAXoECF0QBw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[5]"
          },
          {
            "type": "link_element",
            "title": "macOS",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=macOS&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMUxNK4u0NDPKrfST83NyUpNLMvPzgMy84tLc1KL45PzcgsS8zNRiq4Ki_JTS5JJFrKy5icn-wTtYGQEZRjsDSwAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoBjCNAXoECF0QCA",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[6]"
          },
          {
            "type": "link_element",
            "title": "MORE",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+products&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLMKLfST87PyUlNLsnMzwMy84pLc1OL4pPzcwsS8zJTi60KivJTSpNLFrHyJRYU5KQqQPnFAL-RSLFHAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ44YBKAcwjQF6BAhdEAk",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[7]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]",
        "title": "Stock price",
        "data_attrid": "kc:/business/issuer:stock quote",
        "text": "AAPL (NASDAQ) $145.88 +0.90 (+0.62%)Jul 29, 11:11 AM EDT - Disclaimer",
        "links": [
          {
            "type": "link_element",
            "title": "Stock price",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+stock+price&stick=H4sIAAAAAAAAAONgecRoyi3w8sc9YSmdSWtOXmNU4-IKzsgvd80rySypFJLgYoOy-KR4uLj0c_UNzKtyk8rSeBaxCiYWFOSkKhSX5CdnKxQUZSanAgDzYWF9TgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMwhwF6BAhuEAI",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "AAPL",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=NASDAQ:+AAPL&stick=H4sIAAAAAAAAAONgecRoyi3w8sc9YSmdSWtOXmNU4-IKzsgvd80rySypFJLgYoOy-KR4uLj0c_UNzKtyk8rSeBax8vg5Brs4BlopODoG-AAAo_3cUkkAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQsRUwhwF6BAhuEAM",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Disclaimer",
            "url": "https://www.google.com/intl/en-US_US/googlefinance/disclaimer/",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/span[6]/a[1]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]",
        "title": "Founded",
        "data_attrid": "kc:/organization/organization:founded",
        "text": "April 1, 1976, Los Altos, CA",
        "links": [
          {
            "type": "link_element",
            "title": "Founded",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+founded&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0lLNTrbSzy9KT8zLrEosyczPQ-FYpeWX5qWkpixi5U0sKMhJVYDyAcklUL5CAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCIAXoECHEQAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Los Altos, CA",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Los+Altos&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMUwK0yq0VLOTrfTzi9IT8zKrEksy8_NQOFZp-aV5Kakpi1g5ffKLFRxzSvKLd7AyAgCEZznmSwAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCIAXoECHEQAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/span[2]/a[1]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]",
        "title": "CEO",
        "data_attrid": "kc:/organization/organization:ceo",
        "text": "Tim Cook (Aug 24, 2011–)",
        "links": [
          {
            "type": "link_element",
            "title": "CEO",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+ceo&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0lLMTrbSzy9KT8zLrEosyczPQ-FYJafmL2LlTCwoyElVALIBeiB2XToAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCJAXoECG8QAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Tim Cook",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Tim+Cook&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIEMUyLzExztRSzk63084vSE_MyqxJLMvPzUDhWyan5i1g5QjJzFZzz87N3sDICAC1AIdVHAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCJAXoECG8QAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/span[2]/a[1]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]",
        "title": "Headquarters",
        "data_attrid": "kc:/organization/organization:headquarters",
        "text": "Cupertino, CA",
        "links": [
          {
            "type": "link_element",
            "title": "Headquarters",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+headquarters&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLKTrbSzy9KT8zLrEosyczPQ-FYZaQmphSWJhaVpBYVL2IVSiwoyElVQBYEABiXBg5MAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCKAXoECHIQAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Cupertino, CA",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Cupertino&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMYrMzC21tLKTrfTzi9IT8zKrEksy8_NQOFYZqYkphaWJRSWpRcWLWDmdSwtSi0oy8_J3sDICAEmS7LpQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCKAXoECHIQAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/span[2]/a[1]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]",
        "title": "Founders",
        "data_attrid": "kc:/business/business_operation:founder",
        "text": "Steve Jobs, Steve Wozniak, Ronald Wayne",
        "links": [
          {
            "type": "link_element",
            "title": "Founders",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+founders&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0lLPTrbSTyotzsxLLS6GM-LzC1KLEksy8_Os0vJL81JSixax8iUWFOSkKkD5xQC8PdijRQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCLAXoECHQQAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Steve Jobs",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Steve+Jobs&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMcwqjYu01LOTrfSTSosz81KLi-GM-PyC1KLEksz8PKu0_NK8lNSiRaxcwSWpZakKXvlJxTtYGQFXA9YMTgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCLAXoECHQQAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/span[2]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Steve Wozniak",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Steve+Wozniak&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMcwqDXO01LOTrfSTSosz81KLi-GM-PyC1KLEksz8PKu0_NK8lNSiRay8wSWpZakK4flVeZmJ2TtYGQF9x8wgUQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAjCLAXoECHQQBA",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/span[2]/a[2]"
          },
          {
            "type": "link_element",
            "title": "Ronald Wayne",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Ronald+Wayne&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIEMYyqTCzNtNSzk630k0qLM_NSi4vhjPj8gtSixJLM_DyrtPzSvJTUokWsPEH5eYk5KQrhiZV5qTtYGQHuFGo9UQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAzCLAXoECHQQBQ",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/span[2]/a[3]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]",
        "title": "Subsidiaries",
        "data_attrid": "hw:/collection/organizations:subsidiaries",
        "text": "Beats Electronics, Apple Store, NextVR, Inc., Beddit, MORE",
        "links": [
          {
            "type": "link_element",
            "title": "Subsidiaries",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+subsidiaries&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLMKLfST87PyUlNLsnMz9PPL0pPzMusSgRxiq2KS5OKM1MyE4syU4sXsQolFhTkpCogCwIA5Lzur0sAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCMAXoECHUQAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Beats Electronics",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Beats+Electronics&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuICMSzLzI2KSrQ0M8qt9JPzc3JSk0sy8_P084vSE_MyqxJBnGKr4tKk4syUzMSizNTiRayCTqmJJcUKriC1Rfl5mcnFO1gZAcFeUyBZAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCMAXoECHUQAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[1]"
          },
          {
            "type": "link_element",
            "title": "Apple Store",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+Store&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIEMYwyyotytDQzyq30k_NzclKTSzLz8_Tzi9IT8zKrEkGcYqvi0qTizJTMxKLM1OJFrNyOBQU5qQrBJflFqTtYGQE_IxevUgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAjCMAXoECHUQBA",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[2]"
          },
          {
            "type": "link_element",
            "title": "NextVR, Inc.",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=nextvr&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuLVT9c3NEw2N84uKbYs09LMKLfST87PyUlNLsnMz9PPL0pPzMusSgRxiq2KS5OKM1MyE4syU4sXsbLlpVaUlBXtYGUEAA5O33hRAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAzCMAXoECHUQBQ",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[3]"
          },
          {
            "type": "link_element",
            "title": "Beddit",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Beddit&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuLVT9c3NEyprKjKKc8p1tLMKLfST87PyUlNLsnMz9PPL0pPzMusSgRxiq2KS5OKM1MyE4syU4sXsbI5paakZJbsYGUEAK29XXJRAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoBDCMAXoECHUQBg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[4]"
          },
          {
            "type": "link_element",
            "title": "MORE",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+subsidiaries&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLMKLfST87PyUlNLsnMz9PPL0pPzMusSgRxiq2KS5OKM1MyE4syU4sXsQolFhTkpCogCwIA5Lzur0sAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ44YBKAUwjAF6BAh1EAc",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/span[2]/a[5]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_row_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]",
        "title": "Products",
        "data_attrid": "hw:/collection/consumer_companies:product",
        "text": "iPhone, iPad, Apple Watch, Apple TV, Macintosh, macOS, MORE",
        "links": [
          {
            "type": "link_element",
            "title": "Products",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+products&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLMKLfST87PyUlNLsnMzwMy84pLc1OL4pPzcwsS8zJTi60KivJTSpNLFrHyJRYU5KQqQPnFAL-RSLFHAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ6BMoADCNAXoECF0QAg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[1]/a[1]"
          },
          {
            "type": "link_element",
            "title": "iPhone",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=iPhone&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuICMYzMc_KqirU0M8qt9JPzc3JSk0sy8_OAzLzi0tzUovjk_NyCxLzM1GKrgqL8lNLkkkWsbJkBGfl5qTtYGQHQzb4tTgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoATCNAXoECF0QAw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[1]"
          },
          {
            "type": "link_element",
            "title": "iPad",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=iPad&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuLWT9c3NDIyqTIuN9PSzCi30k_Oz8lJTS7JzM8DMvOKS3NTi-KT83MLEvMyU4utCoryU0qTSxaxsmQGJKbsYGUEAHFfm4ZNAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAjCNAXoECF0QBA",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[2]"
          },
          {
            "type": "link_element",
            "title": "Apple Watch",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+Watch&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIGMQwNi3OTTIy0NDPKrfST83NyUpNLMvPzgMy84tLc1KL45PzcgsS8zNRiq4Ki_JTS5JJFrNyOBQU5qQrhiSXJGTtYGQGvsJcBVAAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoAzCNAXoECF0QBQ",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[3]"
          },
          {
            "type": "link_element",
            "title": "Apple TV",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+TV&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIEMdKrDLJStDQzyq30k_NzclKTSzLz84DMvOLS3NSi-OT83ILEvMzUYquCovyU0uSSRawcjgUFOakKIWE7WBkBR6YcVE8AAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoBDCNAXoECF0QBg",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[4]"
          },
          {
            "type": "link_element",
            "title": "Macintosh",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Macintosh&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUgIzqlLMtDQzyq30k_NzclKTSzLz84DMvOLS3NSi-OT83ILEvMzUYquCovyU0uSSRaycvonJmXkl-cUZO1gZARyglxZOAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoBTCNAXoECF0QBw",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[5]"
          },
          {
            "type": "link_element",
            "title": "macOS",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=macOS&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLaoUuIAMUxNK4u0NDPKrfST83NyUpNLMvPzgMy84tLc1KL45PzcgsS8zNRiq4Ki_JTS5JJFrKy5icn-wTtYGQEZRjsDSwAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQmxMoBjCNAXoECF0QCA",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[6]"
          },
          {
            "type": "link_element",
            "title": "MORE",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=apple+products&stick=H4sIAAAAAAAAAOPgE2LXz9U3yLao0tLMKLfST87PyUlNLsnMzwMy84pLc1OL4pPzcwsS8zJTi60KivJTSpNLFrHyJRYU5KQqQPnFAL-RSLFHAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ44YBKAcwjQF6BAhdEAk",
            "domain": null,
            "snippet": null,
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/span[2]/a[7]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_carousel_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]",
        "title": "Popular products",
        "data_attrid": "kc:/business/business_operation:company_products_and_refinements",
        "link": null,
        "items": [
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Apple Watch SE",
            "subtitle": "(12k+)",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+Watch+SE&stick=H4sIAAAAAAAAAONgVuLVT9c3NMxOyc3IKKhIecRowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixi5XMsKMhJVQhPLEnOUAh2BQAytFA2XQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAM",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:0",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[1]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Apple Watch Series 5 Guide: The Complete Tips and Tricks to Master Hidden Features of the New Apple Watch Series 5 and WatchOS 6",
            "subtitle": null,
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+Watch+Series+5+Guide:+The+Complete+Tips+and+Tricks+to+Master+Hidden+Features+of+the+New+Apple+Watch+Series+5+and+WatchOS+6&stick=H4sIAAAAAAAAAONgVuLVT9c3NMywNDQuiq8yecRowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixibWB0LCjISVUITyxJzlAITi3KTC1WMFVwL81MSbVSCMlIVXDOzwUqKElVCMksKFZIzEtRCCnKTM4uVijJV_BNLC5JLVLwyExJSc1TcEtNLCktAurPT1MoAer0Sy1XwGo6yBCwkH-wghkAXhW7jNAAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAO",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:1",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[2]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Apple Watch Series 3",
            "subtitle": "(52k+)",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+Watch+Series+3&stick=H4sIAAAAAAAAAONgVuLVT9c3NEwzLTM3ii8oe8RowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixiFXEsKMhJVQhPLEnOUAhOLcpMLVYwBgCg2utrYwAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAP",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:2",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[3]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "iPhone 11",
            "subtitle": "(36k+)",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=iPhone+11&stick=H4sIAAAAAAAAAONgVuLVT9c3NEzLrUrOMiwyfsRowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixi5cwMyMjPS1UwNAQAwTvMLVgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAR",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:3",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[4]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Apple MacBook Air (13\", M1, 2020)",
            "subtitle": "(14k+)",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+MacBook+Air+(13%22,+M1,+2020)&stick=H4sIAAAAAAAAAONgVuLVT9c3NMwtt8gyN8w1ecRowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixiVXQsKMhJVfBNTHbKz89WcMwsUtAwNFbSUfA11FEwMjAy0AQAWF8wDHAAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAT",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:4",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[5]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "AirPods Pro",
            "subtitle": "(62k+)",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=AirPods+Pro&stick=H4sIAAAAAAAAAONgVuLVT9c3NMwyyEovzDYveMRowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixi5XbMLArITylWCCjKBwDNcEoIWgAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAV",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:5",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[6]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Apple iPhone 12",
            "subtitle": "(10k+)",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+iPhone+12&stick=H4sIAAAAAAAAAONgVuLVT9c3NMwtSTEwyqpMesRowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixi5XcsKMhJVcgMyMjPS1UwNAIA8SMq4F4AAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAX",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:6",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[7]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Apple Watch Nike SE",
            "subtitle": "(1k+)",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+Watch+Nike+SE&stick=H4sIAAAAAAAAAONgVuLVT9c3NMw1LKuKT07PesRowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixiFXYsKMhJVQhPLEnOUPDLzE5VCHYFAP9rX8diAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAZ",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:7",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[8]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "iPad (8th generation)",
            "subtitle": "(27k+)",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=iPad+(8th+generation)&stick=H4sIAAAAAAAAAONgVuLVT9c3NMwoqkguSslNecRowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixiFc0MSExR0LAoyVBIT81LLUosyczP0wQAXLfEBWQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAb",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:8",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[9]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Apple Watch Sport Band",
            "subtitle": "(271)",
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple+Watch+Sport+Band&stick=H4sIAAAAAAAAAONgVuLVT9c3NMwwNU82KjaNf8RowS3w8sc9YSn9SWtOXmPU5OIKzsgvd80rySypFJLmYoOyBKX4uVB18ixiFXMsKMhJVQhPLEnOUAguyC8qUXBKzEsBAGkVd9VlAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQ3YMDMJQBegQIYBAd",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:9",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/kp-carousel[2]/g-scrolling-carousel[1]/div[1]/div[1]/div[1]/kp-carousel-item[10]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_carousel_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]",
        "title": "Profiles",
        "data_attrid": "kc:/common/topic:social media presence",
        "link": null,
        "items": [
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Facebook",
            "subtitle": null,
            "url": "https://www.facebook.com/apple",
            "domain": "www.facebook.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:10",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "LinkedIn",
            "subtitle": null,
            "url": "https://www.linkedin.com/company/apple",
            "domain": "www.linkedin.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:11",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Instagram",
            "subtitle": null,
            "url": "https://www.instagram.com/apple",
            "domain": "www.instagram.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:12",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Twitter",
            "subtitle": null,
            "url": "https://twitter.com/Apple",
            "domain": "twitter.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:13",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "YouTube",
            "subtitle": null,
            "url": "https://www.youtube.com/user/Apple",
            "domain": "www.youtube.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:14",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[5]"
          }
        ],
        "rectangle": null
      },
      {
        "type": "knowledge_graph_carousel_item",
        "rank_group": 0,
        "rank_absolute": 0,
        "position": "left",
        "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]",
        "title": "People also search for",
        "data_attrid": "kc:/business/issuer:sideways",
        "link": {
          "type": "link_element",
          "title": "View 15+ more",
          "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Apple&stick=H4sIAAAAAAAAAONgFmLXz9U3yLaoUoIxtGSyk630k0qLM_NSi4v1M4uLS1OLrIozU1LLEyuLF7GyOhYU5KTuYGUEAM-i9s89AAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQzTooATCWAXoECF4QAg",
          "domain": null,
          "snippet": null,
          "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]"
        },
        "items": [
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Google",
            "subtitle": null,
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Google&stick=H4sIAAAAAAAAAONgFmLXz9U3yLaoUuIEMUxMk82TtPid83MLEvMqgzNTUssTK4sXsbK55-en56TuYGUEANoPaxUzAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQxA0wlgF6BAheEAU",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:15",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Amazon.com",
            "subtitle": null,
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Amazon&stick=H4sIAAAAAAAAAONgFmLXz9U3yLaoUuIAMXLTs9O1-J3zcwsS8yqDM1NSyxMrixexsjnmJlbl5-1gZQQAznqB8jIAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQxA0wlgF6BAheEAc",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:16",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Microsoft Corporation",
            "subtitle": null,
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Microsoft&stick=H4sIAAAAAAAAAONgFmLXz9U3yLaoUuIAMUyKy0y0-J3zcwsS8yqDM1NSyxMrixexcvpmJhflF-enlexgZQQAD5i3gzUAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQxA0wlgF6BAheEAk",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:17",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Best Buy",
            "subtitle": null,
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Best+Buy&stick=H4sIAAAAAAAAAONgFmLXz9U3yLaoUuIEMQyrilIqtPid83MLEvMqgzNTUssTK4sXsXI4pRaXKDiVVu5gZQQAKL--4DUAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQxA0wlgF6BAheEAs",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:18",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[4]"
          },
          {
            "type": "knowledge_graph_carousel_element",
            "title": "Intel",
            "subtitle": null,
            "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Intel&stick=H4sIAAAAAAAAAONgFmLXz9U3yLaoUuIAMYyLzTO0-J3zcwsS8yqDM1NSyxMrixexsnrmlaTm7GBlBABl4GihMQAAAA&sa=X&ved=2ahUKEwjOzPCsyIjyAhVyNKYKHZSBBxgQxA0wlgF6BAheEA0",
            "domain": "www.google.com",
            "image_url": "https://api.dataforseo.com/cdn/i/07291811-1535-0139-0000-7b6996629624:19",
            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[2]/div[1]/div[1]/div[2]/div[5]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[5]"
          }
        ],
        "rectangle": null
      }
    ],
    "rectangle": {
      "x": 932,
      "y": 182,
      "width": 369,
      "height": 1480
    }
  }
]

Note that enabling the “calculate_rectangles” parameter will increase the cost of the task.

Learn more about the cost of using “calculate_rectangles” parameter in SERP API >>

Exit mobile version