Site icon DataForSEO

Analyze Historical Google SERPs by Keyword with API from DataForSEO

historical google serp api

Past rankings data only is not enough for a quality retrospective analysis. Here’s why.

Google Search Console reveals data on past rankings for the website you own. Yet, it does not show any data on competitor sites present in SERP, making it impossible to run a comparative analysis. Besides that, with Google’s tools, you can’t investigate what SERP features or ads used to appear for your target keyword, as Search Console does not mention these results. However, the more ads and SERP features a page displays, the lower down the page organic listing goes. What’s more, SERP features may steal your clicks just like your competitors do.

In the end, to get an accurate understanding of a website’s progress and to uncover flaws in past strategies, SEOs need comprehensive data on historical SERPs.

What’s historical SERP data?

It reflects a snapshot of a Google results page as it used to be at a certain point in time in the past for a particular keyword and location. Besides rankings and information about ranked results, historical SERP data includes various rich snippets, ads, and other possible SERP elements.

In this article, we will tell you:

How to access historical Google SERP data with DataForSEO API
How to use historical SERP data in rank tracking
How to enhance competitor research with historical SERP data

Note: if you prefer a proprietary solution, check out our Historical Google Databases.

How to access historical Google SERP data with DataForSEO API

At DataForSEO, we know that historical stats have special significance in SEO research, and we’re always striving to meet your demand for insightful historical perspectives.

Earlier, we’ve implemented endpoints supplying data on a website’s rankings and traffic history from Google SERP and historical keyword search volume data. Now we’re completing the offering of past insights with detailed Google SERP data for any keyword and location.

Our recently added Historical SERPs endpoint in DataForSEO Labs API will provide you with Google SERPs collected within the specified time frame for your target keyword. You will also receive a complete overview of featured snippets, ads, and other rich results that were present in SERP within the stated dates. You can review the full list of supported SERP elements here.

Importantly, you will receive two values denoting rank – rank group and rank absolute. When you get ads, organic results and local pack elements in one SERP, Rank Absolute will indicate the rank of each element counting all elements of all types found in the SERP. At the same time, the Rank Group will count the rank of each ad in relation to other ads found in SERP, the rank of organic results in relation to other organic elements, and so on. You can learn more about these parameters from our help center.

Note that historical SERP data is available starting from August 1, 2021.

To obtain SERP data for a certain date in the past, you should make an API call to the Historical SERPs endpoint using the parameters as in the cURL example below.

# Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-dashboard
login="login" 
password="password" 
cred="$(printf ${login}:${password} | base64)" 
curl --location --request POST "https://api.dataforseo.com/v3/dataforseo_labs/google/historical_serps/live" 
--header "Authorization: Basic ${cred}"  
--header "Content-Type: application/json" 
--data-raw "[
    {
        "keyword": "albert einstein",
        "language_code": "en",
        "location_code": 2840,
        "date_from": "2021-08-01",             
        "date_to": "2021-10-01"
    }
]"

 

This request will return a structured response in JSON with each item representing a monthly snapshot of search results. Accordingly, the price for the results is calculated based on the number of months for which the data is provided. For more information, see our pricing page.

{
    "version": "0.1.20220216",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.1328 sec.",
    "cost": 0.0002,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03211127-2806-0408-0000-0e648a3e6fee",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0790 sec.",
            "cost": 0.0002,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "historical_serps",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "historical_serps",
                "se_type": "google",
                "keyword": "albert einstein",
                "language_code": "en",
                "location_code": 2840,
                "date_from": "2021-08-01",
                "date_to": "2021-10-01"
            },
            "result": [
                {
                    "se_type": "google",
                    "keyword": "albert einstein",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 2,
                    "items_count": 2,
                    "items": [
                        {
                            "se_type": "google",
                            "keyword": "albert einstein",
                            "type": "organic",
                            "se_domain": "google.com",
                            "location_code": 2840,
                            "language_code": "en",
                            "check_url": "https://www.google.com/search?q=albert%20einstein&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                            "datetime": "2021-08-01 08:05:11 +00:00",
                            "spell": null,
                            "item_types": [
                                "organic",
                                "people_also_ask",
                                "top_stories",
                                "twitter",
                                "video",
                                "related_searches",
                                "multi_carousel",
                                "knowledge_graph"
                            ],
                            "se_results_count": 121000000,
                            "items_count": 103,
                            "items": [
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]",
                                    "domain": "en.wikipedia.org",
                                    "title": "Albert Einstein - Wikipedia",
                                    "url": "https://en.wikipedia.org/wiki/Albert_Einstein",
                                    "breadcrumb": "https://en.wikipedia.org › wiki › Albert_Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "listen); 14 March 1879 – 18 April 1955) was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all time. Einstein ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Einstein"
                                    ],
                                    "links": [
                                        {
                                            "type": "link_element",
                                            "title": "Einstein family",
                                            "description": null,
                                            "url": "https://en.wikipedia.org/wiki/Einstein_family"
                                        },
                                        {
                                            "type": "link_element",
                                            "title": "Religious and philosophical...",
                                            "description": null,
                                            "url": "https://en.wikipedia.org/wiki/Religious_and_philosophical_views_of_Albert_Einstein"
                                        },
                                        {
                                            "type": "link_element",
                                            "title": "I Am Albert Einstein",
                                            "description": null,
                                            "url": "https://en.wikipedia.org/wiki/I_Am_Albert_Einstein"
                                        },
                                        {
                                            "type": "link_element",
                                            "title": "Hans Albert",
                                            "description": null,
                                            "url": "https://en.wikipedia.org/wiki/Hans_Albert_Einstein"
                                        }
                                    ],
                                    "about_this_result": null,
                                    "main_domain": "wikipedia.org",
                                    "relative_url": "/wiki/Albert_Einstein",
                                    "etv": 111872,
                                    "impressions_etv": 282.1728,
                                    "estimated_paid_traffic_cost": 308414.770688,
                                    "rank_changes": {
                                        "previous_rank_absolute": 1,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "people_also_ask",
                                    "rank_group": 1,
                                    "rank_absolute": 2,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]",
                                    "items": [
                                        {
                                            "type": "people_also_ask_element",
                                            "title": "What was Albert Einstein famous for?",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]",
                                            "expanded_element": [
                                                {
                                                    "type": "people_also_ask_expanded_element",
                                                    "featured_title": null,
                                                    "url": "https://www.britannica.com/biography/Albert-Einstein",
                                                    "domain": "www.britannica.com",
                                                    "title": "Albert Einstein | Biography, Education, Discoveries, & Facts ...",
                                                    "description": null,
                                                    "timestamp": null,
                                                    "table": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "people_also_ask_element",
                                            "title": "What made Albert Einstein a genius?",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]",
                                            "expanded_element": [
                                                {
                                                    "type": "people_also_ask_expanded_element",
                                                    "featured_title": null,
                                                    "url": "https://medium.com/skilluped/what-made-albert-einstein-a-genius-806ce9e783f5",
                                                    "domain": "medium.com",
                                                    "title": "What Made Albert Einstein a Genius? | by Erik Hamre | SkillUp Ed | Medium",
                                                    "description": null,
                                                    "timestamp": null,
                                                    "table": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "people_also_ask_element",
                                            "title": "What year Albert Einstein died?",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]",
                                            "expanded_element": [
                                                {
                                                    "type": "people_also_ask_expanded_element",
                                                    "featured_title": null,
                                                    "url": null,
                                                    "domain": null,
                                                    "title": "Albert Einstein/Date of death",
                                                    "description": null,
                                                    "timestamp": null,
                                                    "table": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "people_also_ask_element",
                                            "title": "Why did Albert Einstein come to America?",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]",
                                            "expanded_element": [
                                                {
                                                    "type": "people_also_ask_expanded_element",
                                                    "featured_title": null,
                                                    "url": "https://www.nobelprize.org/prizes/physics/1921/einstein/biographical/",
                                                    "domain": "www.nobelprize.org",
                                                    "title": "Albert Einstein - Biographical - NobelPrize.org",
                                                    "description": null,
                                                    "timestamp": null,
                                                    "table": null
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 2,
                                    "rank_absolute": 3,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]",
                                    "domain": "www.nobelprize.org",
                                    "title": "Albert Einstein - Biographical - NobelPrize.org",
                                    "url": "https://www.nobelprize.org/prizes/physics/1921/einstein/biographical/",
                                    "breadcrumb": "https://www.nobelprize.org › prizes › physics › biograp...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein grew up in Munich, where his father founded an electrical engineering company. After studying at the ETH university in Zurich, Einstein worked ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nobelprize.org",
                                    "relative_url": "/prizes/physics/1921/einstein/biographical/",
                                    "etv": 59616,
                                    "impressions_etv": 150.3684,
                                    "estimated_paid_traffic_cost": 164352.608064,
                                    "rank_changes": {
                                        "previous_rank_absolute": 3,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 3,
                                    "rank_absolute": 4,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]",
                                    "domain": "www.britannica.com",
                                    "title": "Albert Einstein | Biography, Education, Discoveries, & Facts ...",
                                    "url": "https://www.britannica.com/biography/Albert-Einstein",
                                    "breadcrumb": "https://www.britannica.com › ... › Physics › Physicists",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein, German-born physicist who developed the special and general theories of relativity, pioneering many key developments.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "britannica.com",
                                    "relative_url": "/biography/Albert-Einstein",
                                    "etv": 35806.4,
                                    "impressions_etv": 90.31386,
                                    "estimated_paid_traffic_cost": 98713.01706560001,
                                    "rank_changes": {
                                        "previous_rank_absolute": 4,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 4,
                                    "rank_absolute": 5,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/div[1]",
                                    "domain": "www.biography.com",
                                    "title": "Albert Einstein - Quotes, Death & Facts - Biography",
                                    "url": "https://www.biography.com/scientist/albert-einstein",
                                    "breadcrumb": "https://www.biography.com › scientist › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was a German mathematician and physicist who developed the special and general theories of relativity.",
                                    "pre_snippet": "03/18/2021 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "biography.com",
                                    "relative_url": "/scientist/albert-einstein",
                                    "etv": 24251.2,
                                    "impressions_etv": 61.168380000000006,
                                    "estimated_paid_traffic_cost": 66857.01772480001,
                                    "rank_changes": {
                                        "previous_rank_absolute": 5,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "top_stories",
                                    "rank_group": 1,
                                    "rank_absolute": 6,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[6]/g-section-with-header[1]",
                                    "title": null,
                                    "items": [
                                        {
                                            "type": "top_stories_element",
                                            "source": "CBS News",
                                            "domain": "www.cbsnews.com",
                                            "title": "Astronomers spot light from behind a black hole for the first time — \nproving Einstein right, again",
                                            "date": "1 day ago",
                                            "amp_version": false,
                                            "timestamp": null,
                                            "url": "https://www.cbsnews.com/news/astronomer-light-behind-supermassive-black-hole-einstein/"
                                        },
                                        {
                                            "type": "top_stories_element",
                                            "source": "IGN",
                                            "domain": "www.ign.com",
                                            "title": "Scientists See the Backside of a Black Hole for the First Time, Prove \nAlbert Einstein's Theory of General Relativity Correct - IGN",
                                            "date": "2 days ago",
                                            "amp_version": false,
                                            "timestamp": null,
                                            "url": "https://www.ign.com/articles/black-hole-albert-einstein-general-relativity-observation"
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 5,
                                    "rank_absolute": 7,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[7]/div[1]",
                                    "domain": "www.history.com",
                                    "title": "Albert Einstein - HISTORY",
                                    "url": "https://www.history.com/topics/inventions/albert-einstein",
                                    "breadcrumb": "https://www.history.com › topics › inventions › albert-e...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "An outspoken pacifist who was publicly identified with the Zionist movement, Einstein emigrated from Germany to the United States when the Nazis ...",
                                    "pre_snippet": "10/27/2009 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "history.com",
                                    "relative_url": "/topics/inventions/albert-einstein",
                                    "etv": 17259.2,
                                    "impressions_etv": 43.53258,
                                    "estimated_paid_traffic_cost": 47581.0945568,
                                    "rank_changes": {
                                        "previous_rank_absolute": 9,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "twitter",
                                    "rank_group": 1,
                                    "rank_absolute": 8,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[8]/div[1]/div[1]/div[1]/g-section-with-header[1]",
                                    "title": "Albert Einstein (@AlbertEinstein) · Twitter",
                                    "url": "https://twitter.com/AlbertEinstein?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor",
                                    "items": [
                                        {
                                            "type": "twitter_element",
                                            "tweet": "Cancer treatment breakthrough made by scientists using Einstein technique www.walesonline.co.uk/n…",
                                            "date": "1 day ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1421245221552238598"
                                        },
                                        {
                                            "type": "twitter_element",
                                            "tweet": "Brain scientists explained why many of us forget key plot lines, or even the endings, of movies or books we loved. pst.cr/GPfHW (via @DiscoverMag)",
                                            "date": "1 day ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1421207977323896832"
                                        },
                                        {
                                            "type": "twitter_element",
                                            "tweet": "The prevailing notion is that most large galaxies contain big black holes, the majority of which are asleep after a wild youth. pst.cr/Cz2BZ",
                                            "date": "2 days ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1421170985533837314"
                                        },
                                        {
                                            "type": "twitter_element",
                                            "tweet": "Have you ever heard about the Tippe Top? It is a toy formed like a top that, when spun, will spontaneously invert itself to spin on its narrow stem. The Tippe Top has, ever since its invention, fascinated Nobel Laureates such as Niels Bohr and Wolfgang Pauli, pictured.",
                                            "date": "2 days ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1421138270331809793"
                                        },
                                        {
                                            "type": "twitter_element",
                                            "tweet": "Legions of ghostly particles called neutrinos stream across the universe. In the time it took you to read that, something like 100 trillion neutrinos passed through your body. www.youtube.com/watch?v…",
                                            "date": "2 days ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1421115620876242944"
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 6,
                                    "rank_absolute": 9,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[9]",
                                    "domain": "en.wikiquote.org",
                                    "title": "Albert Einstein - Wikiquote",
                                    "url": "https://en.wikiquote.org/wiki/Albert_Einstein",
                                    "breadcrumb": "https://en.wikiquote.org › wiki › Albert_Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (14 March 1879 – 18 April 1955) was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "wikiquote.org",
                                    "relative_url": "/wiki/Albert_Einstein",
                                    "etv": 12438.4,
                                    "impressions_etv": 31.37316,
                                    "estimated_paid_traffic_cost": 34290.8527936,
                                    "rank_changes": {
                                        "previous_rank_absolute": 10,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 7,
                                    "rank_absolute": 10,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[10]",
                                    "domain": "www.space.com",
                                    "title": "Albert Einstein: Biography, Theories & Quotes | Space",
                                    "url": "https://www.space.com/15524-albert-einstein.html",
                                    "breadcrumb": "https://www.space.com › 15524-albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is often cited as one of the most influential scientists of the 20th century. His work continues to help astronomers study ...",
                                    "pre_snippet": "08/15/2019 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "space.com",
                                    "relative_url": "/15524-albert-einstein.html",
                                    "etv": 9420.800000000001,
                                    "impressions_etv": 23.761920000000003,
                                    "estimated_paid_traffic_cost": 25971.770163200003,
                                    "rank_changes": {
                                        "previous_rank_absolute": 11,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 8,
                                    "rank_absolute": 11,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[11]",
                                    "domain": "www.livescience.com",
                                    "title": "Albert Einstein: The life of a brilliant physicist | Live Science",
                                    "url": "https://www.livescience.com/albert-einstein.html",
                                    "breadcrumb": "https://www.livescience.com › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein : The life of a brilliant physicist ... A brief biography of Albert Einstein, the scientist whose theories changed the way we think ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "livescience.com",
                                    "relative_url": "/albert-einstein.html",
                                    "etv": 7249.599999999999,
                                    "impressions_etv": 18.28554,
                                    "estimated_paid_traffic_cost": 19986.0887584,
                                    "rank_changes": {
                                        "previous_rank_absolute": 28,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 9,
                                    "rank_absolute": 12,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[12]",
                                    "domain": "www.nasonline.org",
                                    "title": "Albert Einstein - National Academy of Sciences",
                                    "url": "http://www.nasonline.org/member-directory/deceased-members/20001817.html",
                                    "breadcrumb": "http://www.nasonline.org › deceased-members",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "March 14, 1879 - April 18, 1955 ... Considered by many to be the greatest scientist of the twentieth century, Albert Einstein revolutionized scientific thought ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nasonline.org",
                                    "relative_url": "/member-directory/deceased-members/20001817.html",
                                    "etv": 5520,
                                    "impressions_etv": 13.923,
                                    "estimated_paid_traffic_cost": 15217.83408,
                                    "rank_changes": {
                                        "previous_rank_absolute": 14,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 10,
                                    "rank_absolute": 13,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[13]",
                                    "domain": "www.goodreads.com",
                                    "title": "Albert Einstein (Author of Relativity) - Goodreads",
                                    "url": "https://www.goodreads.com/author/show/9810.Albert_Einstein",
                                    "breadcrumb": "https://www.goodreads.com › author › show › 9810.Al...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "He chaired the Emergency Committee of Atomic Scientists, which organized to alert the public to the dangers of atomic warfare. At a symposium, he advised: \"In ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "goodreads.com",
                                    "relative_url": "/author/show/9810.Albert_Einstein",
                                    "etv": 4158.4,
                                    "impressions_etv": 10.48866,
                                    "estimated_paid_traffic_cost": 11464.1016736,
                                    "rank_changes": {
                                        "previous_rank_absolute": 25,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 11,
                                    "rank_absolute": 14,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[14]",
                                    "domain": "history.aip.org",
                                    "title": "Einstein-Image and Impact. AIP History Center exhibit.",
                                    "url": "https://history.aip.org/exhibits/einstein/",
                                    "breadcrumb": "https://history.aip.org › exhibits › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein : Read about Einstein's astounding theory of relativity and his discovery of the quantum, his thoughtful philosophy, and his rise above a ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "aip.org",
                                    "relative_url": "/exhibits/einstein/",
                                    "etv": 3348.8,
                                    "impressions_etv": 8.446620000000001,
                                    "estimated_paid_traffic_cost": 9232.1526752,
                                    "rank_changes": {
                                        "previous_rank_absolute": 13,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 12,
                                    "rank_absolute": 15,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[15]",
                                    "domain": "www.pbs.org",
                                    "title": "A Science Odyssey: People and Discoveries: Albert Einstein",
                                    "url": "https://www.pbs.org/wgbh/aso/databank/entries/bpeins.html",
                                    "breadcrumb": "https://www.pbs.org › aso › databank › entries › bpeins",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is one of the most recognized and well-known scientists of the century. His theories solved centuries-old problems in physics and rocked ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "pbs.org",
                                    "relative_url": "/wgbh/aso/databank/entries/bpeins.html",
                                    "etv": 2760,
                                    "impressions_etv": 6.9615,
                                    "estimated_paid_traffic_cost": 7608.91704,
                                    "rank_changes": {
                                        "previous_rank_absolute": 18,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 13,
                                    "rank_absolute": 16,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[16]/div[1]",
                                    "domain": "einsteinmed.org",
                                    "title": "Albert Einstein College of Medicine | Medical Education ...",
                                    "url": "https://einsteinmed.org/",
                                    "breadcrumb": "https://einsteinmed.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein College of Medicine · News and Top Stories · Research · Education · Featured · Einstein & Montefiore · Diversity and Inclusion · Calendar of Events.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "einsteinmed.org",
                                    "relative_url": "/",
                                    "etv": 2171.2,
                                    "impressions_etv": 5.47638,
                                    "estimated_paid_traffic_cost": 5985.6814048,
                                    "rank_changes": {
                                        "previous_rank_absolute": 24,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "video",
                                    "rank_group": 1,
                                    "rank_absolute": 17,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[17]",
                                    "items": [
                                        {
                                            "type": "video_element",
                                            "source": "YouTube · Biography",
                                            "title": "Albert Einstein - Nobel Prize Winner & Physicist | Mini Bio ...",
                                            "timestamp": null,
                                            "url": "https://www.youtube.com/watch?v=KyjQJBDD5V4"
                                        },
                                        {
                                            "type": "video_element",
                                            "source": "YouTube · Clarendon Learning",
                                            "title": "Albert Einstein for Kids | Lean all about Einsteins life and his ...",
                                            "timestamp": null,
                                            "url": "https://www.youtube.com/watch?v=3djECXHDuGc"
                                        },
                                        {
                                            "type": "video_element",
                                            "source": "YouTube · National Geographic",
                                            "title": "Einstein the Mad Scientist | Genius",
                                            "timestamp": null,
                                            "url": "https://www.youtube.com/watch?v=40yqDWiEr_g"
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 14,
                                    "rank_absolute": 18,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[18]",
                                    "domain": "www.amnh.org",
                                    "title": "Albert Einstein, Course Author | AMNH",
                                    "url": "https://www.amnh.org/learn-teach/seminars-on-science/about/faculty/albert-einstein",
                                    "breadcrumb": "https://www.amnh.org › learn-teach › about › faculty",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein's work is featured in Seminars on Science, the Museum's online professional learning program for educators.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "amnh.org",
                                    "relative_url": "/learn-teach/seminars-on-science/about/faculty/albert-einstein",
                                    "etv": 2060.8,
                                    "impressions_etv": 5.19792,
                                    "estimated_paid_traffic_cost": 5681.3247232,
                                    "rank_changes": {
                                        "previous_rank_absolute": 20,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 15,
                                    "rank_absolute": 19,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[19]",
                                    "domain": "www.atomicheritage.org",
                                    "title": "Albert Einstein | Atomic Heritage Foundation",
                                    "url": "http://www.atomicheritage.org/profile/albert-einstein",
                                    "breadcrumb": "http://www.atomicheritage.org › profile › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (1879-1955) was a German-born theoretical physicist and winner of the 1921 Nobel Prize in Physics. Einstein influenced the beginning of the ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "atomicheritage.org",
                                    "relative_url": "/profile/albert-einstein",
                                    "etv": 1876.8000000000002,
                                    "impressions_etv": 4.733820000000001,
                                    "estimated_paid_traffic_cost": 5174.063587200001,
                                    "rank_changes": {
                                        "previous_rank_absolute": 40,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 16,
                                    "rank_absolute": 20,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[20]",
                                    "domain": "www.ias.edu",
                                    "title": "Albert Einstein - Scholars | Institute for Advanced Study",
                                    "url": "https://www.ias.edu/scholars/einstein",
                                    "breadcrumb": "https://www.ias.edu › scholars › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Physicist Albert Einstein (1879–1955) was one of the Institute's first Faculty members, serving from 1933 until his death in 1955, and he played a ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "ias.edu",
                                    "relative_url": "/scholars/einstein",
                                    "etv": 1582.4,
                                    "impressions_etv": 3.99126,
                                    "estimated_paid_traffic_cost": 4362.445769600001,
                                    "rank_changes": {
                                        "previous_rank_absolute": 22,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 17,
                                    "rank_absolute": 21,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[21]",
                                    "domain": "www.newscientist.com",
                                    "title": "Albert Einstein | World-famous theoretical physicist | New ...",
                                    "url": "https://www.newscientist.com/people/albert-einstein/",
                                    "breadcrumb": "https://www.newscientist.com › people › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is arguably the most influential scientist of the 20th century. His general theory of relativity changed our understanding of space and time ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "newscientist.com",
                                    "relative_url": "/people/albert-einstein/",
                                    "etv": 1582.4,
                                    "impressions_etv": 3.99126,
                                    "estimated_paid_traffic_cost": 4362.445769600001,
                                    "rank_changes": {
                                        "previous_rank_absolute": 17,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 18,
                                    "rank_absolute": 22,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[22]",
                                    "domain": "www.brainyquote.com",
                                    "title": "Albert Einstein Quotes - BrainyQuote",
                                    "url": "https://www.brainyquote.com/authors/albert-einstein-quotes",
                                    "breadcrumb": "https://www.brainyquote.com › authors › albert-einstein...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Enjoy the best Albert Einstein Quotes at BrainyQuote. Quotations by Albert Einstein, German Physicist, Born March 14, 1879. Share with your friends.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "brainyquote.com",
                                    "relative_url": "/authors/albert-einstein-quotes",
                                    "etv": 1214.4,
                                    "impressions_etv": 3.06306,
                                    "estimated_paid_traffic_cost": 3347.9234976000002,
                                    "rank_changes": {
                                        "previous_rank_absolute": 27,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 19,
                                    "rank_absolute": 23,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[23]",
                                    "domain": "www.einstein.edu",
                                    "title": "Home - Einstein Health",
                                    "url": "https://www.einstein.edu/",
                                    "breadcrumb": "https://www.einstein.edu",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein Healthcare Network is a healthcare system with approximately 1000 beds and more than 8700 employees serving the communities of Philadelphia and ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "einstein.edu",
                                    "relative_url": "/",
                                    "etv": 993.6,
                                    "impressions_etv": 2.5061400000000003,
                                    "estimated_paid_traffic_cost": 2739.2101344000002,
                                    "rank_changes": {
                                        "previous_rank_absolute": 30,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 20,
                                    "rank_absolute": 24,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[24]",
                                    "domain": "www.smithsonianmag.com",
                                    "title": "The Year Of Albert Einstein | Science | Smithsonian Magazine",
                                    "url": "https://www.smithsonianmag.com/science-nature/the-year-of-albert-einstein-75841381/",
                                    "breadcrumb": "https://www.smithsonianmag.com › science-nature › the...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Over four months, March through June 1905, Albert Einstein produced four papers that ... In many ways, Einstein's “miracle year” inaugurated the modern era, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "smithsonianmag.com",
                                    "relative_url": "/science-nature/the-year-of-albert-einstein-75841381/",
                                    "etv": 883.1999999999999,
                                    "impressions_etv": 2.22768,
                                    "estimated_paid_traffic_cost": 2434.8534528,
                                    "rank_changes": {
                                        "previous_rank_absolute": 12,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 21,
                                    "rank_absolute": 25,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[25]",
                                    "domain": "www.albert-einstein.org",
                                    "title": "The Albert Einstein Archives at The Hebrew University of ...",
                                    "url": "http://www.albert-einstein.org/",
                                    "breadcrumb": "http://www.albert-einstein.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Albert Einstein Archives at the Hebrew University of Jerusalem own the Literary Estate of Albert Einstein, as declared in his last will and testament.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "albert-einstein.org",
                                    "relative_url": "/",
                                    "etv": 846.4,
                                    "impressions_etv": 2.13486,
                                    "estimated_paid_traffic_cost": 2333.4012256,
                                    "rank_changes": {
                                        "previous_rank_absolute": 15,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 22,
                                    "rank_absolute": 26,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[26]",
                                    "domain": "www.amazon.com",
                                    "title": "Albert Einstein: Books, Biography, Blog ... - Amazon.com",
                                    "url": "https://www.amazon.com/Albert-Einstein/e/B000AP7JOU",
                                    "breadcrumb": "https://www.amazon.com › Albert-Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is the unquestioned founder of modern physics. His theory of relativity is the most important scientific idea of the modern era.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "amazon.com",
                                    "relative_url": "/Albert-Einstein/e/B000AP7JOU",
                                    "etv": 809.6,
                                    "impressions_etv": 2.04204,
                                    "estimated_paid_traffic_cost": 2231.9489984,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 23,
                                    "rank_absolute": 27,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[27]",
                                    "domain": "www.caltech.edu",
                                    "title": "Albert Einstein at 50 | www.caltech.edu",
                                    "url": "https://www.caltech.edu/about/news/albert-einstein-at-50",
                                    "breadcrumb": "https://www.caltech.edu › about › news › albert-einstein...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Einstein Papers Project at Caltech has released the 16th volume of its massive scholarly collection of Albert Einstein's scientific and ...",
                                    "pre_snippet": "07/22/2021 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "caltech.edu",
                                    "relative_url": "/about/news/albert-einstein-at-50",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 24,
                                    "rank_absolute": 28,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[28]",
                                    "domain": "www.atomicarchive.com",
                                    "title": "Albert Einstein | Biographies - Atomic Archive",
                                    "url": "https://www.atomicarchive.com/resources/biographies/einstein.html",
                                    "breadcrumb": "https://www.atomicarchive.com › resources › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was born at Ulm in Baden-Wurttemberg, Germany, on March 14, 1879, into a non-observant Jewish family. At age five, his father showed him a ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "atomicarchive.com",
                                    "relative_url": "/resources/biographies/einstein.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 35,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 25,
                                    "rank_absolute": 29,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[29]",
                                    "domain": "www.nationalgeographic.com",
                                    "title": "Einstein's Relativity Explained in 4 Simple Steps",
                                    "url": "https://www.nationalgeographic.com/science/article/einstein-relativity-thought-experiment-train-lightning-genius",
                                    "breadcrumb": "https://www.nationalgeographic.com › science › article",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein's theory of relativity is famous for predicting some ... Einstein had already learned in physics class what a light beam ...",
                                    "pre_snippet": "05/16/2017 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nationalgeographic.com",
                                    "relative_url": "/science/article/einstein-relativity-thought-experiment-train-lightning-genius",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 26,
                                    "rank_absolute": 30,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[30]",
                                    "domain": "princetonhistory.org",
                                    "title": "Albert Einstein – Historical Society of Princeton",
                                    "url": "https://princetonhistory.org/research/historic-princeton/albert-einstein/",
                                    "breadcrumb": "https://princetonhistory.org › ... › Historic Princeton",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "In 2003, the Historical Society was the proud recipient of a gift of 65 pieces of Albert Einstein's furniture from his home on Mercer Street, donated by the ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "princetonhistory.org",
                                    "relative_url": "/research/historic-princeton/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 46,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 27,
                                    "rank_absolute": 31,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[31]",
                                    "domain": "www.facebook.com",
                                    "title": "Albert Einstein - Home | Facebook",
                                    "url": "https://www.facebook.com/AlbertEinstein/",
                                    "breadcrumb": "https://www.facebook.com › Pages › Public Figure",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein. 18973255 likes · 22248 talking about this. Official Facebook of the World's Favorite Genius. Managed by Greenlight, authorized...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "facebook.com",
                                    "relative_url": "/AlbertEinstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 28,
                                    "rank_absolute": 32,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[32]",
                                    "domain": "www.independent.co.uk",
                                    "title": "Albert Einstein - latest news, breaking stories and comment ...",
                                    "url": "https://www.independent.co.uk/topic/albert-einstein",
                                    "breadcrumb": "https://www.independent.co.uk › topic › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein suggested the study of birds and bees could help physicists understand important scientific processes. Science ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "independent.co.uk",
                                    "relative_url": "/topic/albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 43,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 29,
                                    "rank_absolute": 33,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[33]",
                                    "domain": "einstein.biz",
                                    "title": "The Official Licensing Site of Albert Einstein",
                                    "url": "http://einstein.biz/",
                                    "breadcrumb": "http://einstein.biz",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Welcome to the Official Licensing Site of Albert Einstein. Learn more about Albert Einstein and contact us today for any commercial licensing inquiries.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "einstein.biz",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 19,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 30,
                                    "rank_absolute": 34,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[34]",
                                    "domain": "www.theguardian.com",
                                    "title": "Albert Einstein | Science | The Guardian",
                                    "url": "https://www.theguardian.com/science/alberteinstein",
                                    "breadcrumb": "https://www.theguardian.com › science › alberteinstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein · July 2021. Astronomers detect light behind black hole for first time · June 2021. Gravitational waves from star-eating black holes detected on ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "theguardian.com",
                                    "relative_url": "/science/alberteinstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 39,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 31,
                                    "rank_absolute": 35,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[35]",
                                    "domain": "press.princeton.edu",
                                    "title": "Albert Einstein | Princeton University Press",
                                    "url": "https://press.princeton.edu/collections/einstein",
                                    "breadcrumb": "https://press.princeton.edu › collections › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Since 1922, Princeton University Press has been honored to publish the work of Albert Einstein (1879‑1955). That year, the Press published Einstein's The ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "princeton.edu",
                                    "relative_url": "/collections/einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 44,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 32,
                                    "rank_absolute": 36,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[36]",
                                    "domain": "www.nytimes.com",
                                    "title": "Albert Einstein - The New York Times",
                                    "url": "https://www.nytimes.com/topic/person/albert-einstein",
                                    "breadcrumb": "https://www.nytimes.com › topic › person › albert-einst...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "In 1904, Albert Einstein, then an obscure young man of 25, could be seen daily in the late afternoon wheeling a baby carriage on the streets of Bern, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nytimes.com",
                                    "relative_url": "/topic/person/albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 36,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 33,
                                    "rank_absolute": 37,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[37]",
                                    "domain": "www2.montgomeryschoolsmd.org",
                                    "title": "Albert Einstein HS - Montgomery County Public Schools",
                                    "url": "https://www2.montgomeryschoolsmd.org/schools/einsteinhs/",
                                    "breadcrumb": "https://www2.montgomeryschoolsmd.org › schools › ei...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The staff, students, parents, and community of Albert Einstein High School will work together to build constructive relationships, provide a rigorous, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "montgomeryschoolsmd.org",
                                    "relative_url": "/schools/einsteinhs/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 37,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 34,
                                    "rank_absolute": 38,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[38]",
                                    "domain": "www.businessinsider.com",
                                    "title": "The Best, Most Thought-Provoking Albert Einstein Quotes",
                                    "url": "https://www.businessinsider.com/25-best-quotes-from-albert-einstein-2014-8",
                                    "breadcrumb": "https://www.businessinsider.com › Strategy › Careers",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein spoke eloquently on a number of topics beyond physics, ... 30 quotes that take you inside Albert Einstein's brilliant mind.",
                                    "pre_snippet": "06/18/2020 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "businessinsider.com",
                                    "relative_url": "/25-best-quotes-from-albert-einstein-2014-8",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 35,
                                    "rank_absolute": 39,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[39]",
                                    "domain": "www.instagram.com",
                                    "title": "Albert Einstein (@alberteinstein) • Instagram photos and videos",
                                    "url": "https://www.instagram.com/alberteinstein/?hl=en",
                                    "breadcrumb": "https://www.instagram.com › alberteinstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "894k Followers, 624 Following, 1517 Posts - See Instagram photos and videos from Albert Einstein (@alberteinstein)",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein",
                                        "alberteinstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "instagram.com",
                                    "relative_url": "/alberteinstein/?hl=en",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 47,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 36,
                                    "rank_absolute": 40,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[40]",
                                    "domain": "www.aeinstein.org",
                                    "title": "Albert Einstein Institution – Advancing Freedom Through ...",
                                    "url": "https://www.aeinstein.org/",
                                    "breadcrumb": "https://www.aeinstein.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Albert Einstein Institution is a nonprofit organization founded by Dr. Gene Sharp in 1983 to advance the study and use of strategic nonviolent action in ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "aeinstein.org",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 59,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 37,
                                    "rank_absolute": 41,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[41]",
                                    "domain": "www.einstein.br",
                                    "title": "Hospital Israelita Albert Einstein",
                                    "url": "https://www.einstein.br/en/Pages/Home.aspx",
                                    "breadcrumb": "https://www.einstein.br › Pages › Home",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The journal einstein (São Paulo) · Teaching. About Einstein. The Sociedade Beneficente Israelita Brasileira Albert Einstein.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "einstein.br",
                                    "relative_url": "/en/Pages/Home.aspx",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 81,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 38,
                                    "rank_absolute": 42,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[42]",
                                    "domain": "www.theatlantic.com",
                                    "title": "Albert Einstein: Appraisal of an Intellect - The Atlantic",
                                    "url": "https://www.theatlantic.com/magazine/archive/1955/06/albert-einstein-appraisal-of-an-intellect/303934/",
                                    "breadcrumb": "https://www.theatlantic.com › archive › 1955/06 › alber...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein : Appraisal of an Intellect. \"The passing of Einstein gives us a chance to stop and think how it felt to have been alive while one of the ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "theatlantic.com",
                                    "relative_url": "/magazine/archive/1955/06/albert-einstein-appraisal-of-an-intellect/303934/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 39,
                                    "rank_absolute": 43,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[43]",
                                    "domain": "www.nps.gov",
                                    "title": "New Jersey: Albert Einstein House (U.S. National Park Service)",
                                    "url": "https://www.nps.gov/articles/alberteinstein.htm",
                                    "breadcrumb": "https://www.nps.gov › articles › alberteinstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein 1921. Courtesy of Ferdinand Schmutzer. Albert Einstein, considered the greatest physicist of all time and named in 1999 Time ...",
                                    "pre_snippet": "08/22/2017 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nps.gov",
                                    "relative_url": "/articles/alberteinstein.htm",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 50,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 40,
                                    "rank_absolute": 44,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[44]",
                                    "domain": "www.fi.edu",
                                    "title": "Case Files: Albert Einstein | The Franklin Institute",
                                    "url": "https://www.fi.edu/case-files/albert-einstein",
                                    "breadcrumb": "https://www.fi.edu › case-files › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Members of the scientific community still struggle to wrap their minds around the meaning and implications of Albert Einstein's theories.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "fi.edu",
                                    "relative_url": "/case-files/albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 52,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 41,
                                    "rank_absolute": 45,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[45]",
                                    "domain": "scholar.google.com",
                                    "title": "‪Albert Einstein‬ - ‪Google Scholar‬",
                                    "url": "http://scholar.google.com/citations?user=qc6CJjYAAAAJ&hl=en",
                                    "breadcrumb": "http://scholar.google.com › citations",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "TitleSortSort by citationsSort by yearSort by title Cited byCited by Year\nZur Elektrodynamik bewegter KörperA Einstein 6633*\nLa relativitéA EinsteinPayot, 1964 3662* 1964",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": [
                                        {
                                            "type": "link_element",
                                            "title": "View 18 more rows",
                                            "description": null,
                                            "url": "http://scholar.google.com/citations?user=qc6CJjYAAAAJ&hl=en"
                                        }
                                    ],
                                    "about_this_result": null,
                                    "main_domain": "google.com",
                                    "relative_url": "/citations?user=qc6CJjYAAAAJ&hl=en",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 42,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 42,
                                    "rank_absolute": 46,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[46]",
                                    "domain": "www.npr.org",
                                    "title": "The Universe According To Albert Einstein: Relativity : 13.7 ...",
                                    "url": "https://www.npr.org/sections/13.7/2018/03/14/593156411/the-universe-according-to-albert-einstein-relativity",
                                    "breadcrumb": "https://www.npr.org › sections › 2018/03/14 › the-univers...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "When Einstein, born 139 years ago on Wednesday, came onto the science scene, physics was in crisis. New ideas were badly needed — it was the ...",
                                    "pre_snippet": "03/14/2018 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "npr.org",
                                    "relative_url": "/sections/13.7/2018/03/14/593156411/the-universe-according-to-albert-einstein-relativity",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 53,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 43,
                                    "rank_absolute": 47,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[47]",
                                    "domain": "www.einstein-website.de",
                                    "title": "Various things about Albert Einstein",
                                    "url": "https://www.einstein-website.de/z_information/variousthings.html",
                                    "breadcrumb": "https://www.einstein-website.de › z_information › vario...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein's Swiss Passport, 1923 ... Albert Einstein became German citizen with his birth in Ulm (Baden-Wuerttemberg) on March 14, 1879.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein's",
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "einstein-website.de",
                                    "relative_url": "/z_information/variousthings.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 44,
                                    "rank_absolute": 48,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[48]",
                                    "domain": "www.aeaohio.org",
                                    "title": "Charter school | Albert Einstein Academy of Ohio | United States",
                                    "url": "https://www.aeaohio.org/",
                                    "breadcrumb": "https://www.aeaohio.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein Academy of Ohio is a tuition free community school located in North Olmsted, Lakewood, and Strongsville, and serving all of Northeast Ohio.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "aeaohio.org",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 57,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 45,
                                    "rank_absolute": 49,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[49]",
                                    "domain": "www.rottentomatoes.com",
                                    "title": "Albert Einstein - Rotten Tomatoes",
                                    "url": "https://www.rottentomatoes.com/celebrity/albert_einstein",
                                    "breadcrumb": "https://www.rottentomatoes.com › celebrity › albert_ein...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein Celebrity Profile - Check out the latest Albert Einstein photo gallery, biography, pics, pictures, interviews, news, forums and blogs at ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "rottentomatoes.com",
                                    "relative_url": "/celebrity/albert_einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 55,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 46,
                                    "rank_absolute": 50,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[50]",
                                    "domain": "www.life.com",
                                    "title": "The Day Albert Einstein Died: A Photographer's Story - LIFE",
                                    "url": "https://www.life.com/history/the-day-albert-einstein-died-a-photographers-story/",
                                    "breadcrumb": "https://www.life.com › history › the-day-albert-einstein-...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Pictures from a spring day in 1955, when photographer Ralph Morse raced around New Jersey in search of the late, great Albert Einstein.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "life.com",
                                    "relative_url": "/history/the-day-albert-einstein-died-a-photographers-story/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 51,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 47,
                                    "rank_absolute": 51,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[51]",
                                    "domain": "www.nature.com",
                                    "title": "The debated legacy of Einstein's first wife - Nature",
                                    "url": "https://www.nature.com/articles/d41586-019-00741-6",
                                    "breadcrumb": "https://www.nature.com › books & arts › article",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "One was Mileva Marić, a 20-year-old Serbian; the other, Albert Einstein, a 17-year-old German. Both studied physics, taking some of the same ...",
                                    "pre_snippet": "03/05/2019 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nature.com",
                                    "relative_url": "/articles/d41586-019-00741-6",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 63,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 48,
                                    "rank_absolute": 52,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[52]",
                                    "domain": "www.montefiore.org",
                                    "title": "Education - Partnership with Albert Einstein College of ...",
                                    "url": "https://www.montefiore.org/albert-einstein-college-of-medicine",
                                    "breadcrumb": "https://www.montefiore.org › albert-einstein-college-of-...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Our Albert Einstein College of Medicine is a premier, research-intensive medical school dedicated to leading biomedical investigation and the development of ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "montefiore.org",
                                    "relative_url": "/albert-einstein-college-of-medicine",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 61,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 49,
                                    "rank_absolute": 53,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[53]",
                                    "domain": "www.scientificamerican.com",
                                    "title": "Stories by Albert Einstein - Scientific American",
                                    "url": "https://www.scientificamerican.com/author/albert-einstein/",
                                    "breadcrumb": "https://www.scientificamerican.com › author › albert-ei...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Scientific American is the essential guide to the most awe-inspiring advances in science and technology, explaining how they change our understanding of the ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "scientificamerican.com",
                                    "relative_url": "/author/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 72,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 50,
                                    "rank_absolute": 54,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[54]",
                                    "domain": "www.abc.net.au",
                                    "title": "Albert Einstein was right (again): Astronomers have detected ...",
                                    "url": "https://www.abc.net.au/news/science/2021-07-29/albert-einstein-astronomers-detect-light-behind-black-hole/100333436",
                                    "breadcrumb": "https://www.abc.net.au › news › science › albert-einstei...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Over a century ago, Albert Einstein predicted that the gravitational pull of black holes were so strong that they should bend light right ...",
                                    "pre_snippet": "3 days ago",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "abc.net.au",
                                    "relative_url": "/news/science/2021-07-29/albert-einstein-astronomers-detect-light-behind-black-hole/100333436",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 51,
                                    "rank_absolute": 55,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[55]",
                                    "domain": "www.nsf.gov",
                                    "title": "Albert Einstein, in his own words | NSF - National Science ...",
                                    "url": "https://www.nsf.gov/discoveries/disc_summ.jsp?cntn_id=134537",
                                    "breadcrumb": "https://www.nsf.gov › discoveries › disc_summ",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is known in popular culture for his famous E = mc 2 formula. Scientists know him for revolutionizing physics with his general ...",
                                    "pre_snippet": "03/20/2015 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nsf.gov",
                                    "relative_url": "/discoveries/disc_summ.jsp?cntn_id=134537",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 68,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 52,
                                    "rank_absolute": 56,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[56]",
                                    "domain": "www.thoughtco.com",
                                    "title": "Biography of Albert Einstein, Theoretical Physicist - ThoughtCo",
                                    "url": "https://www.thoughtco.com/albert-einstein-1779799",
                                    "breadcrumb": "https://www.thoughtco.com › ... › People & Events",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein revolutionized science when he developed the theory of relativity. Learn more about the life of this influential German-born ...",
                                    "pre_snippet": "08/26/2019 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "thoughtco.com",
                                    "relative_url": "/albert-einstein-1779799",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 54,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 53,
                                    "rank_absolute": 57,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[57]",
                                    "domain": "www.discovermagazine.com",
                                    "title": "20 Brilliant Quotes From Albert Einstein, the Theoretical ...",
                                    "url": "https://www.discovermagazine.com/the-sciences/20-brilliant-quotes-from-albert-einstein-the-theoretical-physicist-who",
                                    "breadcrumb": "https://www.discovermagazine.com › the-sciences › 20-...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein, one of the greatest scientists of all time, is best known for his theory of relativity. But he also spoke about social ...",
                                    "pre_snippet": "05/19/2021 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "discovermagazine.com",
                                    "relative_url": "/the-sciences/20-brilliant-quotes-from-albert-einstein-the-theoretical-physicist-who",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 32,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 54,
                                    "rank_absolute": 58,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[58]",
                                    "domain": "www.neh.gov",
                                    "title": "The Face of Science | The National Endowment for the ...",
                                    "url": "https://www.neh.gov/humanities/2014/mayjune/feature/the-face-science",
                                    "breadcrumb": "https://www.neh.gov › humanities › mayjune › feature",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "How Albert Einstein became a celebrity. Sam Kean. HUMANITIES, May/June 2014, Volume 35, Number 3.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "neh.gov",
                                    "relative_url": "/humanities/2014/mayjune/feature/the-face-science",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 75,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 55,
                                    "rank_absolute": 59,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[59]",
                                    "domain": "www.oxfordreference.com",
                                    "title": "Albert Einstein - Oxford Reference",
                                    "url": "https://www.oxfordreference.com/view/10.1093/acref/9780191826719.001.0001/q-oro-ed4-00003988",
                                    "breadcrumb": "https://www.oxfordreference.com › q-oro-ed4-00003988",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein 1879–1955. German-born theoretical physicist. See also Anonymous · Science without religion is lame, religion without science is blind. · As far ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "oxfordreference.com",
                                    "relative_url": "/view/10.1093/acref/9780191826719.001.0001/q-oro-ed4-00003988",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 73,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 56,
                                    "rank_absolute": 60,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[60]",
                                    "domain": "www.bbvaopenmind.com",
                                    "title": "The Legacy of Albert Einstein (1879-1955) | OpenMind",
                                    "url": "https://www.bbvaopenmind.com/en/science/leading-figures/the-legacy-of-albert-einstein-1879-1955/",
                                    "breadcrumb": "https://www.bbvaopenmind.com › leading-figures › the...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "A vision of the scientific legacy of Albert Einstein by Adolfo de Azcarraga, Chairman of the Spanish Royal Physics Society.",
                                    "pre_snippet": "11/20/2015 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "bbvaopenmind.com",
                                    "relative_url": "/en/science/leading-figures/the-legacy-of-albert-einstein-1879-1955/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 65,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 57,
                                    "rank_absolute": 61,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[61]",
                                    "domain": "futurism.com",
                                    "title": "Meet Albert Einstein, the Father of Modern Science - Futurism",
                                    "url": "https://futurism.com/know-your-scientist-albert-einstein",
                                    "breadcrumb": "https://futurism.com › know-your-scientist-albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein's work is the cornerstone of all modern science. Here's what you need to know about his life and contributions.",
                                    "pre_snippet": "Mar 14, 2013 · Uploaded by PBS Space Time",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "futurism.com",
                                    "relative_url": "/know-your-scientist-albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 80,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 58,
                                    "rank_absolute": 62,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[62]",
                                    "domain": "www.brainpop.com",
                                    "title": "Albert Einstein - BrainPOP",
                                    "url": "https://www.brainpop.com/science/energy/alberteinstein/",
                                    "breadcrumb": "https://www.brainpop.com › science › energy › albertei...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Tim and Moby introduce you to the Nobel-winning scientist Albert Einstein, the physicist who revolutionized our understanding of space and time.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "brainpop.com",
                                    "relative_url": "/science/energy/alberteinstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 66,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 59,
                                    "rank_absolute": 63,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[63]",
                                    "domain": "mathshistory.st-andrews.ac.uk",
                                    "title": "Albert Einstein (1879 - 1955) - Biography - MacTutor History of ...",
                                    "url": "https://mathshistory.st-andrews.ac.uk/Biographies/Einstein/",
                                    "breadcrumb": "https://mathshistory.st-andrews.ac.uk › Biographies › Ei...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein contributed more than any other scientist to the modern vision of physical reality. His special and general theories of relativity are still regarded ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "st-andrews.ac.uk",
                                    "relative_url": "/Biographies/Einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 26,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 60,
                                    "rank_absolute": 64,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[64]",
                                    "domain": "www.wikidata.org",
                                    "title": "Albert Einstein - Wikidata",
                                    "url": "https://www.wikidata.org/wiki/Q937",
                                    "breadcrumb": "https://www.wikidata.org › wiki",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein. físico alemán de orígen judío. Einstein; Einstein, Albert; A. Einstein. Traditional Chinese. 阿爾伯特·愛因斯坦.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "wikidata.org",
                                    "relative_url": "/wiki/Q937",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 49,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 61,
                                    "rank_absolute": 65,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[65]",
                                    "domain": "www.imdb.com",
                                    "title": "Albert Einstein - IMDb",
                                    "url": "https://www.imdb.com/name/nm0251868/",
                                    "breadcrumb": "https://www.imdb.com › name",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein, Self: Champagne for Caesar. Albert Einstein was born in Ulm, Kingdom of Württemberg, to a German Jewish family. He was the son of Pauline ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "imdb.com",
                                    "relative_url": "/name/nm0251868/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 70,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 62,
                                    "rank_absolute": 66,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[66]",
                                    "domain": "www.bbc.com",
                                    "title": "Albert Einstein: the man who predicted gravitational waves ...",
                                    "url": "https://www.bbc.com/news/science-environment-35557727",
                                    "breadcrumb": "https://www.bbc.com › science-environment-35557727",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The detection of gravitational waves, announced on Thursday, proves an Albert Einstein theory right. He made huge strides forward in physics ...",
                                    "pre_snippet": "02/12/2016 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "bbc.com",
                                    "relative_url": "/news/science-environment-35557727",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 60,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 63,
                                    "rank_absolute": 67,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[67]",
                                    "domain": "www.scusd.edu",
                                    "title": "Albert Einstein - Sacramento City Unified School District",
                                    "url": "https://www.scusd.edu/school/albert-einstein",
                                    "breadcrumb": "https://www.scusd.edu › school › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "At Albert Einstein Middle School we believe every student should have the opportunity to reach his/her full potential within a positive, challenging, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "scusd.edu",
                                    "relative_url": "/school/albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 64,
                                    "rank_absolute": 68,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[68]",
                                    "domain": "www.ealas.org",
                                    "title": "Albert Einstein Academy for Letters, Arts and Sciences",
                                    "url": "https://www.ealas.org/",
                                    "breadcrumb": "https://www.ealas.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "A non-profit, co-educational, open enrollment, public charter school serving grades seven through twelve.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "ealas.org",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 65,
                                    "rank_absolute": 69,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[69]",
                                    "domain": "www.ducksters.com",
                                    "title": "Albert Einstein: Genius Inventor and Scientist - Ducksters",
                                    "url": "https://www.ducksters.com/biography/albert_einstein.php",
                                    "breadcrumb": "https://www.ducksters.com › biography › albert_einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Kids learn about Albert Einstein's biography. A great scientist and inventor. A true genius.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "ducksters.com",
                                    "relative_url": "/biography/albert_einstein.php",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 34,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 66,
                                    "rank_absolute": 70,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[70]",
                                    "domain": "theconversation.com",
                                    "title": "Albert Einstein – News, Research and Analysis – The ...",
                                    "url": "https://theconversation.com/us/topics/albert-einstein-28469",
                                    "breadcrumb": "https://theconversation.com › topics › albert-einstein-28...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Browse Albert Einstein news, research and analysis from The Conversation. ... Einstein was awarded a Nobel prize for his explanation for how light can be ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "theconversation.com",
                                    "relative_url": "/us/topics/albert-einstein-28469",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 67,
                                    "rank_absolute": 71,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[71]",
                                    "domain": "npg.si.edu",
                                    "title": "Albert Einstein | National Portrait Gallery",
                                    "url": "https://npg.si.edu/object/npg_NPG.67.16",
                                    "breadcrumb": "https://npg.si.edu › object › npg_NPG.67.16",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Artist: Max Westfield, 1882 - 1971; Sitter: Albert Einstein, 14 Mar 1879 - 18 Apr 1955. Date: 1944. Type: Painting. Medium: Oil on canvas ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "si.edu",
                                    "relative_url": "/object/npg_NPG.67.16",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 68,
                                    "rank_absolute": 72,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[72]",
                                    "domain": "www.wikiwand.com",
                                    "title": "Albert Einstein - Wikiwand",
                                    "url": "https://www.wikiwand.com/en/Albert_Einstein",
                                    "breadcrumb": "https://www.wikiwand.com › Albert_Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein ; 14 March 1879 – 18 April 1955) was a German-born theoretical physicist,[5] widely acknowledged to be one of the greatest physicists of all ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "wikiwand.com",
                                    "relative_url": "/en/Albert_Einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 69,
                                    "rank_absolute": 73,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[73]",
                                    "domain": "www.washingtonpost.com",
                                    "title": "Einstein: A Life - WashingtonPost.com",
                                    "url": "https://www.washingtonpost.com/wp-srv/style/longterm/books/chap1/einstein.htm",
                                    "breadcrumb": "https://www.washingtonpost.com › style › books › chap1",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was born on March 14, 1879, in Ulm, Germany, ... But for his parents the worrying was not over, as Albert's speech was late in developing.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "washingtonpost.com",
                                    "relative_url": "/wp-srv/style/longterm/books/chap1/einstein.htm",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 84,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 70,
                                    "rank_absolute": 74,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[74]",
                                    "domain": "science.osti.gov",
                                    "title": "EINSTEIN Albert Einstein Disting... | U.S. DOE Office of ...",
                                    "url": "https://science.osti.gov/wdts/einstein",
                                    "breadcrumb": "https://science.osti.gov › wdts › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Albert Einstein Distinguished Educator Fellowship (AEF) Program provides a unique opportunity for accomplished K-12 educators in the fields of science, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "osti.gov",
                                    "relative_url": "/wdts/einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 71,
                                    "rank_absolute": 75,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[75]",
                                    "domain": "nj.gov",
                                    "title": "Albert Einstein - NJ.gov",
                                    "url": "https://nj.gov/state/historical/assets/pdf/it-happened-here/ihhnj-er-einstein.pdf",
                                    "breadcrumb": "https://nj.gov › assets › pdf › it-happened-here › i...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "ESSENTIAL QUESTION: What impact would the innovations of Albert Einstein have on New Jersey and the rest of the world? BACKGROUND: The name Einstein is ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nj.gov",
                                    "relative_url": "/state/historical/assets/pdf/it-happened-here/ihhnj-er-einstein.pdf",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 72,
                                    "rank_absolute": 76,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[76]",
                                    "domain": "einstein.digitalhumans.com",
                                    "title": "Meet Einstein",
                                    "url": "https://einstein.digitalhumans.com/",
                                    "breadcrumb": "https://einstein.digitalhumans.com",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "I'm a digital version of Einstein. I would love to meet you and share my knowledge; I can even quiz you on a variety of topics.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "digitalhumans.com",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 41,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 73,
                                    "rank_absolute": 77,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[77]",
                                    "domain": "starchild.gsfc.nasa.gov",
                                    "title": "Albert Einstein - StarChild - NASA",
                                    "url": "https://starchild.gsfc.nasa.gov/docs/StarChild/whos_who_level2/einstein.html",
                                    "breadcrumb": "https://starchild.gsfc.nasa.gov › docs › whos_who_level2",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was born in 1879 in Ulm, Germany. He was the first child born to Hermann and Pauline Einstein. Though he attended school as a young boy, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nasa.gov",
                                    "relative_url": "/docs/StarChild/whos_who_level2/einstein.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 33,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 74,
                                    "rank_absolute": 78,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[78]",
                                    "domain": "artsandculture.google.com",
                                    "title": "Albert Einstein — Google Arts & Culture",
                                    "url": "https://artsandculture.google.com/entity/albert-einstein/m0jcx?hl=en",
                                    "breadcrumb": "https://artsandculture.google.com › entity › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all time. Einstein is known for ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "google.com",
                                    "relative_url": "/entity/albert-einstein/m0jcx?hl=en",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 75,
                                    "rank_absolute": 79,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[79]",
                                    "domain": "www.tate.org.uk",
                                    "title": "'Albert Einstein', Sir Jacob Epstein, 1933 | Tate",
                                    "url": "https://www.tate.org.uk/art/artworks/epstein-albert-einstein-n04754",
                                    "breadcrumb": "https://www.tate.org.uk › art › artworks › epstein-albert...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The famous physicist Albert Einstein (1879-1955) fled Germany in 1933, and was staying in a refugee camp in Britain when Epstein made this portrait bust.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "tate.org.uk",
                                    "relative_url": "/art/artworks/epstein-albert-einstein-n04754",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 85,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 76,
                                    "rank_absolute": 80,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[80]",
                                    "domain": "einstein.pure.elsevier.com",
                                    "title": "Albert Einstein College of Medicine",
                                    "url": "https://einstein.pure.elsevier.com/",
                                    "breadcrumb": "https://einstein.pure.elsevier.com",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein Research Profiles. In an effort to synergize inter-disciplinary clinical and translational research, Einstein and Montefiore are committed to using ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "elsevier.com",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 77,
                                    "rank_absolute": 81,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[81]",
                                    "domain": "www.myjewishlearning.com",
                                    "title": "Albert Einstein | My Jewish Learning",
                                    "url": "https://www.myjewishlearning.com/article/albert-einstein/",
                                    "breadcrumb": "https://www.myjewishlearning.com › article › albert-ein...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein and \"leaders of the World Zionist Organization\" published in a 1921 article in The Scientific Monthly. Also pictured are Chaim Weizmann, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "myjewishlearning.com",
                                    "relative_url": "/article/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 91,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 78,
                                    "rank_absolute": 82,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[82]",
                                    "domain": "web.college.emory.edu",
                                    "title": "Albert Einstein - Emory University",
                                    "url": "http://web.college.emory.edu/st4.1/biography-pages/einstein-albert.html",
                                    "breadcrumb": "http://web.college.emory.edu › biography-pages › einst...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein Professor, Department of PhysicsNobel Laureate ... On November 12, 1913, Einstein was granted full membership in the Prussian Academy of ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "emory.edu",
                                    "relative_url": "/st4.1/biography-pages/einstein-albert.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 87,
                                        "is_new": false,
                                        "is_up": true,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 79,
                                    "rank_absolute": 83,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[83]",
                                    "domain": "www.rescue.org",
                                    "title": "Albert Einstein and the birth of the International Rescue ...",
                                    "url": "https://www.rescue.org/article/albert-einstein-and-birth-international-rescue-committee",
                                    "breadcrumb": "https://www.rescue.org › article › albert-einstein-and-bi...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Learn how the International Rescue Committee was founded at the call of physicist, humanitarian -- and refugee -- Albert Einstein.",
                                    "pre_snippet": "03/14/2015 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "rescue.org",
                                    "relative_url": "/article/albert-einstein-and-birth-international-rescue-committee",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 80,
                                    "rank_absolute": 84,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[84]",
                                    "domain": "pubmed.ncbi.nlm.nih.gov",
                                    "title": "An appraisal of Albert Einstein's chronic illness - PubMed",
                                    "url": "https://pubmed.ncbi.nlm.nih.gov/7935078/",
                                    "breadcrumb": "https://pubmed.ncbi.nlm.nih.gov › ...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "For the last 39 of his 76 years of life, physicist Albert Einstein (1879-1955) suffered from chronic illness. His health problems were primarily related to ...",
                                    "pre_snippet": "by SS Kantha",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "nih.gov",
                                    "relative_url": "/7935078/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 81,
                                    "rank_absolute": 85,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[85]",
                                    "domain": "www.thirteen.org",
                                    "title": "Big Ideas. Big Thinkers. Albert Einstein | Thirteen/WNET",
                                    "url": "https://www.thirteen.org/bigideas/einstein.html",
                                    "breadcrumb": "https://www.thirteen.org › bigideas › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Books Albert Einstein translated and edited by Paul Arthur Schilpp, AUTOBIOGRAPHICAL NOTES. Open Court Albert Einstein, RELATIVITY: THE SPECIAL AND THE ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "thirteen.org",
                                    "relative_url": "/bigideas/einstein.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 82,
                                    "rank_absolute": 86,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[86]",
                                    "domain": "www.telegraph.co.uk",
                                    "title": "Astronomers see back of a black hole for first time, proving ...",
                                    "url": "https://www.telegraph.co.uk/news/2021/07/28/astronomers-see-back-black-hole-first-time-proving-albert-einstein/",
                                    "breadcrumb": "https://www.telegraph.co.uk › news › 2021/07/28 › astr...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Astronomers see back of a black hole for first time, proving Albert Einstein was right. Researchers prove theory through studying a ...",
                                    "pre_snippet": "4 days ago",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "telegraph.co.uk",
                                    "relative_url": "/news/2021/07/28/astronomers-see-back-black-hole-first-time-proving-albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 83,
                                    "rank_absolute": 87,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[87]",
                                    "domain": "greenlightrights.com",
                                    "title": "Albert Einstein - Greenlight Rights",
                                    "url": "https://greenlightrights.com/icon/albert-einstein/",
                                    "breadcrumb": "https://greenlightrights.com › icon › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is synonymous with genius. His theories changed the way we understand the world and have had lasting effects.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "greenlightrights.com",
                                    "relative_url": "/icon/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 84,
                                    "rank_absolute": 88,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[88]",
                                    "domain": "www.aps.org",
                                    "title": "Man of the Century - American Physical Society",
                                    "url": "https://www.aps.org/publications/apsnews/200002/einstein.cfm",
                                    "breadcrumb": "https://www.aps.org › publications › apsnews › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Time magazine recently named theoretical physicist Albert Einstein its \"person of the century\" in its year-end issue (December 27, 1999), citing not only ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "aps.org",
                                    "relative_url": "/publications/apsnews/200002/einstein.cfm",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 85,
                                    "rank_absolute": 89,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[89]",
                                    "domain": "www.aei.mpg.de",
                                    "title": "Home | Max Planck Institute for Gravitational Physics (Albert ...",
                                    "url": "https://www.aei.mpg.de/",
                                    "breadcrumb": "https://www.aei.mpg.de",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The MPI for Gravitational Physics is a Max Planck Institute whose research is aimed at investigating Einstein's theory of relativity and beyond: Mathematics ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "mpg.de",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 86,
                                    "rank_absolute": 90,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[90]",
                                    "domain": "www.brainpickings.org",
                                    "title": "Albert Einstein – Brain Pickings",
                                    "url": "https://www.brainpickings.org/tag/albert-einstein/",
                                    "breadcrumb": "https://www.brainpickings.org › tag › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Reads tagged with “Albert Einstein”. Einstein on the Political Power of Art. “Nothing can equal the psychological effect of real art — neither factual ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "brainpickings.org",
                                    "relative_url": "/tag/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 87,
                                    "rank_absolute": 91,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[91]",
                                    "domain": "www.bern.com",
                                    "title": "Einstein House - Bern Welcome",
                                    "url": "https://www.bern.com/en/detail/einstein-house",
                                    "breadcrumb": "https://www.bern.com › detail › einstein-house",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein lived in Bern from 1903 to 1905 and developed his Theory of Relativity here. The Einstein House gives visitors a chance to see where the ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "bern.com",
                                    "relative_url": "/en/detail/einstein-house",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 88,
                                    "rank_absolute": 92,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[92]",
                                    "domain": "vault.fbi.gov",
                                    "title": "FBI Records: The Vault — Albert Einstein",
                                    "url": "https://vault.fbi.gov/Albert%20Einstein",
                                    "breadcrumb": "https://vault.fbi.gov › Albert Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein. Albert Einstein (1879-1955) was a German born scientist and professor. This release consists of several background-type investigations, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "fbi.gov",
                                    "relative_url": "/Albert%20Einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 89,
                                    "rank_absolute": 93,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[93]",
                                    "domain": "www.jewishvirtuallibrary.org",
                                    "title": "Albert Einstein - Jewish Virtual Library",
                                    "url": "https://www.jewishvirtuallibrary.org/albert-einstein",
                                    "breadcrumb": "https://www.jewishvirtuallibrary.org › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "(1879 - 1955) ... One of the greatest physicists of all time, Nobel Prize winner and discoverer of the special and general theory of relativity, Albert Einstein ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "jewishvirtuallibrary.org",
                                    "relative_url": "/albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 38,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 90,
                                    "rank_absolute": 94,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[94]",
                                    "domain": "scienceworld.wolfram.com",
                                    "title": "Einstein, Albert (1879-1955) -- from Eric Weisstein's World of ...",
                                    "url": "https://scienceworld.wolfram.com/biography/Einstein.html",
                                    "breadcrumb": "https://scienceworld.wolfram.com › biography › Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein, Albert (1879-1955) · German-American physicist who, in 1905, published three papers, each of which had a profound effect on the development of physics.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Einstein",
                                        "Albert"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "wolfram.com",
                                    "relative_url": "/biography/Einstein.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 91,
                                    "rank_absolute": 95,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[95]",
                                    "domain": "westegg.com",
                                    "title": "Albert Einstein Online - S. Morgan Friedman's",
                                    "url": "https://westegg.com/einstein/",
                                    "breadcrumb": "https://westegg.com › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "[Overviews] Ten Obscure Factoids Concerning Albert Einstein Albert Einstein Biography Albert Einstein Biography, Nobelprize.org. Einstein-Image and Impact.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein Albert Einstein",
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "westegg.com",
                                    "relative_url": "/einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 82,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 92,
                                    "rank_absolute": 96,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[96]",
                                    "domain": "commons.wikimedia.org",
                                    "title": "Albert Einstein - Wikimedia Commons",
                                    "url": "https://commons.wikimedia.org/wiki/Albert_Einstein",
                                    "breadcrumb": "https://commons.wikimedia.org › wiki › Albert_Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein. German-born theoretical physicist; developer of the theory of relativity (1879–1955). Language · Watch · Edit.",
                                    "pre_snippet": "04/27/2021 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "wikimedia.org",
                                    "relative_url": "/wiki/Albert_Einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 83,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 93,
                                    "rank_absolute": 97,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[97]",
                                    "domain": "plato.stanford.edu",
                                    "title": "Einstein's Philosophy of Science (Stanford Encyclopedia of ...",
                                    "url": "https://plato.stanford.edu/entries/einstein-philscience/",
                                    "breadcrumb": "https://plato.stanford.edu › entries › einstein-philscience",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (1879–1955) is well known as the most prominent physicist of the twentieth century. His ...",
                                    "pre_snippet": "Conclusion: Albert Einstein: Philosopher-Physicist",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein",
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "stanford.edu",
                                    "relative_url": "/entries/einstein-philscience/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 56,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 94,
                                    "rank_absolute": 98,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[98]",
                                    "domain": "www.entrepreneur.com",
                                    "title": "Albert Einstein - Entrepreneur",
                                    "url": "https://www.entrepreneur.com/topic/albert-einstein",
                                    "breadcrumb": "https://www.entrepreneur.com › topic › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The latest news, videos, and discussion topics on Albert Einstein - Entrepreneur.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "entrepreneur.com",
                                    "relative_url": "/topic/albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": 90,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": true
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 95,
                                    "rank_absolute": 99,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[99]",
                                    "domain": "www.sciencedaily.com",
                                    "title": "Albert Einstein News -- ScienceDaily",
                                    "url": "https://www.sciencedaily.com/news/matter_energy/albert_einstein/",
                                    "breadcrumb": "https://www.sciencedaily.com › news › matter_energy",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein in the News. Research institutes have been testing Albert Einstein's theory of special relativity and general relativity.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein",
                                        "Albert Einstein's"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "sciencedaily.com",
                                    "relative_url": "/news/matter_energy/albert_einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 96,
                                    "rank_absolute": 100,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[100]/div[1]",
                                    "domain": "www.thegreatcoursesdaily.com",
                                    "title": "Albert Einstein: Personal Life and Remarkable Achievements",
                                    "url": "https://www.thegreatcoursesdaily.com/albert-einstein-personal-life-and-remarkable-achievements/",
                                    "breadcrumb": "https://www.thegreatcoursesdaily.com › albert-einstein-...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was born in 1879 in southern German town of Ulm. As a young student, he developed an intense dislike for the ridged public ...",
                                    "pre_snippet": "07/19/2021 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Albert Einstein"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "thegreatcoursesdaily.com",
                                    "relative_url": "/albert-einstein-personal-life-and-remarkable-achievements/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "multi_carousel",
                                    "rank_group": 1,
                                    "rank_absolute": 101,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]",
                                    "items": [
                                        {
                                            "type": "multi_carousel_element",
                                            "title": "Famous theoretical physicists",
                                            "multi_carousel_snippets": [
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Stephen Hawking"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Enrico Fermi"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Werner Heisenberg"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Edward Witten"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Wilhelm Wien"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Ernest Rutherford"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "multi_carousel_element",
                                            "title": "German physicists",
                                            "multi_carousel_snippets": [
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Hermann von Helmholtz"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Walther Bothe"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Wilhelm Röntgen"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Heinrich Hertz"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Gustav Kirchhoff"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Arnold Sommerfeld"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "multi_carousel_element",
                                            "title": "English physicist",
                                            "multi_carousel_snippets": [
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Isaac Newton"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Robert Boyle"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "John Dalton"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Oliver Heaviside"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Edmond Halley"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "James Prescott Joule"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "related_searches",
                                    "rank_group": 1,
                                    "rank_absolute": 102,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]",
                                    "items": [
                                        "albert einstein nationality",
                                        "how did albert einstein die",
                                        "albert einstein early life",
                                        "albert einstein childhood",
                                        "hans albert einstein",
                                        "albert einstein birthday",
                                        "albert einstein inventions",
                                        "albert einstein biography"
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "knowledge_graph",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "position": "right",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[2]/div[1]",
                                    "title": "Albert Einstein",
                                    "sub_title": "Theoretical physicist",
                                    "description": "Description Albert Einstein was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all time. Einstein is known for developing the theory of relativity, but he also made important contributions to the development of the theory of quantum mechanics. Wikipedia",
                                    "card_id": null,
                                    "url": null,
                                    "image_url": null,
                                    "logo_url": null,
                                    "cid": null,
                                    "items": [
                                        {
                                            "type": "knowledge_graph_images_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]",
                                            "link": {
                                                "type": "link_element",
                                                "title": "More images",
                                                "url": "https://www.google.com/search?num=100&source=univ&tbm=isch&q=albert+einstein&gl=US&hl=en&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQiR56BAgyEAI",
                                                "domain": null,
                                                "snippet": null,
                                                "xpath": null
                                            },
                                            "items": [
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": "https://en.wikipedia.org/wiki/Albert_Einstein",
                                                    "domain": "en.wikipedia.org",
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:0",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": "https://twitter.com/alberteinstein",
                                                    "domain": "twitter.com",
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:1",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": "https://www.bbc.com/news/science-environment-35557727",
                                                    "domain": "www.bbc.com",
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:2",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": "https://www.momjunction.com/articles/facts-about-albert-einstein-for-kids_00672158/",
                                                    "domain": "www.momjunction.com",
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:3",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": "https://www.businessinsider.com/25-best-quotes-from-albert-einstein-2014-8",
                                                    "domain": "www.businessinsider.com",
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:4",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": "https://www.nobelprize.org/prizes/physics/1921/einstein/biographical/",
                                                    "domain": "www.nobelprize.org",
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:5",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": "https://www.atomicarchive.com/resources/biographies/einstein.html",
                                                    "domain": "www.atomicarchive.com",
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:6",
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_description_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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 Albert Einstein was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all time. Einstein is known for developing the theory of relativity, but he also made important contributions to the development of the theory of quantum mechanics. Wikipedia",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Wikipedia",
                                                    "url": "https://en.wikipedia.org/wiki/Albert_Einstein",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Born",
                                            "data_attrid": "kc:/people/person:born",
                                            "text": "March 14, 1879, Ulm, Germany",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Born",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+born&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0BLLTrbSL0jNL8hJBVJFxfl5Vkn5RXmLWEUSc5JSi0oUUjPzikuAhAJIGADHZqekOgAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCJAXoECDgQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Ulm, Germany",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Ulm&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQwtK6ostcSyk630C1LzC3JSgVRRcX6eVVJ-Ud4iVubQnNwdrIwARqvr7DcAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCJAXoECDgQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Died",
                                            "data_attrid": "kc:/people/deceased_person:died",
                                            "text": "April 18, 1955, Penn Medicine Princeton Medical Center, NJ",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Died",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+died&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLPTrbSL0jNL8hJ1U9JTU5NLE5NiS9ILSrOz7NKyUxNWcQqkpiTlFpUopCamVdcAiQUQMIAeqAPLEMAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCKAXoECCoQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Penn Medicine Princeton Medical Center, NJ",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Penn+Medicine+Princeton+Medical+Center&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOICMYzMCzPKCrTks5Ot9AtS8wtyUvVTUpNTE4tTU-ILUouK8_OsUjJTUxaxqgWk5uUp-KamZCZn5qUqBBRl5iWnluRDhRJzFJxT80pSi3awMgIAH-xi_WQAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCKAXoECCoQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Spouse",
                                            "data_attrid": "kc:/people/person:spouse",
                                            "text": "Elsa Einstein (m. 1919–1936), Mileva Marić (m. 1903–1919)",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Spouse",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+spouse&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLITrbSL0jNL8hJBVJFxfl5VsUF-aXFqYtYxRJzklKLShRSM_OKS4CEAkQCADKuYYA-AAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCLAXoECDEQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Elsa Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Elsa+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOICMYzM01OMKrQkspOt9AtS8wtyUoFUUXF-nlVxQX5pceoiVl7XnOJEBdfMvOKS1My8HayMANqCSONEAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCLAXoECDEQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Mileva Marić",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Mileva+Mari%C4%87&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQyLKssztCSyk630C1LzC3JSgVRRcX6eVXFBfmlx6iJWXt_MnNSyRAXfxKLMI-07WBkBErtmX0MAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoAjCLAXoECDEQBA",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Education",
                                            "data_attrid": "kc:/people/person:education",
                                            "text": "University of Zurich (1905), ETH Zürich (1896–1900), MORE",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Education",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+education&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLOTrbSL0jNL8hJBVJFxfl5VqkppcmJJZn5eYtYJRNzklKLShRSM_OKS4CEAlwOAMujMXlEAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCMAXoECDUQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "University of Zurich",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=University+of+Zurich&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQxLCspKtKSzk630C1LzC3JSgVRRcX6eVWpKaXJiSWZ-3iJWkdC8zDKgaGZJpUJ-mkJUaVFmcsYOVkYA8iML400AAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCMAXoECDUQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "ETH Zürich",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=ETH+Z%C3%BCrich&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQxTKrMttKSzk630C1LzC3JSgVRRcX6eVWpKaXJiSWZ-3iJWbtcQD4Wow3uKMpMzdrAyAgCKLRdKRAAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoAjCMAXoECDUQBA",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "MORE",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+education&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLOTrbSL0jNL8hJBVJFxfl5VqkppcmJJZn5eYtYJRNzklKLShRSM_OKS4CEAlwOAMujMXlEAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ44YBKAMwjAF6BAg1EAU",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Children",
                                            "data_attrid": "kc:/people/person:children",
                                            "text": "Eduard Einstein, Hans Albert Einstein, Lieserl Einstein",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Children",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+children&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLKTrbSL0jNL8hJBVJFxfl5VskZmTkpRal5i1glEnOSUotKFFIz84pLgIQCTAoAX9zt4UIAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCNAXoECDAQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Eduard Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Eduard+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMczLC8rLtKSyk630C1LzC3JSgVRRcX6eVXJGZk5KUWreIlZ-15TSxKIUBdfMvOKS1My8HayMAAVSoxlHAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCNAXoECDAQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Hans Albert Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Hans+Albert+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMUwqcrNztaSyk630C1LzC3JSgVRRcX6eVXJGZk5KUWreIlYRj8S8YgXHnKTUohIF18y84pLUzLwdrIwASB_5AEwAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoAjCNAXoECDAQBA",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Lieserl Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Lieserl+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMczzCtKTtaSyk630C1LzC3JSgVRRcX6eVXJGZk5KUWreIlYBn8zU4tSiHAXXzLziktTMvB2sjACjqDEuSAAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoAzCNAXoECDAQBQ",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Born",
                                            "data_attrid": "kc:/people/person:born",
                                            "text": "March 14, 1879, Ulm, Germany",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Born",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+born&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0BLLTrbSL0jNL8hJBVJFxfl5Vkn5RXmLWEUSc5JSi0oUUjPzikuAhAJIGADHZqekOgAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCJAXoECDgQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Ulm, Germany",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Ulm&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQwtK6ostcSyk630C1LzC3JSgVRRcX6eVVJ-Ud4iVubQnNwdrIwARqvr7DcAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCJAXoECDgQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Died",
                                            "data_attrid": "kc:/people/deceased_person:died",
                                            "text": "April 18, 1955, Penn Medicine Princeton Medical Center, NJ",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Died",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+died&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLPTrbSL0jNL8hJ1U9JTU5NLE5NiS9ILSrOz7NKyUxNWcQqkpiTlFpUopCamVdcAiQUQMIAeqAPLEMAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCKAXoECCoQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Penn Medicine Princeton Medical Center, NJ",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Penn+Medicine+Princeton+Medical+Center&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOICMYzMCzPKCrTks5Ot9AtS8wtyUvVTUpNTE4tTU-ILUouK8_OsUjJTUxaxqgWk5uUp-KamZCZn5qUqBBRl5iWnluRDhRJzFJxT80pSi3awMgIAH-xi_WQAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCKAXoECCoQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Spouse",
                                            "data_attrid": "kc:/people/person:spouse",
                                            "text": "Elsa Einstein (m. 1919–1936), Mileva Marić (m. 1903–1919)",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Spouse",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+spouse&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLITrbSL0jNL8hJBVJFxfl5VsUF-aXFqYtYxRJzklKLShRSM_OKS4CEAkQCADKuYYA-AAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCLAXoECDEQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Elsa Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Elsa+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOICMYzM01OMKrQkspOt9AtS8wtyUoFUUXF-nlVxQX5pceoiVl7XnOJEBdfMvOKS1My8HayMANqCSONEAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCLAXoECDEQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Mileva Marić",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Mileva+Mari%C4%87&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQyLKssztCSyk630C1LzC3JSgVRRcX6eVXFBfmlx6iJWXt_MnNSyRAXfxKLMI-07WBkBErtmX0MAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoAjCLAXoECDEQBA",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Education",
                                            "data_attrid": "kc:/people/person:education",
                                            "text": "University of Zurich (1905), ETH Zürich (1896–1900), MORE",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Education",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+education&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLOTrbSL0jNL8hJBVJFxfl5VqkppcmJJZn5eYtYJRNzklKLShRSM_OKS4CEAlwOAMujMXlEAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCMAXoECDUQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "University of Zurich",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=University+of+Zurich&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQxLCspKtKSzk630C1LzC3JSgVRRcX6eVWpKaXJiSWZ-3iJWkdC8zDKgaGZJpUJ-mkJUaVFmcsYOVkYA8iML400AAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCMAXoECDUQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "ETH Zürich",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=ETH+Z%C3%BCrich&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQxTKrMttKSzk630C1LzC3JSgVRRcX6eVWpKaXJiSWZ-3iJWbtcQD4Wow3uKMpMzdrAyAgCKLRdKRAAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoAjCMAXoECDUQBA",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "MORE",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+education&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLOTrbSL0jNL8hJBVJFxfl5VqkppcmJJZn5eYtYJRNzklKLShRSM_OKS4CEAlwOAMujMXlEAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ44YBKAMwjAF6BAg1EAU",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_row_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Children",
                                            "data_attrid": "kc:/people/person:children",
                                            "text": "Eduard Einstein, Hans Albert Einstein, Lieserl Einstein",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Children",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+children&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLKTrbSL0jNL8hJBVJFxfl5VskZmTkpRal5i1glEnOSUotKFFIz84pLgIQCTAoAX9zt4UIAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQ6BMoADCNAXoECDAQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Eduard Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Eduard+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMczLC8rLtKSyk630C1LzC3JSgVRRcX6eVXJGZk5KUWreIlZ-15TSxKIUBdfMvOKS1My8HayMAAVSoxlHAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoATCNAXoECDAQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Hans Albert Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Hans+Albert+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMUwqcrNztaSyk630C1LzC3JSgVRRcX6eVXJGZk5KUWreIlYRj8S8YgXHnKTUohIF18y84pLUzLwdrIwASB_5AEwAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoAjCNAXoECDAQBA",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Lieserl Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Lieserl+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMczzCtKTtaSyk630C1LzC3JSgVRRcX6eVXJGZk5KUWreIlYBn8zU4tSiHAXXzLziktTMvB2sjACjqDEuSAAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQmxMoAzCNAXoECDAQBQ",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_part_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "Quotes",
                                            "data_attrid": "kc:/people/person:quote",
                                            "text": "Imagination is more important than knowledge. Life is like riding a bicycle. To keep your balance you must keep moving. Imagination is everything. It is the preview of life's coming attractions. View 7+ more",
                                            "links": null
                                        },
                                        {
                                            "type": "knowledge_graph_carousel_item",
                                            "rank_group": 0,
                                            "rank_absolute": 0,
                                            "position": "left",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[8]/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": "People also search for",
                                            "data_attrid": "kc:/people/person:sideways",
                                            "link": {
                                                "type": "link_element",
                                                "title": "View 15+ more",
                                                "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Albert+Einstein&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUIIxtKSyk630C1LzC3JSgVRRcX6eVXFmSmp5YmXxIlZ-x5yk1KISBdfMvOKS1My8HayMAHUk0RdFAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQzTooATCPAXoECDMQAg",
                                                "domain": null,
                                                "snippet": null,
                                                "xpath": null
                                            },
                                            "items": [
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "Eduard Einstein",
                                                    "subtitle": null,
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Eduard+Einstein&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOIEMczLC8rLtPgCUouK8_OCM1NSyxMrixex8rumlCYWpSi4ZuYVl6Rm5u1gZQQAkvp7MDsAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQxA0wjwF6BAgzEAU",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:7",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "Isaac Newton",
                                                    "subtitle": null,
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Isaac+Newton&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOIAMYyLLcu0-AJSi4rz84IzU1LLEyuLF7HyeBYnJiYr-KWWl-Tn7WBlBACMEiX1NwAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQxA0wjwF6BAgzEAc",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:8",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "Elsa Einstein",
                                                    "subtitle": null,
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Elsa+Einstein&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOICMYzM01OMKrT4AlKLivPzgjNTUssTK4sXsfK65hQnKrhm5hWXpGbm7WBlBADWNtUjOgAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQxA0wjwF6BAgzEAk",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:9",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "Stephen Hawking",
                                                    "subtitle": null,
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Stephen+Hawking&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOICMQxLUvIqM7T4AlKLivPzgjNTUssTK4sXsfIHl6QWZKTmKXgklmdn5qXvYGUEADZkJQA8AAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQxA0wjwF6BAgzEAs",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:10",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "Hans Albert Einstein",
                                                    "subtitle": null,
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Hans+Albert+Einstein&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOIEMUwqcrNztfgCUouK8_OCM1NSyxMrixexingk5hUrOOYkpRaVKLhm5hWXpGbm7WBlBABCwO78QAAAAA&sa=X&ved=2ahUKEwjYseDJro_yAhU2wjgGHcVqB_kQxA0wjwF6BAgzEA0",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/08011104-1087-0066-0000-782bed3c15ad:11",
                                                    "xpath": null
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "se_type": "google",
                            "keyword": "albert einstein",
                            "type": "organic",
                            "se_domain": "google.com",
                            "location_code": 2840,
                            "language_code": "en",
                            "check_url": "https://www.google.com/search?q=albert%20einstein&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                            "datetime": "2021-09-28 03:37:50 +00:00",
                            "spell": null,
                            "item_types": [
                                "organic",
                                "people_also_ask",
                                "twitter",
                                "top_stories",
                                "video",
                                "related_searches",
                                "multi_carousel",
                                "knowledge_graph"
                            ],
                            "se_results_count": 113000000,
                            "items_count": 102,
                            "items": [
                                {
                                    "se_type": "google",
                                    "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": "en.wikipedia.org",
                                    "title": "Albert Einstein - Wikipedia",
                                    "url": "https://en.wikipedia.org/wiki/Albert_Einstein",
                                    "breadcrumb": "https://en.wikipedia.org › wiki › Albert_Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "listen); 14 March 1879 – 18 April 1955) was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all time. Einstein ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": [
                                        {
                                            "type": "link_element",
                                            "title": "Political views",
                                            "description": null,
                                            "url": "https://en.wikipedia.org/wiki/Political_views_of_Albert_Einstein"
                                        },
                                        {
                                            "type": "link_element",
                                            "title": "I Am Albert Einstein",
                                            "description": null,
                                            "url": "https://en.wikipedia.org/wiki/I_Am_Albert_Einstein"
                                        },
                                        {
                                            "type": "link_element",
                                            "title": "Albert Einstein's brain",
                                            "description": null,
                                            "url": "https://en.wikipedia.org/wiki/Albert_Einstein%27s_brain"
                                        },
                                        {
                                            "type": "link_element",
                                            "title": "Hans Albert",
                                            "description": null,
                                            "url": "https://en.wikipedia.org/wiki/Hans_Albert_Einstein"
                                        }
                                    ],
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://en.wikipedia.org/wiki/Albert_Einstein",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Wikipedia",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "wikipedia.org",
                                    "relative_url": "/wiki/Albert_Einstein",
                                    "etv": 111872,
                                    "impressions_etv": 282.1728,
                                    "estimated_paid_traffic_cost": 308414.770688,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "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[2]/div[1]/div[1]/div[1]",
                                    "items": [
                                        {
                                            "type": "people_also_ask_element",
                                            "title": "What is Albert Einstein famous for?",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]",
                                            "expanded_element": [
                                                {
                                                    "type": "people_also_ask_expanded_element",
                                                    "featured_title": null,
                                                    "url": "https://www.nationalgeographic.com/science/article/einstein-relativity-lasers-solar-genius-science",
                                                    "domain": "www.nationalgeographic.com",
                                                    "title": "4 Everyday Items Einstein Helped Create - National Geographic",
                                                    "description": null,
                                                    "timestamp": null,
                                                    "table": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "people_also_ask_element",
                                            "title": "Why did Albert Einstein come to America?",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]",
                                            "expanded_element": [
                                                {
                                                    "type": "people_also_ask_expanded_element",
                                                    "featured_title": null,
                                                    "url": "https://www.idealimmigration.us/blog/albert-einstein-asylum-seeking-immigrant",
                                                    "domain": "www.idealimmigration.us",
                                                    "title": "Albert Einstein: Asylum-Seeking Immigrant to America",
                                                    "description": null,
                                                    "timestamp": null,
                                                    "table": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "people_also_ask_element",
                                            "title": "What did Albert Einstein Discover?",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[2]",
                                            "expanded_element": [
                                                {
                                                    "type": "people_also_ask_expanded_element",
                                                    "featured_title": null,
                                                    "url": "https://www.britannica.com/biography/Albert-Einstein",
                                                    "domain": "www.britannica.com",
                                                    "title": "Albert Einstein | Biography, Education, Discoveries, & Facts",
                                                    "description": null,
                                                    "timestamp": null,
                                                    "table": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "people_also_ask_element",
                                            "title": "What made Albert Einstein a genius?",
                                            "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[2]",
                                            "expanded_element": [
                                                {
                                                    "type": "people_also_ask_expanded_element",
                                                    "featured_title": null,
                                                    "url": "https://www.science.org/content/article/why-einstein-was-genius-rev2",
                                                    "domain": "www.science.org",
                                                    "title": "Why Einstein Was a Genius | Science | AAAS",
                                                    "description": null,
                                                    "timestamp": null,
                                                    "table": null
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 2,
                                    "rank_absolute": 3,
                                    "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[3]",
                                    "domain": "www.nobelprize.org",
                                    "title": "Albert Einstein - Biographical - NobelPrize.org",
                                    "url": "https://www.nobelprize.org/prizes/physics/1921/einstein/biographical/",
                                    "breadcrumb": "https://www.nobelprize.org › prizes › physics › biograp...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein grew up in Munich, where his father founded an electrical engineering company. After studying at the ETH university in Zurich, Einstein worked ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.nobelprize.org/prizes/physics/1921/einstein/biographical/",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Nobel_Prize",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nobelprize.org",
                                    "relative_url": "/prizes/physics/1921/einstein/biographical/",
                                    "etv": 59616,
                                    "impressions_etv": 150.3684,
                                    "estimated_paid_traffic_cost": 164352.608064,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 3,
                                    "rank_absolute": 4,
                                    "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[4]",
                                    "domain": "www.britannica.com",
                                    "title": "Albert Einstein | Biography, Education, Discoveries, & Facts",
                                    "url": "https://www.britannica.com/biography/Albert-Einstein",
                                    "breadcrumb": "https://www.britannica.com › ... › Physics › Physicists",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein, German-born physicist who developed the special and general theories of relativity, pioneering many key developments.",
                                    "pre_snippet": "08/06/2021 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.britannica.com/biography/Albert-Einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "britannica.com",
                                    "relative_url": "/biography/Albert-Einstein",
                                    "etv": 35806.4,
                                    "impressions_etv": 90.31386,
                                    "estimated_paid_traffic_cost": 98713.01706560001,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 4,
                                    "rank_absolute": 5,
                                    "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]",
                                    "domain": "www.biography.com",
                                    "title": "Albert Einstein - Quotes, Death & Facts - Biography",
                                    "url": "https://www.biography.com/scientist/albert-einstein",
                                    "breadcrumb": "https://www.biography.com › scientist › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was a German mathematician and physicist who developed the special and general theories of relativity. In 1921, he won the Nobel Prize for ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.biography.com/scientist/albert-einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "biography.com",
                                    "relative_url": "/scientist/albert-einstein",
                                    "etv": 24251.2,
                                    "impressions_etv": 61.168380000000006,
                                    "estimated_paid_traffic_cost": 66857.01772480001,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 5,
                                    "rank_absolute": 6,
                                    "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[6]/div[1]",
                                    "domain": "www.history.com",
                                    "title": "9 Things You May Not Know About Albert Einstein - HISTORY",
                                    "url": "https://www.history.com/news/9-things-you-may-not-know-about-albert-einstein",
                                    "breadcrumb": "https://www.history.com › news › 9-things-you-may-no...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein's groundbreaking scientific ideas made his name a synonym for genius, but he was also famous for his pacifist views and support of the ...",
                                    "pre_snippet": "10/26/2015 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.history.com/news/9-things-you-may-not-know-about-albert-einstein",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/History_(American_TV_network)",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "history.com",
                                    "relative_url": "/news/9-things-you-may-not-know-about-albert-einstein",
                                    "etv": 17259.2,
                                    "impressions_etv": 43.53258,
                                    "estimated_paid_traffic_cost": 47581.0945568,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "twitter",
                                    "rank_group": 1,
                                    "rank_absolute": 7,
                                    "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[7]/div[1]/div[1]/div[1]/g-section-with-header[1]",
                                    "title": "Albert Einstein (@AlbertEinstein) · Twitter",
                                    "url": "https://twitter.com/AlbertEinstein?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor",
                                    "items": [
                                        {
                                            "type": "twitter_element",
                                            "tweet": "Now that's a smart bird. ca.news.yahoo.com/einst…",
                                            "date": "4 hours ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1442627112658219012"
                                        },
                                        {
                                            "type": "twitter_element",
                                            "tweet": "Physicist Stephan Reuter stood in a sea of green to consider how a shower of charged particles might affect lettuce. (via @sciencenews) www.sciencenews.org/art…",
                                            "date": "7 hours ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1442586595815788544"
                                        },
                                        {
                                            "type": "twitter_element",
                                            "tweet": "Physics professor uncovers surprising results from nuclear reactions inside stars wmich.edu/news/2021/09/…",
                                            "date": "9 hours ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1442554640671952901"
                                        },
                                        {
                                            "type": "twitter_element",
                                            "tweet": "New physics research reveals fresh complexities about electron behavior in materials\nphys.org/news/2021-09-p…",
                                            "date": "11 hours ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1442524943124598795"
                                        },
                                        {
                                            "type": "twitter_element",
                                            "tweet": "Walking into the new workweek. #MondayMotivation",
                                            "date": "14 hours ago",
                                            "timestamp": null,
                                            "url": "https://twitter.com/AlbertEinstein/status/1442483501610196993"
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "top_stories",
                                    "rank_group": 1,
                                    "rank_absolute": 8,
                                    "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[8]/g-section-with-header[1]",
                                    "title": null,
                                    "items": [
                                        {
                                            "type": "top_stories_element",
                                            "source": "The Weather Channel",
                                            "domain": "weather.com",
                                            "title": "Hubble's new 'Einstein Ring' Photo Exemplifies the Vastness of Our \nUniverse, Say Researchers | The Weather Channel ...",
                                            "date": "1 day ago",
                                            "amp_version": false,
                                            "timestamp": null,
                                            "url": "https://weather.com/en-IN/india/space/news/2021-09-26-hubbles-new-einstein-ring-exemplifies-the-vastness-of-our-universe"
                                        },
                                        {
                                            "type": "top_stories_element",
                                            "source": "ScienceAlert",
                                            "domain": "www.sciencealert.com",
                                            "title": "Breathtaking 'Einstein Ring' Reveals Views of a Galaxy 9.4 Billion \nLight-Years Away",
                                            "date": "3 days ago",
                                            "amp_version": false,
                                            "timestamp": null,
                                            "url": "https://www.sciencealert.com/breathtaking-einstein-ring-allows-us-to-peer-into-a-galaxy-9-4-billion-light-years-away"
                                        },
                                        {
                                            "type": "top_stories_element",
                                            "source": "HT Tech",
                                            "domain": "tech.hindustantimes.com",
                                            "title": "Awesome! Hubble Telescope helps solve Einstein Ring problem with awesome \nphoto",
                                            "date": "2 days ago",
                                            "amp_version": false,
                                            "timestamp": null,
                                            "url": "https://tech.hindustantimes.com/tech/news/awesome-hubble-telescope-helps-solve-einstein-ring-problem-with-awesome-photo-71632581707430.html"
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 6,
                                    "rank_absolute": 9,
                                    "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[9]",
                                    "domain": "www.space.com",
                                    "title": "Albert Einstein: Biography, Theories & Quotes | Space",
                                    "url": "https://www.space.com/15524-albert-einstein.html",
                                    "breadcrumb": "https://www.space.com › 15524-albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is often cited as one of the most influential scientists of the 20th century. His work continues to help astronomers study ...",
                                    "pre_snippet": "08/15/2019 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.space.com/15524-albert-einstein.html",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Space.com",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "space.com",
                                    "relative_url": "/15524-albert-einstein.html",
                                    "etv": 12438.4,
                                    "impressions_etv": 31.37316,
                                    "estimated_paid_traffic_cost": 34290.8527936,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 7,
                                    "rank_absolute": 10,
                                    "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[10]/div[1]",
                                    "domain": "www.nasonline.org",
                                    "title": "Albert Einstein - National Academy of Sciences",
                                    "url": "http://www.nasonline.org/member-directory/deceased-members/20001817.html",
                                    "breadcrumb": "http://www.nasonline.org › deceased-members",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Considered by many to be the greatest scientist of the twentieth century, Albert Einstein revolutionized scientific thought with new theories of space, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "http://www.nasonline.org/member-directory/deceased-members/20001817.html",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/National_Academy_of_Sciences",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nasonline.org",
                                    "relative_url": "/member-directory/deceased-members/20001817.html",
                                    "etv": 9420.800000000001,
                                    "impressions_etv": 23.761920000000003,
                                    "estimated_paid_traffic_cost": 25971.770163200003,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "video",
                                    "rank_group": 1,
                                    "rank_absolute": 11,
                                    "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[11]",
                                    "items": [
                                        {
                                            "type": "video_element",
                                            "source": "YouTube · Biography",
                                            "title": "Albert Einstein - Nobel Prize Winner & Physicist | Mini Bio ...",
                                            "timestamp": null,
                                            "url": "https://www.youtube.com/watch?v=KyjQJBDD5V4"
                                        },
                                        {
                                            "type": "video_element",
                                            "source": "YouTube · Learn Bright",
                                            "title": "Albert Einstein for Kids | Lean all about Einsteins life and his ...",
                                            "timestamp": null,
                                            "url": "https://www.youtube.com/watch?v=3djECXHDuGc"
                                        },
                                        {
                                            "type": "video_element",
                                            "source": "YouTube · National Geographic",
                                            "title": "Einstein the Mad Scientist | Genius",
                                            "timestamp": null,
                                            "url": "https://www.youtube.com/watch?v=40yqDWiEr_g"
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 8,
                                    "rank_absolute": 12,
                                    "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[12]",
                                    "domain": "www.facebook.com",
                                    "title": "Albert Einstein - Home | Facebook",
                                    "url": "https://www.facebook.com/AlbertEinstein/",
                                    "breadcrumb": "https://www.facebook.com › Pages › Public Figure",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Once a lowly patent clerk, Albert Einstein changed the world with his theories of special and general relativity. 976 Likes29 Comments41 Shares.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.facebook.com/AlbertEinstein/",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Facebook",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "facebook.com",
                                    "relative_url": "/AlbertEinstein/",
                                    "etv": 7249.599999999999,
                                    "impressions_etv": 18.28554,
                                    "estimated_paid_traffic_cost": 19986.0887584,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 9,
                                    "rank_absolute": 13,
                                    "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[13]",
                                    "domain": "mathshistory.st-andrews.ac.uk",
                                    "title": "Albert Einstein (1879 - 1955) - Biography",
                                    "url": "https://mathshistory.st-andrews.ac.uk/Biographies/Einstein/",
                                    "breadcrumb": "https://mathshistory.st-andrews.ac.uk › Biographies › Ei...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein contributed more than any other scientist to the modern vision of physical reality. His special and general theories of relativity are still regarded ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://mathshistory.st-andrews.ac.uk/Biographies/Einstein/",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/MacTutor_History_of_Mathematics_archive",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "st-andrews.ac.uk",
                                    "relative_url": "/Biographies/Einstein/",
                                    "etv": 5520,
                                    "impressions_etv": 13.923,
                                    "estimated_paid_traffic_cost": 15217.83408,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 10,
                                    "rank_absolute": 14,
                                    "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[14]",
                                    "domain": "www.einstein.edu",
                                    "title": "Home - Einstein Health",
                                    "url": "https://www.einstein.edu/",
                                    "breadcrumb": "https://www.einstein.edu",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein Healthcare Network is a healthcare system with approximately 1000 beds and more than 8700 employees serving the communities of Philadelphia and ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.einstein.edu/",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Einstein_Healthcare_Network",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "einstein.edu",
                                    "relative_url": "/",
                                    "etv": 4158.4,
                                    "impressions_etv": 10.48866,
                                    "estimated_paid_traffic_cost": 11464.1016736,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 11,
                                    "rank_absolute": 15,
                                    "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[15]",
                                    "domain": "einsteinmed.org",
                                    "title": "Albert Einstein College of Medicine | Medical Education ...",
                                    "url": "https://einsteinmed.org/",
                                    "breadcrumb": "https://einsteinmed.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Education. Students Take Second Place in Emory Global Health Competition. Einstein students bested 50 teams from 15 countries in the annual event that ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://einsteinmed.org/",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Albert_Einstein_College_of_Medicine",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "einsteinmed.org",
                                    "relative_url": "/",
                                    "etv": 3348.8,
                                    "impressions_etv": 8.446620000000001,
                                    "estimated_paid_traffic_cost": 9232.1526752,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 12,
                                    "rank_absolute": 16,
                                    "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[16]",
                                    "domain": "www.brainyquote.com",
                                    "title": "Albert Einstein Quotes - BrainyQuote",
                                    "url": "https://www.brainyquote.com/authors/albert-einstein-quotes",
                                    "breadcrumb": "https://www.brainyquote.com › authors › albert-einstein...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Enjoy the best Albert Einstein Quotes at BrainyQuote. Quotations by Albert Einstein, German Physicist, Born March 14, 1879. Share with your friends.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.brainyquote.com/authors/albert-einstein-quotes",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "brainyquote.com",
                                    "relative_url": "/authors/albert-einstein-quotes",
                                    "etv": 2760,
                                    "impressions_etv": 6.9615,
                                    "estimated_paid_traffic_cost": 7608.91704,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 13,
                                    "rank_absolute": 17,
                                    "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[17]",
                                    "domain": "www.newscientist.com",
                                    "title": "Albert Einstein | World-famous theoretical physicist - New ...",
                                    "url": "https://www.newscientist.com/people/albert-einstein/",
                                    "breadcrumb": "https://www.newscientist.com › people › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is arguably the most influential scientist of the 20th century. His general theory of relativity changed our understanding of space and time ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.newscientist.com/people/albert-einstein/",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/New_Scientist",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "newscientist.com",
                                    "relative_url": "/people/albert-einstein/",
                                    "etv": 2171.2,
                                    "impressions_etv": 5.47638,
                                    "estimated_paid_traffic_cost": 5985.6814048,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 14,
                                    "rank_absolute": 18,
                                    "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[18]",
                                    "domain": "www.smithsonianmag.com",
                                    "title": "The Year Of Albert Einstein | Science | Smithsonian Magazine",
                                    "url": "https://www.smithsonianmag.com/science-nature/the-year-of-albert-einstein-75841381/",
                                    "breadcrumb": "https://www.smithsonianmag.com › science-nature › the...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Year Of Albert Einstein. His discoveries in 1905 would forever change our understanding of the universe. Amid the centennial hoopla, the trick is to ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.smithsonianmag.com/science-nature/the-year-of-albert-einstein-75841381/",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Smithsonian_(magazine)",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "smithsonianmag.com",
                                    "relative_url": "/science-nature/the-year-of-albert-einstein-75841381/",
                                    "etv": 2060.8,
                                    "impressions_etv": 5.19792,
                                    "estimated_paid_traffic_cost": 5681.3247232,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 15,
                                    "rank_absolute": 19,
                                    "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[19]",
                                    "domain": "www.albert-einstein.org",
                                    "title": "The Albert Einstein Archives at The Hebrew University of ...",
                                    "url": "http://www.albert-einstein.org/",
                                    "breadcrumb": "http://www.albert-einstein.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Albert Einstein Archives at the Hebrew University of Jerusalem own the Literary Estate of Albert Einstein, as declared in his last will and testament.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "http://www.albert-einstein.org/",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Albert_Einstein_Archives",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "albert-einstein.org",
                                    "relative_url": "/",
                                    "etv": 1876.8000000000002,
                                    "impressions_etv": 4.733820000000001,
                                    "estimated_paid_traffic_cost": 5174.063587200001,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 16,
                                    "rank_absolute": 20,
                                    "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[20]",
                                    "domain": "www.goodreads.com",
                                    "title": "Albert Einstein (Author of Relativity) - Goodreads",
                                    "url": "https://www.goodreads.com/author/show/9810.Albert_Einstein",
                                    "breadcrumb": "https://www.goodreads.com › author › show › 9810.Al...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "He chaired the Emergency Committee of Atomic Scientists, which organized to alert the public to the dangers of atomic warfare. At a symposium, he advised: \"In ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.goodreads.com/author/show/9810.Albert_Einstein",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Goodreads",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "goodreads.com",
                                    "relative_url": "/author/show/9810.Albert_Einstein",
                                    "etv": 1582.4,
                                    "impressions_etv": 3.99126,
                                    "estimated_paid_traffic_cost": 4362.445769600001,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 17,
                                    "rank_absolute": 21,
                                    "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[21]",
                                    "domain": "www.ias.edu",
                                    "title": "Albert Einstein - Scholars | Institute for Advanced Study",
                                    "url": "https://www.ias.edu/scholars/einstein",
                                    "breadcrumb": "https://www.ias.edu › scholars › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Physicist Albert Einstein (1879–1955) was one of the Institute's first Faculty members, serving from 1933 until his death in 1955, and he played a ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.ias.edu/scholars/einstein",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Institute_for_Advanced_Study",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "ias.edu",
                                    "relative_url": "/scholars/einstein",
                                    "etv": 1582.4,
                                    "impressions_etv": 3.99126,
                                    "estimated_paid_traffic_cost": 4362.445769600001,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 18,
                                    "rank_absolute": 22,
                                    "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[22]",
                                    "domain": "en.wikiquote.org",
                                    "title": "Albert Einstein - Wikiquote",
                                    "url": "https://en.wikiquote.org/wiki/Albert_Einstein",
                                    "breadcrumb": "https://en.wikiquote.org › wiki › Albert_Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (14 March 1879 – 18 April 1955) was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://en.wikiquote.org/wiki/Albert_Einstein",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Wikiquote",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "wikiquote.org",
                                    "relative_url": "/wiki/Albert_Einstein",
                                    "etv": 1214.4,
                                    "impressions_etv": 3.06306,
                                    "estimated_paid_traffic_cost": 3347.9234976000002,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 19,
                                    "rank_absolute": 23,
                                    "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[23]",
                                    "domain": "www.nationalgeographic.com",
                                    "title": "4 Everyday Items Einstein Helped Create - National Geographic",
                                    "url": "https://www.nationalgeographic.com/science/article/einstein-relativity-lasers-solar-genius-science",
                                    "breadcrumb": "https://www.nationalgeographic.com › science › article",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is justly famous for devising his theory of relativity, which revolutionized our understanding of space, time, gravity, ...",
                                    "pre_snippet": "06/12/2017 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.nationalgeographic.com/science/article/einstein-relativity-lasers-solar-genius-science",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/National_Geographic",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nationalgeographic.com",
                                    "relative_url": "/science/article/einstein-relativity-lasers-solar-genius-science",
                                    "etv": 993.6,
                                    "impressions_etv": 2.5061400000000003,
                                    "estimated_paid_traffic_cost": 2739.2101344000002,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 20,
                                    "rank_absolute": 24,
                                    "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[24]",
                                    "domain": "www.atomicheritage.org",
                                    "title": "Albert Einstein | Atomic Heritage Foundation",
                                    "url": "http://www.atomicheritage.org/profile/albert-einstein",
                                    "breadcrumb": "http://www.atomicheritage.org › profile › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (1879-1955) was a German-born theoretical physicist and winner of the 1921 Nobel Prize in Physics. Einstein influenced the beginning of the ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "http://www.atomicheritage.org/profile/albert-einstein",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Atomic_Heritage_Foundation",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "atomicheritage.org",
                                    "relative_url": "/profile/albert-einstein",
                                    "etv": 883.1999999999999,
                                    "impressions_etv": 2.22768,
                                    "estimated_paid_traffic_cost": 2434.8534528,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 21,
                                    "rank_absolute": 25,
                                    "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[25]",
                                    "domain": "history.aip.org",
                                    "title": "Einstein-Image and Impact. AIP History Center exhibit.",
                                    "url": "https://history.aip.org/exhibits/einstein/",
                                    "breadcrumb": "https://history.aip.org › exhibits › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein: Read about Einstein's astounding theory of relativity and his discovery of the quantum, his thoughtful philosophy, and his rise above a ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://history.aip.org/exhibits/einstein/",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/American_Institute_of_Physics",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "aip.org",
                                    "relative_url": "/exhibits/einstein/",
                                    "etv": 846.4,
                                    "impressions_etv": 2.13486,
                                    "estimated_paid_traffic_cost": 2333.4012256,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 22,
                                    "rank_absolute": 26,
                                    "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[26]",
                                    "domain": "www.pbs.org",
                                    "title": "A Science Odyssey: People and Discoveries: Albert Einstein",
                                    "url": "https://www.pbs.org/wgbh/aso/databank/entries/bpeins.html",
                                    "breadcrumb": "https://www.pbs.org › aso › databank › entries › bpeins",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is one of the most recognized and well-known scientists of the century. His theories solved centuries-old problems in physics and rocked ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.pbs.org/wgbh/aso/databank/entries/bpeins.html",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/PBS",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "pbs.org",
                                    "relative_url": "/wgbh/aso/databank/entries/bpeins.html",
                                    "etv": 809.6,
                                    "impressions_etv": 2.04204,
                                    "estimated_paid_traffic_cost": 2231.9489984,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 23,
                                    "rank_absolute": 27,
                                    "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[27]",
                                    "domain": "einstein.biz",
                                    "title": "The Official Licensing Site of Albert Einstein",
                                    "url": "http://einstein.biz/",
                                    "breadcrumb": "http://einstein.biz",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Welcome to the Official Licensing Site of Albert Einstein. Learn more about Albert Einstein and contact us today for any commercial licensing inquiries.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "http://einstein.biz/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "einstein.biz",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 24,
                                    "rank_absolute": 28,
                                    "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[28]",
                                    "domain": "www.amnh.org",
                                    "title": "Einstein Exhibition | AMNH - American Museum of Natural ...",
                                    "url": "https://www.amnh.org/exhibitions/einstein",
                                    "breadcrumb": "https://www.amnh.org › exhibitions › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein reinterpreted the inner workings of nature, the very essence of light, time, energy, and gravity. His insights fundamentally changed the way ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.amnh.org/exhibitions/einstein",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/American_Museum_of_Natural_History",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "amnh.org",
                                    "relative_url": "/exhibitions/einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 25,
                                    "rank_absolute": 29,
                                    "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[29]",
                                    "domain": "www.livescience.com",
                                    "title": "Albert Einstein: The life of a brilliant physicist | Live Science",
                                    "url": "https://www.livescience.com/albert-einstein.html",
                                    "breadcrumb": "https://www.livescience.com › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "A brief biography of Albert Einstein, the scientist whose theories changed the way we think about the universe.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "livescience.com",
                                    "relative_url": "/albert-einstein.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 26,
                                    "rank_absolute": 30,
                                    "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[30]",
                                    "domain": "www.amazon.com",
                                    "title": "Albert Einstein: Books, Biography, Blog, Audiobooks, Kindle",
                                    "url": "https://www.amazon.com/Albert-Einstein/e/B000AP7JOU%3Fref=dbs_a_mng_rwt_scns_share",
                                    "breadcrumb": "https://www.amazon.com › Albert-Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (1879–1955) was born in Germany and became an American citizen in 1940. A world-famous theoretical physicist, he was awarded the 1921 Nobel ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.amazon.com/Albert-Einstein/e/B000AP7JOU%3Fref=dbs_a_mng_rwt_scns_share",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/Amazon_(company)",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "amazon.com",
                                    "relative_url": "/Albert-Einstein/e/B000AP7JOU%3Fref=dbs_a_mng_rwt_scns_share",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 27,
                                    "rank_absolute": 31,
                                    "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[31]",
                                    "domain": "www.atomicarchive.com",
                                    "title": "Albert Einstein | Biographies - Atomic Archive",
                                    "url": "https://www.atomicarchive.com/resources/biographies/einstein.html",
                                    "breadcrumb": "https://www.atomicarchive.com › resources › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "He became a German citizen in 1914 and remained in Berlin until 1933, when he renounced his citizenship for political reasons and emigrated to America to take ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.atomicarchive.com/resources/biographies/einstein.html",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "atomicarchive.com",
                                    "relative_url": "/resources/biographies/einstein.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 28,
                                    "rank_absolute": 32,
                                    "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[32]",
                                    "domain": "www.theguardian.com",
                                    "title": "Albert Einstein | Science | The Guardian",
                                    "url": "https://www.theguardian.com/science/alberteinstein",
                                    "breadcrumb": "https://www.theguardian.com › science › alberteinstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein · September 2021. Einstein's handwritten calculations for theory of relativity to be auctioned for €3m · July 2021. Astronomers detect light ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.theguardian.com/science/alberteinstein",
                                        "source": "Wikipedia",
                                        "source_info": null,
                                        "source_url": "https://en.wikipedia.org/wiki/The_Guardian",
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "theguardian.com",
                                    "relative_url": "/science/alberteinstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 29,
                                    "rank_absolute": 33,
                                    "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[33]",
                                    "domain": "www.businessinsider.com",
                                    "title": "30 quotes that take you inside Albert Einstein's brilliant mind",
                                    "url": "https://www.businessinsider.com/25-best-quotes-from-albert-einstein-2014-8",
                                    "breadcrumb": "https://www.businessinsider.com › Strategy › Careers",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein's name has become synonymous with genius over the years. Einstein spoke eloquently on a number of topics beyond physics, from ambition ...",
                                    "pre_snippet": "06/18/2020 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.businessinsider.com/25-best-quotes-from-albert-einstein-2014-8",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "businessinsider.com",
                                    "relative_url": "/25-best-quotes-from-albert-einstein-2014-8",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 30,
                                    "rank_absolute": 34,
                                    "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[34]",
                                    "domain": "www.caltech.edu",
                                    "title": "Albert Einstein at 50 - Caltech",
                                    "url": "https://www.caltech.edu/about/news/albert-einstein-at-50",
                                    "breadcrumb": "https://www.caltech.edu › about › news › albert-einstein...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Einstein Papers Project at Caltech has released the 16th volume of its massive scholarly collection of Albert Einstein's scientific and ...",
                                    "pre_snippet": "07/22/2021 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.caltech.edu/about/news/albert-einstein-at-50",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "caltech.edu",
                                    "relative_url": "/about/news/albert-einstein-at-50",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 31,
                                    "rank_absolute": 35,
                                    "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[35]",
                                    "domain": "www.nps.gov",
                                    "title": "New Jersey: Albert Einstein House - National Park Service",
                                    "url": "https://www.nps.gov/articles/alberteinstein.htm",
                                    "breadcrumb": "https://www.nps.gov › articles › alberteinstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein, considered the greatest physicist of all time and named in 1999 Time Magazine's Person of the Century, was born to Jewish ...",
                                    "pre_snippet": "08/22/2017 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.nps.gov/articles/alberteinstein.htm",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nps.gov",
                                    "relative_url": "/articles/alberteinstein.htm",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 32,
                                    "rank_absolute": 36,
                                    "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[36]",
                                    "domain": "einsteinpapers.press.princeton.edu",
                                    "title": "The Collected Papers of Albert Einstein",
                                    "url": "https://einsteinpapers.press.princeton.edu/",
                                    "breadcrumb": "https://einsteinpapers.press.princeton.edu",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Collected Papers of Albert Einstein brought to you by: Powered by Tizra · Terms of Service · Privacy · Permissions · Contact Us · Newsletter.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://einsteinpapers.press.princeton.edu/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "princeton.edu",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 33,
                                    "rank_absolute": 37,
                                    "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[37]",
                                    "domain": "www.nytimes.com",
                                    "title": "Albert Einstein - The New York Times",
                                    "url": "https://www.nytimes.com/topic/person/albert-einstein",
                                    "breadcrumb": "https://www.nytimes.com › topic › person › albert-einst...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "In 1904, Albert Einstein, then an obscure young man of 25, could be seen daily in the late afternoon wheeling a baby carriage on the streets of Bern, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.nytimes.com/topic/person/albert-einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nytimes.com",
                                    "relative_url": "/topic/person/albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 34,
                                    "rank_absolute": 38,
                                    "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[38]",
                                    "domain": "www2.montgomeryschoolsmd.org",
                                    "title": "Albert Einstein HS - Montgomery County Public Schools",
                                    "url": "https://www2.montgomeryschoolsmd.org/schools/einsteinhs/",
                                    "breadcrumb": "https://www2.montgomeryschoolsmd.org › schools › ei...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein High School aims to prepare, empower, and inspire students to reach their greatest potential in a rigorous, inclusive, and anti-racist ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www2.montgomeryschoolsmd.org/schools/einsteinhs/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "montgomeryschoolsmd.org",
                                    "relative_url": "/schools/einsteinhs/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 35,
                                    "rank_absolute": 39,
                                    "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[39]",
                                    "domain": "princetonhistory.org",
                                    "title": "Albert Einstein - Historical Society of Princeton",
                                    "url": "https://princetonhistory.org/research/historic-princeton/albert-einstein/",
                                    "breadcrumb": "https://princetonhistory.org › ... › Historic Princeton",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (1879 – 1955) first gained worldwide prominence in 1919, when British astronomers verified predictions of Einstein's general theory of ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://princetonhistory.org/research/historic-princeton/albert-einstein/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "princetonhistory.org",
                                    "relative_url": "/research/historic-princeton/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 36,
                                    "rank_absolute": 40,
                                    "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[40]",
                                    "domain": "scholar.google.com",
                                    "title": "‪Albert Einstein‬ - ‪Google Scholar‬",
                                    "url": "https://scholar.google.com/citations?user=qc6CJjYAAAAJ&hl=en",
                                    "breadcrumb": "https://scholar.google.com › citations",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "TitleSortSort by citationsSort by yearSort by title Cited byCited by Year\nZur Elektrodynamik bewegter KörperA Einstein 6718*\nLa relativitéA EinsteinPayot, 1964 3725* 1964",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": [
                                        {
                                            "type": "link_element",
                                            "title": "View 18 more rows",
                                            "description": null,
                                            "url": "https://scholar.google.com/citations?user=qc6CJjYAAAAJ&hl=en"
                                        }
                                    ],
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://scholar.google.com/citations?user=qc6CJjYAAAAJ&hl=en",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "google.com",
                                    "relative_url": "/citations?user=qc6CJjYAAAAJ&hl=en",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 37,
                                    "rank_absolute": 41,
                                    "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[41]",
                                    "domain": "www.theatlantic.com",
                                    "title": "Albert Einstein: Appraisal of an Intellect - The Atlantic",
                                    "url": "https://www.theatlantic.com/magazine/archive/1955/06/albert-einstein-appraisal-of-an-intellect/303934/",
                                    "breadcrumb": "https://www.theatlantic.com › archive › 1955/06 › alber...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein: Appraisal of an Intellect. \"The passing of Einstein gives us a chance to stop and think how it felt to have been alive while one of the ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.theatlantic.com/magazine/archive/1955/06/albert-einstein-appraisal-of-an-intellect/303934/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "theatlantic.com",
                                    "relative_url": "/magazine/archive/1955/06/albert-einstein-appraisal-of-an-intellect/303934/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 38,
                                    "rank_absolute": 42,
                                    "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[42]",
                                    "domain": "www.independent.co.uk",
                                    "title": "Albert Einstein - latest news, breaking stories and comment",
                                    "url": "https://www.independent.co.uk/topic/albert-einstein",
                                    "breadcrumb": "https://www.independent.co.uk › topic › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein · Albert Einstein 1879-1955, German-born theoretical physicist who developed the theory of · New observations by the European Southern Observatory ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.independent.co.uk/topic/albert-einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "independent.co.uk",
                                    "relative_url": "/topic/albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 39,
                                    "rank_absolute": 43,
                                    "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[43]",
                                    "domain": "www.ducksters.com",
                                    "title": "Albert Einstein: Genius Inventor and Scientist - Ducksters",
                                    "url": "https://www.ducksters.com/biography/albert_einstein.php",
                                    "breadcrumb": "https://www.ducksters.com › biography › albert_einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was a scientist in the early 1900s. He came up with some of the most important discoveries and theories in all of science. Some people consider ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.ducksters.com/biography/albert_einstein.php",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "ducksters.com",
                                    "relative_url": "/biography/albert_einstein.php",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 40,
                                    "rank_absolute": 44,
                                    "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[44]",
                                    "domain": "www.nature.com",
                                    "title": "Did Einstein really say that? - Nature",
                                    "url": "https://www.nature.com/articles/d41586-018-05004-4",
                                    "breadcrumb": "https://www.nature.com › books & arts",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein in Caputh, Germany, in 1929.Credit: Ullsten Bild via Getty. Beyond his towering contribution to physics, Albert Einstein was ...",
                                    "pre_snippet": "04/30/2018 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.nature.com/articles/d41586-018-05004-4",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nature.com",
                                    "relative_url": "/articles/d41586-018-05004-4",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 41,
                                    "rank_absolute": 45,
                                    "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[45]",
                                    "domain": "www.npr.org",
                                    "title": "The Universe According To Albert Einstein: Relativity - NPR",
                                    "url": "https://www.npr.org/sections/13.7/2018/03/14/593156411/the-universe-according-to-albert-einstein-relativity",
                                    "breadcrumb": "https://www.npr.org › sections › 2018/03/14 › the-univers...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "When Einstein, born 139 years ago on Wednesday, came onto the science scene, physics was in crisis. New ideas were badly needed — it was the ...",
                                    "pre_snippet": "03/14/2018 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.npr.org/sections/13.7/2018/03/14/593156411/the-universe-according-to-albert-einstein-relativity",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "npr.org",
                                    "relative_url": "/sections/13.7/2018/03/14/593156411/the-universe-according-to-albert-einstein-relativity",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 42,
                                    "rank_absolute": 46,
                                    "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[46]",
                                    "domain": "www.fi.edu",
                                    "title": "Case Files: Albert Einstein | The Franklin Institute",
                                    "url": "https://www.fi.edu/case-files/albert-einstein",
                                    "breadcrumb": "https://www.fi.edu › case-files › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Members of the scientific community still struggle to wrap their minds around the meaning and implications of Albert Einstein's theories.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.fi.edu/case-files/albert-einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "fi.edu",
                                    "relative_url": "/case-files/albert-einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 43,
                                    "rank_absolute": 47,
                                    "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[47]",
                                    "domain": "www.instagram.com",
                                    "title": "Albert Einstein (@alberteinstein) • Instagram photos and videos",
                                    "url": "https://www.instagram.com/alberteinstein/?hl=en",
                                    "breadcrumb": "https://www.instagram.com › alberteinstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "896k Followers, 624 Following, 1557 Posts - See Instagram photos and videos from Albert Einstein (@alberteinstein)",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.instagram.com/alberteinstein/?hl=en",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": null,
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "instagram.com",
                                    "relative_url": "/alberteinstein/?hl=en",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 44,
                                    "rank_absolute": 48,
                                    "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[48]",
                                    "domain": "www.bbvaopenmind.com",
                                    "title": "The Legacy of Albert Einstein (1879-1955) - BBVA Openmind",
                                    "url": "https://www.bbvaopenmind.com/en/science/leading-figures/the-legacy-of-albert-einstein-1879-1955/",
                                    "breadcrumb": "https://www.bbvaopenmind.com › leading-figures › the...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "A vision of the scientific legacy of Albert Einstein by Adolfo de Azcarraga, Chairman of the Spanish Royal Physics Society.",
                                    "pre_snippet": "11/20/2015 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.bbvaopenmind.com/en/science/leading-figures/the-legacy-of-albert-einstein-1879-1955/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "bbvaopenmind.com",
                                    "relative_url": "/en/science/leading-figures/the-legacy-of-albert-einstein-1879-1955/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 45,
                                    "rank_absolute": 49,
                                    "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[49]",
                                    "domain": "www.montefiore.org",
                                    "title": "Montefiore Medical Center",
                                    "url": "https://www.montefiore.org/",
                                    "breadcrumb": "https://www.montefiore.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Montefiore Medical Center, the University Hospital for Albert Einstein College of Medicine, is a premier academic medical center and nationally recognized ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.montefiore.org/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "montefiore.org",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 46,
                                    "rank_absolute": 50,
                                    "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[50]",
                                    "domain": "www.einstein-website.de",
                                    "title": "Chronology of Einstein's life",
                                    "url": "https://www.einstein-website.de/z_biography/chronological_table.html",
                                    "breadcrumb": "https://www.einstein-website.de › chronological_table",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein finishes his studies at the ETH Zurich with the subject teacher diploma for mathematics and physics. Subsequently he applies, however, without ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.einstein-website.de/z_biography/chronological_table.html",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "einstein-website.de",
                                    "relative_url": "/z_biography/chronological_table.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 47,
                                    "rank_absolute": 51,
                                    "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[51]",
                                    "domain": "www.aeaohio.org",
                                    "title": "Charter school | Albert Einstein Academy of Ohio | United States",
                                    "url": "https://www.aeaohio.org/",
                                    "breadcrumb": "https://www.aeaohio.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein Academy of Ohio is a tuition free community school located in North Olmsted, Lakewood, and Strongsville, and serving all of Northeast Ohio.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.aeaohio.org/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "aeaohio.org",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 48,
                                    "rank_absolute": 52,
                                    "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[52]",
                                    "domain": "www.aeinstein.org",
                                    "title": "Albert Einstein Institution – Advancing Freedom Through ...",
                                    "url": "https://www.aeinstein.org/",
                                    "breadcrumb": "https://www.aeinstein.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Albert Einstein Institution is a nonprofit organization founded by Dr. Gene Sharp in 1983 to advance the study and use of strategic nonviolent action in ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.aeinstein.org/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "aeinstein.org",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 49,
                                    "rank_absolute": 53,
                                    "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[53]",
                                    "domain": "www.rescue.org",
                                    "title": "Albert Einstein's legacy as a refugee - International Rescue ...",
                                    "url": "https://www.rescue.org/article/albert-einsteins-legacy-refugee",
                                    "breadcrumb": "https://www.rescue.org › article › albert-einsteins-legacy-r...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is known as a genius, physicist and Nobel Laureate. While his theory of relativity changed the world, it wasn't his only ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.rescue.org/article/albert-einsteins-legacy-refugee",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "rescue.org",
                                    "relative_url": "/article/albert-einsteins-legacy-refugee",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 50,
                                    "rank_absolute": 54,
                                    "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[54]",
                                    "domain": "www.weforum.org",
                                    "title": "10 of Albert Einstein's best quotes - The World Economic Forum",
                                    "url": "https://www.weforum.org/agenda/2019/08/albert-einstein-quotes-inspiring-clever-funny-famous/",
                                    "breadcrumb": "https://www.weforum.org › agenda › 2019/08 › albert-...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Nobel Prize winner. Moustache-touting deep thinker. Albert Einstein was many things. The German-born theoretical physicist is probably the ...",
                                    "pre_snippet": "08/05/2019 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.weforum.org/agenda/2019/08/albert-einstein-quotes-inspiring-clever-funny-famous/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "weforum.org",
                                    "relative_url": "/agenda/2019/08/albert-einstein-quotes-inspiring-clever-funny-famous/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 51,
                                    "rank_absolute": 55,
                                    "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[55]",
                                    "domain": "www.neh.gov",
                                    "title": "The Face of Science - National Endowment for the Humanities",
                                    "url": "https://www.neh.gov/humanities/2014/mayjune/feature/the-face-science",
                                    "breadcrumb": "https://www.neh.gov › humanities › mayjune › feature",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "How Albert Einstein became a celebrity. Sam Kean. HUMANITIES, May/June 2014, Volume 35, Number 3.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.neh.gov/humanities/2014/mayjune/feature/the-face-science",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "neh.gov",
                                    "relative_url": "/humanities/2014/mayjune/feature/the-face-science",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 52,
                                    "rank_absolute": 56,
                                    "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[56]",
                                    "domain": "westegg.com",
                                    "title": "Albert Einstein Online - Morgan Friedman",
                                    "url": "https://westegg.com/einstein/",
                                    "breadcrumb": "https://westegg.com › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "A Science Odyssey: People and Discoveries, Albert Einstein Einstein, Albert (1879-1955) -- from Eric Weisstein's World of Scientific Biography",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://westegg.com/einstein/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "westegg.com",
                                    "relative_url": "/einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 53,
                                    "rank_absolute": 57,
                                    "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[57]",
                                    "domain": "earthsky.org",
                                    "title": "Einstein's most famous equation: E=mc2 - EarthSky",
                                    "url": "https://earthsky.org/human-world/einsteins-most-famous-equation-emc2/",
                                    "breadcrumb": "https://earthsky.org › Human World",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "In 1905 on tomorrow's date (September 27) – while employed at a patent office in Bern Switzerland – Albert Einstein published the last of four papers he ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://earthsky.org/human-world/einsteins-most-famous-equation-emc2/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "earthsky.org",
                                    "relative_url": "/human-world/einsteins-most-famous-equation-emc2/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 54,
                                    "rank_absolute": 58,
                                    "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[58]",
                                    "domain": "www.life.com",
                                    "title": "The Day Albert Einstein Died: A Photographer's Story - LIFE",
                                    "url": "https://www.life.com/history/the-day-albert-einstein-died-a-photographers-story/",
                                    "breadcrumb": "https://www.life.com › history › the-day-albert-einstein-...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Pictures from a spring day in 1955, when photographer Ralph Morse raced around New Jersey in search of the late, great Albert Einstein.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.life.com/history/the-day-albert-einstein-died-a-photographers-story/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "life.com",
                                    "relative_url": "/history/the-day-albert-einstein-died-a-photographers-story/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 55,
                                    "rank_absolute": 59,
                                    "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[59]",
                                    "domain": "www.thoughtco.com",
                                    "title": "Biography of Albert Einstein, Theoretical Physicist - ThoughtCo",
                                    "url": "https://www.thoughtco.com/albert-einstein-1779799",
                                    "breadcrumb": "https://www.thoughtco.com › ... › People & Events",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein revolutionized science when he developed the theory of relativity. Learn more about the life of this influential German-born ...",
                                    "pre_snippet": "08/26/2019 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.thoughtco.com/albert-einstein-1779799",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "thoughtco.com",
                                    "relative_url": "/albert-einstein-1779799",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 56,
                                    "rank_absolute": 60,
                                    "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[60]",
                                    "domain": "www.nsf.gov",
                                    "title": "Albert Einstein, in his own words | NSF - National Science ...",
                                    "url": "https://www.nsf.gov/discoveries/disc_summ.jsp?cntn_id=134537",
                                    "breadcrumb": "https://www.nsf.gov › discoveries › disc_summ",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is known in popular culture for his famous E = mc 2 formula. Scientists know him for revolutionizing physics with his general ...",
                                    "pre_snippet": "03/20/2015 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.nsf.gov/discoveries/disc_summ.jsp?cntn_id=134537",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nsf.gov",
                                    "relative_url": "/discoveries/disc_summ.jsp?cntn_id=134537",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 57,
                                    "rank_absolute": 61,
                                    "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[61]",
                                    "domain": "www.einstein.br",
                                    "title": "Hospital Israelita Albert Einstein",
                                    "url": "https://www.einstein.br/en/Pages/Home.aspx",
                                    "breadcrumb": "https://www.einstein.br › Pages › Home",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The journal einstein (São Paulo) · Teaching. About Einstein. The Sociedade Beneficente Israelita Brasileira Albert Einstein.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.einstein.br/en/Pages/Home.aspx",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": null,
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "einstein.br",
                                    "relative_url": "/en/Pages/Home.aspx",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 58,
                                    "rank_absolute": 62,
                                    "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[62]",
                                    "domain": "www.bbc.co.uk",
                                    "title": "Part 1: Einstein's Unfinished Symphony - BBC - Science ...",
                                    "url": "https://www.bbc.co.uk/sn/tvradio/programmes/horizon/einstein_symphony_prog_summary.shtml",
                                    "breadcrumb": "https://www.bbc.co.uk › tvradio › programmes › horizon",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "As Albert Einstein lay on his deathbed, he asked only for his glasses, his writing implements and his latest equations. He knew he was dying, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.bbc.co.uk/sn/tvradio/programmes/horizon/einstein_symphony_prog_summary.shtml",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "bbc.co.uk",
                                    "relative_url": "/sn/tvradio/programmes/horizon/einstein_symphony_prog_summary.shtml",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 59,
                                    "rank_absolute": 63,
                                    "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[63]",
                                    "domain": "www.imdb.com",
                                    "title": "Albert Einstein - IMDb",
                                    "url": "https://www.imdb.com/name/nm0251868/",
                                    "breadcrumb": "https://www.imdb.com › name",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein, Self: Champagne for Caesar. Albert Einstein was born in Ulm, Kingdom of Württemberg, to a German Jewish family. He was the son of Pauline ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.imdb.com/name/nm0251868/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "imdb.com",
                                    "relative_url": "/name/nm0251868/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 60,
                                    "rank_absolute": 64,
                                    "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[64]",
                                    "domain": "www.wikidata.org",
                                    "title": "Albert Einstein - Wikidata",
                                    "url": "https://www.wikidata.org/wiki/Q937",
                                    "breadcrumb": "https://www.wikidata.org › wiki",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein. físico alemán de orígen judío. Einstein; Einstein, Albert; A. Einstein. Traditional Chinese. 阿爾伯特·愛因斯坦.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.wikidata.org/wiki/Q937",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "wikidata.org",
                                    "relative_url": "/wiki/Q937",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 61,
                                    "rank_absolute": 65,
                                    "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[65]",
                                    "domain": "einstein.scusd.edu",
                                    "title": "Albert Einstein Middle School - Explore . Discover . Create .",
                                    "url": "https://einstein.scusd.edu/",
                                    "breadcrumb": "https://einstein.scusd.edu",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Official Page of Albert Einstein Middle School, part of the Sacramento City Unified School District.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://einstein.scusd.edu/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "scusd.edu",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 62,
                                    "rank_absolute": 66,
                                    "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[66]",
                                    "domain": "www.scientificamerican.com",
                                    "title": "Stories by Albert Einstein - Scientific American",
                                    "url": "https://www.scientificamerican.com/author/albert-einstein/",
                                    "breadcrumb": "https://www.scientificamerican.com › author › albert-ei...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Scientific American is the essential guide to the most awe-inspiring advances in science and technology, explaining how they change our understanding of the ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.scientificamerican.com/author/albert-einstein/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "scientificamerican.com",
                                    "relative_url": "/author/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 63,
                                    "rank_absolute": 67,
                                    "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[67]",
                                    "domain": "theconversation.com",
                                    "title": "Albert Einstein – News, Research and Analysis - The ...",
                                    "url": "https://theconversation.com/us/topics/albert-einstein-28469",
                                    "breadcrumb": "https://theconversation.com › topics › albert-einstein-28...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "In trials teaching Einsteinian physics in schools, our most astonishing discovery was that children were not astonished: they just took the ideas in their ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://theconversation.com/us/topics/albert-einstein-28469",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "theconversation.com",
                                    "relative_url": "/us/topics/albert-einstein-28469",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 64,
                                    "rank_absolute": 68,
                                    "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[68]",
                                    "domain": "www.discovermagazine.com",
                                    "title": "20 Brilliant Quotes From Albert Einstein, the Theoretical ...",
                                    "url": "https://www.discovermagazine.com/the-sciences/20-brilliant-quotes-from-albert-einstein-the-theoretical-physicist-who",
                                    "breadcrumb": "https://www.discovermagazine.com › the-sciences › 20-...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein, one of the greatest scientists of all time, is best known for his theory of relativity. But he also spoke about social ...",
                                    "pre_snippet": "05/19/2021 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.discovermagazine.com/the-sciences/20-brilliant-quotes-from-albert-einstein-the-theoretical-physicist-who",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "discovermagazine.com",
                                    "relative_url": "/the-sciences/20-brilliant-quotes-from-albert-einstein-the-theoretical-physicist-who",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 65,
                                    "rank_absolute": 69,
                                    "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[69]",
                                    "domain": "nybooks.com",
                                    "title": "On Albert Einstein | by Robert Oppenheimer - The New York ...",
                                    "url": "https://nybooks.com/articles/1966/03/17/on-albert-einstein/",
                                    "breadcrumb": "https://nybooks.com › Articles",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein; drawing by David Levine. Buy Print. Though I knew Einstein for two or three decades, it was only in the last decade of his life that we ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://nybooks.com/articles/1966/03/17/on-albert-einstein/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nybooks.com",
                                    "relative_url": "/articles/1966/03/17/on-albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 66,
                                    "rank_absolute": 70,
                                    "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[70]",
                                    "domain": "www.washingtonpost.com",
                                    "title": "Was Albert Einstein really a bad student who failed math?",
                                    "url": "https://www.washingtonpost.com/news/answer-sheet/wp/2016/02/11/was-albert-einstein-really-a-bad-student-who-failed-math/",
                                    "breadcrumb": "https://www.washingtonpost.com › news › 2016/02/11",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein delivers a lecture in 1934 at a meeting of the American ... a century ago by Albert Einstein's General Theory of Relativity.",
                                    "pre_snippet": "02/11/2016 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.washingtonpost.com/news/answer-sheet/wp/2016/02/11/was-albert-einstein-really-a-bad-student-who-failed-math/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "washingtonpost.com",
                                    "relative_url": "/news/answer-sheet/wp/2016/02/11/was-albert-einstein-really-a-bad-student-who-failed-math/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 67,
                                    "rank_absolute": 71,
                                    "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[71]",
                                    "domain": "www.oxfordreference.com",
                                    "title": "Albert Einstein - Oxford Reference",
                                    "url": "https://www.oxfordreference.com/view/10.1093/acref/9780191826719.001.0001/q-oro-ed4-00003988",
                                    "breadcrumb": "https://www.oxfordreference.com › q-oro-ed4-00003988",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein 1879–1955. German-born theoretical physicist. See also Anonymous · Science without religion is lame, religion without science is blind. · As far ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.oxfordreference.com/view/10.1093/acref/9780191826719.001.0001/q-oro-ed4-00003988",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "oxfordreference.com",
                                    "relative_url": "/view/10.1093/acref/9780191826719.001.0001/q-oro-ed4-00003988",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 68,
                                    "rank_absolute": 72,
                                    "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[72]",
                                    "domain": "www.einsteinday.org",
                                    "title": "Albert Einstein Academy",
                                    "url": "https://www.einsteinday.org/",
                                    "breadcrumb": "https://www.einsteinday.org",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein Academy educates students with a challenging, integrated curriculum of general & Judaic studies in nurturing environment which fosters ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.einsteinday.org/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "einsteinday.org",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 69,
                                    "rank_absolute": 73,
                                    "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[73]",
                                    "domain": "commons.wikimedia.org",
                                    "title": "File:Albert Einstein Head.jpg - Wikimedia Commons",
                                    "url": "https://commons.wikimedia.org/wiki/File:Albert_Einstein_Head.jpg",
                                    "breadcrumb": "https://commons.wikimedia.org › wiki › File:Albert_Ei...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "This file has an extracted image: File:Albert Einstein Head (cropped).jpg. lang=en. Complete original picture in the area de tus dieds.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://commons.wikimedia.org/wiki/File:Albert_Einstein_Head.jpg",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "wikimedia.org",
                                    "relative_url": "/wiki/File:Albert_Einstein_Head.jpg",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 70,
                                    "rank_absolute": 74,
                                    "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[74]",
                                    "domain": "www.aps.org",
                                    "title": "This Month in Physics History: Einstein's quest for a unified ...",
                                    "url": "https://www.aps.org/publications/apsnews/200512/history.cfm",
                                    "breadcrumb": "https://www.aps.org › publications › apsnews › history",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "... and the special and general theories of relativity, Albert Einstein spent the last thirty years of his life on a fruitless quest for a way to combine ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.aps.org/publications/apsnews/200512/history.cfm",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "aps.org",
                                    "relative_url": "/publications/apsnews/200512/history.cfm",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 71,
                                    "rank_absolute": 75,
                                    "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[75]",
                                    "domain": "artsandculture.google.com",
                                    "title": "Albert Einstein — Google Arts & Culture",
                                    "url": "https://artsandculture.google.com/entity/albert-einstein/m0jcx?hl=en",
                                    "breadcrumb": "https://artsandculture.google.com › entity › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all time. Einstein is known for ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://artsandculture.google.com/entity/albert-einstein/m0jcx?hl=en",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "google.com",
                                    "relative_url": "/entity/albert-einstein/m0jcx?hl=en",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 72,
                                    "rank_absolute": 76,
                                    "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[76]",
                                    "domain": "www.brainpop.com",
                                    "title": "Albert Einstein - BrainPOP",
                                    "url": "https://www.brainpop.com/science/famousscientists/alberteinstein/",
                                    "breadcrumb": "https://www.brainpop.com › science › famousscientists › a...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Tim and Moby introduce you to the Nobel-winning scientist Albert Einstein, the physicist who revolutionized our understanding of space and time.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.brainpop.com/science/famousscientists/alberteinstein/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "brainpop.com",
                                    "relative_url": "/science/famousscientists/alberteinstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 73,
                                    "rank_absolute": 77,
                                    "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[77]",
                                    "domain": "ascelibrary.org",
                                    "title": "Hans Albert Einstein | Books - ASCE Library",
                                    "url": "https://ascelibrary.org/doi/book/10.1061/9780784413302",
                                    "breadcrumb": "https://ascelibrary.org › doi › book",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "In this biography, Robert Ettema and Cornelia Mutel engagingly describe the work of one man—Hans Albert Einstein—and his search to understand and unravel ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://ascelibrary.org/doi/book/10.1061/9780784413302",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "ascelibrary.org",
                                    "relative_url": "/doi/book/10.1061/9780784413302",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 74,
                                    "rank_absolute": 78,
                                    "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[78]",
                                    "domain": "www.brainpickings.org",
                                    "title": "Albert Einstein – Brain Pickings",
                                    "url": "https://www.brainpickings.org/tag/albert-einstein/",
                                    "breadcrumb": "https://www.brainpickings.org › tag › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Reads tagged with “Albert Einstein” · “A life in the past cannot be shared with the present. · “Was he mute a while, or all tears. · “To see the world beyond the ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.brainpickings.org/tag/albert-einstein/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "brainpickings.org",
                                    "relative_url": "/tag/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 75,
                                    "rank_absolute": 79,
                                    "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[79]",
                                    "domain": "vault.fbi.gov",
                                    "title": "FBI Records: The Vault — Albert Einstein",
                                    "url": "https://vault.fbi.gov/Albert%20Einstein",
                                    "breadcrumb": "https://vault.fbi.gov › Albert Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (1879-1955) was a German born scientist and professor. This release consists of several background-type investigations, an investigation of ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://vault.fbi.gov/Albert%20Einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "fbi.gov",
                                    "relative_url": "/Albert%20Einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 76,
                                    "rank_absolute": 80,
                                    "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[80]",
                                    "domain": "science.osti.gov",
                                    "title": "Albert Einstein Distinguished Educator Fellowship (AEF ...",
                                    "url": "https://science.osti.gov/wdts/einstein",
                                    "breadcrumb": "https://science.osti.gov › wdts › einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The Albert Einstein Distinguished Educator Fellowship (AEF) Program provides a unique opportunity for accomplished K-12 educators in the fields of science, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://science.osti.gov/wdts/einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "osti.gov",
                                    "relative_url": "/wdts/einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 77,
                                    "rank_absolute": 81,
                                    "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[81]",
                                    "domain": "web.college.emory.edu",
                                    "title": "Albert Einstein - ECAS Standard Template 4.1",
                                    "url": "http://web.college.emory.edu/st4.1/biography-pages/einstein-albert.html",
                                    "breadcrumb": "http://web.college.emory.edu › biography-pages › einst...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert EinsteinProfessor, Department of PhysicsNobel Laureate. Education. PhDUniversity of Zurich1905; MEd ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "http://web.college.emory.edu/st4.1/biography-pages/einstein-albert.html",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "emory.edu",
                                    "relative_url": "/st4.1/biography-pages/einstein-albert.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 78,
                                    "rank_absolute": 82,
                                    "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[82]",
                                    "domain": "starchild.gsfc.nasa.gov",
                                    "title": "Albert Einstein - StarChild",
                                    "url": "https://starchild.gsfc.nasa.gov/docs/StarChild/whos_who_level2/einstein.html",
                                    "breadcrumb": "https://starchild.gsfc.nasa.gov › docs › whos_who_level2",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was born in 1879 in Ulm, Germany. He was the first child born to Hermann and Pauline Einstein. Though he attended school as a young boy, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://starchild.gsfc.nasa.gov/docs/StarChild/whos_who_level2/einstein.html",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nasa.gov",
                                    "relative_url": "/docs/StarChild/whos_who_level2/einstein.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 79,
                                    "rank_absolute": 83,
                                    "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[83]",
                                    "domain": "memory-alpha.fandom.com",
                                    "title": "Albert Einstein | Memory Alpha | Fandom",
                                    "url": "https://memory-alpha.fandom.com/wiki/Albert_Einstein",
                                    "breadcrumb": "https://memory-alpha.fandom.com › wiki › Albert_Eins...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Professor Albert Einstein was a famous Human physicist of 20th century Earth. He was born in Germany and was best known for his equation E = mc² and his ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://memory-alpha.fandom.com/wiki/Albert_Einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "fandom.com",
                                    "relative_url": "/wiki/Albert_Einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 80,
                                    "rank_absolute": 84,
                                    "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[84]",
                                    "domain": "pubmed.ncbi.nlm.nih.gov",
                                    "title": "On the brain of a scientist: Albert Einstein - PubMed",
                                    "url": "https://pubmed.ncbi.nlm.nih.gov/3979509/",
                                    "breadcrumb": "https://pubmed.ncbi.nlm.nih.gov › ...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Neuron:glial ratios were determined in specific regions of Albert Einstein's cerebral cortex to compare with samples from 11 human male cortices.",
                                    "pre_snippet": "by MC Diamond",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://pubmed.ncbi.nlm.nih.gov/3979509/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "nih.gov",
                                    "relative_url": "/3979509/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 81,
                                    "rank_absolute": 85,
                                    "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[85]",
                                    "domain": "www.idealimmigration.us",
                                    "title": "Albert Einstein: Asylum-Seeking Immigrant to America",
                                    "url": "https://www.idealimmigration.us/blog/albert-einstein-asylum-seeking-immigrant",
                                    "breadcrumb": "https://www.idealimmigration.us › blog › albert-einstein...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Born in Ulm, Germany in 1879, Einstein is considered the most influential physicist of the 20th century. He renounced his German citizenship in ...",
                                    "pre_snippet": "04/01/2019 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.idealimmigration.us/blog/albert-einstein-asylum-seeking-immigrant",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "idealimmigration.us",
                                    "relative_url": "/blog/albert-einstein-asylum-seeking-immigrant",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 82,
                                    "rank_absolute": 86,
                                    "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[86]",
                                    "domain": "einstein.digitalhumans.com",
                                    "title": "Meet Einstein",
                                    "url": "https://einstein.digitalhumans.com/",
                                    "breadcrumb": "https://einstein.digitalhumans.com",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "I'm a digital version of Einstein. I would love to meet you and share my knowledge; I can even quiz you on a variety of topics.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://einstein.digitalhumans.com/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "digitalhumans.com",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 83,
                                    "rank_absolute": 87,
                                    "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[87]",
                                    "domain": "www.aei.mpg.de",
                                    "title": "Home | Max Planck Institute for Gravitational Physics (Albert ...",
                                    "url": "https://www.aei.mpg.de/",
                                    "breadcrumb": "https://www.aei.mpg.de",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "The MPI for Gravitational Physics is a Max Planck Institute whose research is aimed at investigating Einstein's theory of relativity and beyond: Mathematics ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.aei.mpg.de/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": null,
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "mpg.de",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 84,
                                    "rank_absolute": 88,
                                    "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[88]",
                                    "domain": "content.time.com",
                                    "title": "Person Of The Century: Albert Einstein - TIME",
                                    "url": "http://content.time.com/time/magazine/article/0,9171,993017,00.html",
                                    "breadcrumb": "http://content.time.com › time › magazine › article",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein. (1879-1955) He was the pre-eminent scientist in a century dominated by science. The touchstones of the era--the Bomb, ...",
                                    "pre_snippet": "12/31/1999 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "http://content.time.com/time/magazine/article/0,9171,993017,00.html",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "time.com",
                                    "relative_url": "/time/magazine/article/0,9171,993017,00.html",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 85,
                                    "rank_absolute": 89,
                                    "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[89]",
                                    "domain": "www.newworldencyclopedia.org",
                                    "title": "Albert Einstein - New World Encyclopedia",
                                    "url": "https://www.newworldencyclopedia.org/entry/Albert_Einstein",
                                    "breadcrumb": "https://www.newworldencyclopedia.org › entry › Alber...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein was born into a Jewish family in Ulm, Württemberg, Germany. His father was Hermann Einstein, a salesman and engineer. His mother was Pauline ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.newworldencyclopedia.org/entry/Albert_Einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "newworldencyclopedia.org",
                                    "relative_url": "/entry/Albert_Einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 86,
                                    "rank_absolute": 90,
                                    "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[90]",
                                    "domain": "dbpedia.org",
                                    "title": "About: Albert Einstein - DBpedia",
                                    "url": "https://dbpedia.org/page/Albert_Einstein",
                                    "breadcrumb": "https://dbpedia.org › page › Albert_Einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (/ˈaɪnstaɪn/ EYEN-styne; German: [ˈalbɛʁt ˈʔaɪnʃtaɪn] ; 14 March 1879 – 18 April 1955) was a German-born theoretical physicist, ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://dbpedia.org/page/Albert_Einstein",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "dbpedia.org",
                                    "relative_url": "/page/Albert_Einstein",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 87,
                                    "rank_absolute": 91,
                                    "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[91]",
                                    "domain": "parade.com",
                                    "title": "50 Albert Einstein Quotes - Parade",
                                    "url": "https://parade.com/1240718/kelseypelzer/albert-einstein-quotes/",
                                    "breadcrumb": "https://parade.com › kelseypelzer › albert-einstein-quotes",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Born in Germany in 1879, Einstein spent his life truly making a mark in the scientific community—including developing the general theory of ...",
                                    "pre_snippet": "08/09/2021 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://parade.com/1240718/kelseypelzer/albert-einstein-quotes/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "parade.com",
                                    "relative_url": "/1240718/kelseypelzer/albert-einstein-quotes/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 88,
                                    "rank_absolute": 92,
                                    "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[92]",
                                    "domain": "einstein.pure.elsevier.com",
                                    "title": "Albert Einstein College of Medicine",
                                    "url": "https://einstein.pure.elsevier.com/",
                                    "breadcrumb": "https://einstein.pure.elsevier.com",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Einstein Research Profiles. In an effort to synergize inter-disciplinary clinical and translational research, Einstein and Montefiore are committed to using ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://einstein.pure.elsevier.com/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "elsevier.com",
                                    "relative_url": "/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 89,
                                    "rank_absolute": 93,
                                    "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[93]",
                                    "domain": "www.usatoday.com",
                                    "title": "Albert Einstein was more than a 'Genius': Five things you didn't ...",
                                    "url": "https://www.usatoday.com/story/life/tv/2017/04/24/albert-einstein-genius-national-geographic/100824198/",
                                    "breadcrumb": "https://www.usatoday.com › story › life › 2017/04/24 › al...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Here's what you probably know: Albert Einstein is the mastermind behind E=mc² and the Theory of Relativity. Here's what you likely weren't ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.usatoday.com/story/life/tv/2017/04/24/albert-einstein-genius-national-geographic/100824198/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "usatoday.com",
                                    "relative_url": "/story/life/tv/2017/04/24/albert-einstein-genius-national-geographic/100824198/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 90,
                                    "rank_absolute": 94,
                                    "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[94]",
                                    "domain": "wwnorton.com",
                                    "title": "Albert Einstein Was a Dope? | Allison Steinfeld, Dan Gutman",
                                    "url": "https://wwnorton.com/books/9781324015581",
                                    "breadcrumb": "https://wwnorton.com › books",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "From the best-selling author behind My Weird School: a quirky new biography series that casts fresh light on high-interest historic figures. Albert Einstein ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://wwnorton.com/books/9781324015581",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "wwnorton.com",
                                    "relative_url": "/books/9781324015581",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 91,
                                    "rank_absolute": 95,
                                    "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[95]",
                                    "domain": "monthlyreview.org",
                                    "title": "Why Socialism? - Monthly Review",
                                    "url": "https://monthlyreview.org/2009/05/01/why-socialism/",
                                    "breadcrumb": "https://monthlyreview.org › 2009",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is the world-famous physicist. This article was originally published in the first issue of Monthly Review (May 1949).",
                                    "pre_snippet": "05/01/2009 00:00:00",
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://monthlyreview.org/2009/05/01/why-socialism/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "monthlyreview.org",
                                    "relative_url": "/2009/05/01/why-socialism/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 92,
                                    "rank_absolute": 96,
                                    "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[96]",
                                    "domain": "globalgovernanceforum.org",
                                    "title": "Albert Einstein - Global Governance Forum",
                                    "url": "https://globalgovernanceforum.org/visionary/albert-einstein/",
                                    "breadcrumb": "https://globalgovernanceforum.org › visionary › albert-...",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (1879 – 1955), winner of the 1921 Nobel Prize in physics and creator of the theory of relativity, was one of the two pillars of modern ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://globalgovernanceforum.org/visionary/albert-einstein/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "globalgovernanceforum.org",
                                    "relative_url": "/visionary/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 93,
                                    "rank_absolute": 97,
                                    "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[97]",
                                    "domain": "www.lib.uchicago.edu",
                                    "title": "Guide to the Albert Einstein Collection 1921-1954 - UChicago ...",
                                    "url": "https://www.lib.uchicago.edu/e/scrc/findingaids/view.php?eadid=ICU.SPCL.EINSTEINA",
                                    "breadcrumb": "https://www.lib.uchicago.edu › scrc › findingaids › view",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Chicago, Illinois 60637 U.S.A.. Abstract: Albert Einstein (1879-1955) Nobel Prize-winning theoretical physicist The collection includes correspondence and ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.lib.uchicago.edu/e/scrc/findingaids/view.php?eadid=ICU.SPCL.EINSTEINA",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "uchicago.edu",
                                    "relative_url": "/e/scrc/findingaids/view.php?eadid=ICU.SPCL.EINSTEINA",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 94,
                                    "rank_absolute": 98,
                                    "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[98]",
                                    "domain": "www.athenaeumcaltech.com",
                                    "title": "Einstein Suite - The Athenaeum",
                                    "url": "https://www.athenaeumcaltech.com/Default.aspx?p=DynamicModule&pageid=378384&ssid=295007&vnf=1",
                                    "breadcrumb": "https://www.athenaeumcaltech.com › Default",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein (1879-1955) was a visiting scientist at Caltech in Pasadena on several occasions. Albert Einstein is undoubtedly one of the most fascinating ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://www.athenaeumcaltech.com/Default.aspx?p=DynamicModule&pageid=378384&ssid=295007&vnf=1",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "athenaeumcaltech.com",
                                    "relative_url": "/Default.aspx?p=DynamicModule&pageid=378384&ssid=295007&vnf=1",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "organic",
                                    "rank_group": 95,
                                    "rank_absolute": 99,
                                    "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[99]/div[1]",
                                    "domain": "greenlightrights.com",
                                    "title": "Albert Einstein - Greenlight Rights",
                                    "url": "https://greenlightrights.com/icon/albert-einstein/",
                                    "breadcrumb": "https://greenlightrights.com › icon › albert-einstein",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Albert Einstein is synonymous with genius. His theories changed the way we understand the world and have had lasting effects.",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": {
                                        "type": "about_this_result_element",
                                        "url": "https://greenlightrights.com/icon/albert-einstein/",
                                        "source": null,
                                        "source_info": null,
                                        "source_url": null,
                                        "language": "English",
                                        "location": "the United States",
                                        "search_terms": [
                                            "albert",
                                            "einstein"
                                        ],
                                        "related_terms": null
                                    },
                                    "main_domain": "greenlightrights.com",
                                    "relative_url": "/icon/albert-einstein/",
                                    "etv": 772.8,
                                    "impressions_etv": 1.94922,
                                    "estimated_paid_traffic_cost": 2130.4967712,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                {
                                    "se_type": "google",
                                    "type": "multi_carousel",
                                    "rank_group": 1,
                                    "rank_absolute": 100,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]",
                                    "items": [
                                        {
                                            "type": "multi_carousel_element",
                                            "title": "American physicists",
                                            "multi_carousel_snippets": [
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Hans Bethe"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Emilio Segrè"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "J. Robert Oppenheimer"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Eugene Wigner"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "John Bardeen"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Ernest Lawrence"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "multi_carousel_element",
                                            "title": "Scientist scientist inventions",
                                            "multi_carousel_snippets": [
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Nikola Tesla"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Thomas Edison"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Galileo Galilei"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Leonardo da Vinci"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Alexander Graham Bell"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Enrico Fermi"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "multi_carousel_element",
                                            "title": "Famous theoretical physicists",
                                            "multi_carousel_snippets": [
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Stephen Hawking"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Max Planck"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Ernest Rutherford"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Edward Witten"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Max Born"
                                                },
                                                {
                                                    "type": "multi_carousel_snippet",
                                                    "title": "Werner Heisenberg"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "type": "related_searches",
                                    "rank_group": 1,
                                    "rank_absolute": 101,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[7]/div[1]/div[9]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]",
                                    "items": [
                                        "what was albert einstein famous for",
                                        "albert einstein nationality",
                                        "albert einstein inventions",
                                        "albert einstein birthday",
                                        "albert einstein facts",
                                        "albert einstein brain",
                                        "albert einstein immigration",
                                        "albert einstein full name"
                                    ]
                                },
                                {
                                    "se_type": "google",
                                    "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": "Albert Einstein",
                                    "sub_title": "Theoretical physicist",
                                    "description": "Description Albert Einstein was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all time. Einstein is best known for developing the theory of relativity, but he also made important contributions to the development of the theory of quantum mechanics. Wikipedia",
                                    "card_id": null,
                                    "url": null,
                                    "image_url": null,
                                    "logo_url": null,
                                    "cid": null,
                                    "items": [
                                        {
                                            "type": "knowledge_graph_images_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[1]/div[1]/div[1]",
                                            "link": {
                                                "type": "link_element",
                                                "title": "More images",
                                                "url": "https://www.google.com/search?num=100&source=univ&tbm=isch&q=albert+einstein&gl=US&hl=en&fir=ZUZETqMytZU2rM%252C5dQyVgUHuFlr3M%252C_%253BI1M22o2vaUDwZM%252CK9gEJkm3O5Fc2M%252C_%253BYnJI_6UCy7RFOM%252Capu4qHYluEUdUM%252C_%253B4NBD86qWCmoC3M%252C5MraTWfsiebRjM%252C_%253BDoJh9b5lwg4SHM%252CKZtWf83mQeny6M%252C_%253BjMja7Cjj4bmefM%252CC6UL2AYrZsRhkM%252C_%253BpZOXY8NdVeSlSM%252CVlEBy2KznAuoIM%252C_&usg=AI4_-kSnJwhWjFm6KeHq1Kd5BXCfmzDcRQ&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQiR56BAhvEAI",
                                                "domain": null,
                                                "snippet": null,
                                                "xpath": null
                                            },
                                            "items": [
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": null,
                                                    "domain": null,
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:0",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": null,
                                                    "domain": null,
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:1",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": null,
                                                    "domain": null,
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:2",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": null,
                                                    "domain": null,
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:3",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": null,
                                                    "domain": null,
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:4",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": null,
                                                    "domain": null,
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:5",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_images_element",
                                                    "url": null,
                                                    "domain": null,
                                                    "alt": "Image result for albert einstein",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:6",
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "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[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
                                            "text": "Description Albert Einstein was a German-born theoretical physicist, widely acknowledged to be one of the greatest physicists of all time. Einstein is best known for developing the theory of relativity, but he also made important contributions to the development of the theory of quantum mechanics. Wikipedia",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Wikipedia",
                                                    "url": "https://en.wikipedia.org/wiki/Albert_Einstein",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": 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[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]",
                                            "title": "Born",
                                            "data_attrid": "kc:/people/person:born",
                                            "text": "March 14, 1879, Ulm, Germany",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Born",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+born&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0BLLTrbSL0jNL8hJBVJFxfl5Vkn5RXmLWEUSc5JSi0oUUjPzikuAhAJIGADHZqekOgAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQ6BMoAHoECGoQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Ulm, Germany",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Ulm&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQwtK6ostcSyk630C1LzC3JSgVRRcX6eVVJ-Ud4iVubQnNwdrIwARqvr7DcAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQmxMoAXoECGoQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": 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[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]",
                                            "title": "Died",
                                            "data_attrid": "kc:/people/deceased_person:died",
                                            "text": "April 18, 1955, Penn Medicine Princeton Medical Center, NJ",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Died",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+died&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLPTrbSL0jNL8hJ1U9JTU5NLE5NiS9ILSrOz7NKyUxNWcQqkpiTlFpUopCamVdcAiQUQMIAeqAPLEMAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQ6BMoAHoECHAQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Penn Medicine Princeton Medical Center, NJ",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Penn+Medicine+Princeton+Medical+Center&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOICMYzMCzPKCrTks5Ot9AtS8wtyUvVTUpNTE4tTU-ILUouK8_OsUjJTUxaxqgWk5uUp-KamZCZn5qUqBBRl5iWnluRDhRJzFJxT80pSi3awMgIAH-xi_WQAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQmxMoAXoECHAQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": 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[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]",
                                            "title": "Spouse",
                                            "data_attrid": "kc:/people/person:spouse",
                                            "text": "Elsa Einstein (m. 1919–1936), Mileva Marić (m. 1903–1919)",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Spouse",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+spouse&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLITrbSL0jNL8hJBVJFxfl5VsUF-aXFqYtYxRJzklKLShRSM_OKS4CEAkQCADKuYYA-AAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQ6BMoAHoECHQQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Elsa Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Elsa+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOICMYzM01OMKrQkspOt9AtS8wtyUoFUUXF-nlVxQX5pceoiVl7XnOJEBdfMvOKS1My8HayMANqCSONEAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQmxMoAXoECHQQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Mileva Marić",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Mileva+Mari%C4%87&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQyLKssztCSyk630C1LzC3JSgVRRcX6eVXFBfmlx6iJWXt_MnNSyRAXfxKLMI-07WBkBErtmX0MAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQmxMoAnoECHQQBA",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": 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[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]",
                                            "title": "Children",
                                            "data_attrid": "kc:/people/person:children",
                                            "text": "Eduard Einstein, Hans Albert Einstein, Lieserl Einstein",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Children",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+children&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLKTrbSL0jNL8hJBVJFxfl5VskZmTkpRal5i1glEnOSUotKFFIz84pLgIQCTAoAX9zt4UIAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQ6BMoAHoECHgQAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Eduard Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Eduard+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMczLC8rLtKSyk630C1LzC3JSgVRRcX6eVXJGZk5KUWreIlZ-15TSxKIUBdfMvOKS1My8HayMAAVSoxlHAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQmxMoAXoECHgQAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Hans Albert Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Hans+Albert+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMUwqcrNztaSyk630C1LzC3JSgVRRcX6eVXJGZk5KUWreIlYRj8S8YgXHnKTUohIF18y84pLUzLwdrIwASB_5AEwAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQmxMoAnoECHgQBA",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "Lieserl Einstein",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Lieserl+Einstein&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMczzCtKTtaSyk630C1LzC3JSgVRRcX6eVXJGZk5KUWreIlYBn8zU4tSiHAXXzLziktTMvB2sjACjqDEuSAAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQmxMoA3oECHgQBQ",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": 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[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[6]",
                                            "title": "Education",
                                            "data_attrid": "kc:/people/person:education",
                                            "text": "University of Zurich (1905), ETH Zürich (1896–1900), MORE",
                                            "links": [
                                                {
                                                    "type": "link_element",
                                                    "title": "Education",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+education&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLOTrbSL0jNL8hJBVJFxfl5VqkppcmJJZn5eYtYJRNzklKLShRSM_OKS4CEAlwOAMujMXlEAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQ6BMoAHoECG4QAg",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "University of Zurich",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=University+of+Zurich&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQxLCspKtKSzk630C1LzC3JSgVRRcX6eVWpKaXJiSWZ-3iJWkdC8zDKgaGZJpUJ-mkJUaVFmcsYOVkYA8iML400AAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQmxMoAXoECG4QAw",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "ETH Zürich",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=ETH+Z%C3%BCrich&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEquUOIEMQxTKrMttKSzk630C1LzC3JSgVRRcX6eVWpKaXJiSWZ-3iJWbtcQD4Wow3uKMpMzdrAyAgCKLRdKRAAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQmxMoAnoECG4QBA",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "link_element",
                                                    "title": "MORE",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+education&stick=H4sIAAAAAAAAAOPgE2LXz9U3yEqu0JLOTrbSL0jNL8hJBVJFxfl5VqkppcmJJZn5eYtYJRNzklKLShRSM_OKS4CEAlwOAMujMXlEAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQ44YBKAN6BAhuEAU",
                                                    "domain": null,
                                                    "snippet": null,
                                                    "xpath": null
                                                }
                                            ]
                                        },
                                        {
                                            "type": "knowledge_graph_part_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[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]",
                                            "title": "Quotes",
                                            "data_attrid": "kc:/people/person:quote",
                                            "text": "Imagination is more important than knowledge. Life is like riding a bicycle. To keep your balance you must keep moving. Imagination is everything. It is the preview of life's coming attractions. View 7+ more",
                                            "links": 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[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]",
                                            "title": "Books",
                                            "data_attrid": "kc:/book/author:books only",
                                            "link": {
                                                "type": "link_element",
                                                "title": "View 35+ more",
                                                "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=albert+einstein+books&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUIIxtKSyk630k_Lzs_UTS0sy8ousQOxihfy8nMpFrKKJOUmpRSUKqZl5xSVAQgEsuYOVEQDx5YXvSwAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQzTooAXoECG0QAg",
                                                "domain": null,
                                                "snippet": null,
                                                "xpath": null
                                            },
                                            "items": [
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "Relativity : the special a...",
                                                    "subtitle": "1916",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Relativity+:+the+special+and+the+general+theory&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOICMcxK0qrK87QEHEtLMvKLQvKd8vOz_fNyKhex6gel5iSWZJZlllQqWCmUZKQqFBekJmcm5igk5qWA-empealFQD6QnV9UuYOVEQASureIXgAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQxA16BAhtEAU",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:7",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "The World As I see It",
                                                    "subtitle": "1934",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=The+World+As+I+see+It&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOICMcwKyspN0rUEHEtLMvKLQvKd8vOz_fNyKhexioZkpCqE5xflpCg4Fit4KhSnpip4luxgZQQA3T8V20QAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQxA16BAhtEAc",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:8",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "Out of My Later Years",
                                                    "subtitle": "1950",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Out+of+My+Later+Years&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOICMUzK040LsrUEHEtLMvKLQvKd8vOz_fNyKhexivqXlijkpyn4Vir4JJakFilEpiYWFe9gZQQAV8ljYUQAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQxA16BAhtEAk",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:9",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "The Evolution of Physics",
                                                    "subtitle": "1938",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=The+Evolution+of+Physics&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOICMcwK0tIs8rQEHEtLMvKLQvKd8vOz_fNyKhexSoRkpCq4luXnlJZk5ucp5KcpBGRUFmcmF-9gZQQApSpOC0cAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQxA16BAhtEAs",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:10",
                                                    "xpath": null
                                                },
                                                {
                                                    "type": "knowledge_graph_carousel_element",
                                                    "title": "Essays In Science",
                                                    "subtitle": "1934",
                                                    "url": "https://www.google.com/search?num=100&hl=en&gl=US&q=Essays+In+Science&stick=H4sIAAAAAAAAAONgFmLXz9U3yEquUOICMcwyKizTkrQEHEtLMvKLQvKd8vOz_fNyKhexCroWFydWFit45ikEJ2em5iWn7mBlBAAmQS01QAAAAA&sa=X&ved=2ahUKEwji5Or-3qDzAhXfA2MBHda-BroQxA16BAhtEA0",
                                                    "domain": "www.google.com",
                                                    "image_url": "https://api.dataforseo.com/cdn/i/09280628-1087-0066-0000-19b9659feb06:11",
                                                    "xpath": null
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}

 

Don’t hesitate to try the Historical SERPs endpoint in our API Explorer.

With complete historical SERPs and past rankings data, you can:

In the following parts, we will give you more details on applying the Historical SERPs endpoint to several use cases.

How to use historical SERP data in rank tracking

The first use case where you can leverage historical data is rank tracking.

Historical stats can help you win your competitor’s users. The thing is, SEO platforms often make historical data export quite challenging or do not provide such an option at all in order to keep their share of customers. Accordingly, if you offer detailed historical rankings to new users from the day they register, you can eliminate the main point that’s been keeping them from switching to your platform.

To begin with, you can provide users with a simple view where they can see how ranking changes influenced their traffic and CTR. To do so, you’ll need to integrate DataForSEO’s Historical SERPs endpoint and Google Search Console data (for clicks and traffic volume).

You can also integrate DataForSEO’s Historical Rank Overview to get a website’s historical monthly traffic estimates for organic and paid searches. To learn more about this endpoint, check out our earlier blog post.

On top of the feature we’ve described above, you can incorporate a SERP overview for individual keywords presenting historical data on full SERP for a chosen month. In this view, users will be able to investigate how their traffic and rankings changed with the presence of particular elements, which of their pages got featured in rich results, and so on.

Alongside SERP features, you could also enrich this overview with backlink data on ranked URLs. By doing so, you will enable users to compare various performance metrics of each result and paint an even clearer picture of the analyzed SERP. Check out our visual guide to building solutions based on DataForSEO’s Backlinks API.

Overall, historical data in your rank tracker will give SEOs a broader perspective on their past and future strategies. At the same time, you will be able to attract more new customers with these new quality features.

How to enhance competitor research with historical SERP data

On top of the rank tracking features we’ve described in the previous part, you could also expand your competitor research functionality with historical data on Google SERPs.

As we’ve already mentioned, native Google tools can’t be helpful when it comes to getting data on competitor sites. However, it is impossible to perform a quality analysis of a site’s performance without understanding how it compares to the competition.

To gain the necessary insights, experts turn to SEO software that offers extensive competitor research functionality. If you don’t have it yet, the DataForSEO Historical SERPs endpoint can help you to build data on competitor rankings into your tool hassle-free.

For example, you can provide users with an opportunity to track competitors’ ranking dynamics alongside their site. To do so, you can organize data from the Historical SERPs endpoint into a handy comparative graph where each line indicates how a site/URL has been climbing or descending SERP for a specified keyword within the selected dates.

By toggling to the URLs mode, users can discover pages that helped competitors gain primary SERP spots for a keyword a user is targeting.

Alongside this, you can incorporate a separate view where users would get stats for competitors’ keywords.

First, you can obtain a list of keywords for any site using the Ranked Keywords endpoint. Then, you can request historical ranking data on them with the Historical SERPs endpoint.

Combining data from these two endpoints, you will obtain both current and past rankings, as well as recent keyword metrics, including keyword difficulty. What’s more, you will get data on SERP features which will help users identify competitor URLs that made their way into Google’s rich results, and further investigate what made the search engine favor this or that competitor URLs to replicate their success.

With the power of this data, users can devise more informed keyword strategies and uncover what type of content and which tactics yield the best results. From the software vendor’s perspective, this new functionality can help you justify a slight price increase and secure an edge over competitors.

Importantly, to enhance the competitor research part of your tool with historical data, you should integrate only two DataForSEO Labs API endpoints: Ranked Keywords and Historical SERPs. Both endpoints are quite low-cost, so you can rest assured that your new features will come under budget.

Conclusion

Providing a snapshot of a Google results page for a certain date, historical SERP data uncovers rankings and information about ranked results, including various rich snippets, ads, and other possible SERP elements. Given that historical SERPs contain a complete depiction of organic, paid, and featured results, this data offers immense research potential. In particular, historical SERPs can be used for rank tracking, SERP analytics, keyword research, and competitor research.

This also means that historical SERP data opens massive opportunities for SEO software vendors. For example, you can empower your tool with new quality features to attract new customers or justify a slight price increase.

Our recently added Historical SERPs endpoint in DataForSEO Labs API will provide you with all the data you need to build up your software and your business. Using this endpoint, you will receive a complete overview of featured snippets, ads, and other rich results that were present in SERP within the stated dates.
TRY NOW FREE

Exit mobile version