Meta / HTML Head tag retrieval

Does anybody know of a tool that i can use to get meta tags from a third party website, something similar to this would be perfect.
https://textance.herokuapp.com/rest/title/https%3A%2F%2Fwappler.io
https://textance.herokuapp.com/index.html

However this tool only works with title tags, and I would like to also get many others too such as

<title></title>
<meta name="description" content="">
<link rel="image_src" href="https://">

<meta name="og:site_name" content="">
<meta name="og:title" content="">
<meta name="og:description" content="">
<meta name="og:url" content="">
<meta name="og:image" content="">
<meta name="og:image:alt" content="">
<meta name="og:type" content="">
<meta property="og:locale" content="">
<meta property="og:image:width" content="">
<meta property="og:image:height" content="">
<meta property="article:published_time" content="">
<meta property="article:publisher" content="">
<meta property="article:author" content="">
<meta property="fb:pages" content="">

<meta name="twitter:site" content="">
<meta name="twitter:creator" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="">
<meta name="twitter:card" content="">

<meta name="robots" content="">
<link rel="canonical" href="">
<meta name="original-source" content="">

<script type="application/ld+json">
        {
            "@context": "https://schema.org",
    		"@type": "Localbusiness",
    		"url": "",
    		"name": "",
    		"logo": "",
    		"image": "",
    		"telephone": "",
    		"pricerange": "",
    		"aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": "",
                "reviewCount": "",
                "bestRating": "",
                "worstRating":""
            },
            "address": {
                "@type":"PostalAddress",
                "streetAddress":"",
                "addressLocality":"",
                "addressRegion":"",
                "postalCode":"",
                "addressCountry":""
            },
            "contactPoint": {
                "@type": "ContactPoint",
                "url": "",
                "email": "",
                "telephone": "",
                "contactType": "Customer service",
                "sameAs": [
                    "https://www.example.com/",
                    "https://www.facebook.com/Example/",
                    "https://www.instagram.com/example/",
                    "https://twitter.com/example",
                    "https://www.linkedin.com/company/example/about/",
                    "https://www.pinterest.co.uk/examplegroup/example/"
                ]
            }
    	}
    </script>

Even if I find a tool that only gives a quarter of the above list, it would be a huge time saver for when i take over existing sites where an SEO company has worked on it for years, and every tag needs to be replicated over to the newer site.

Community Page
Last updated: