Loading...
Loading...
{
"latency": 109,
"ipAddresses": [
"104.21.34.106",
"172.67.159.65",
"2606:4700:3034::6815:226a",
"2606:4700:3035::ac43:9f41"
],
"dns": {
"NS": [
"elle.ns.cloudflare.com.",
"mark.ns.cloudflare.com."
],
"A": [
"104.21.34.106",
"172.67.159.65"
],
"AAAA": [
"2606:4700:3034::6815:226a",
"2606:4700:3035::ac43:9f41"
],
"TXT": [
"google-site-verification=2M-9C5cep3jLsS7MlbivQnSwl9oH4O-HALgfdkV-gMA",
"openai-domain-verification=dv-5qY2vv5cYdOZuLl7fAWhZsmh",
"v=spf1 include:_spf.google.com ~all"
]
}
}
[
{
"url": "https://aktagon.com",
"technologies": [
{
"slug": "cloudflare-browser-insights",
"name": "Cloudflare Browser Insights",
"icon": "CloudFlare.svg",
"versions": [],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
},
{
"id": 78,
"slug": "rum",
"name": "RUM"
}
],
"confirmedAt": 1724755484
},
{
"slug": "google-font-api",
"name": "Google Font API",
"icon": "Google Font API.svg",
"versions": [],
"categories": [
{
"id": 17,
"slug": "font-scripts",
"name": "Font scripts"
}
],
"confirmedAt": 1724755484
},
{
"slug": "netlify",
"name": "Netlify",
"icon": "Netlify.svg",
"versions": [],
"categories": [
{
"id": 62,
"slug": "paas",
"name": "PaaS"
},
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1724755484
},
{
"slug": "hsts",
"name": "HSTS",
"icon": "default.svg",
"versions": [],
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
],
"confirmedAt": 1724755484
},
{
"slug": "cloudflare",
"name": "Cloudflare",
"icon": "CloudFlare.svg",
"versions": [],
"categories": [
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1724755484
},
{
"slug": "http-3",
"name": "HTTP/3",
"icon": "HTTP3.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724755484
}
]
}
]
{
"Cloudflare Insights": "Visitor analytics and threat monitoring.",
"Cloudflare Web Analytics": "Privacy-first web analytics from Cloudflare.",
"OpenAI": "Custom GPT and SSO setup with OpenAI.",
"Slack": "Messaging app for teams that makes working together simple and efficient.",
"Google Font API": "The Google Font API helps you add web fonts to any web page.",
"EU VAT Registration": "This website has an EU VAT Registration listed on it.",
"Finland VAT Registration": "This website has a EU VAT Registration ID based in Finland.",
"Viewport Meta": "This page uses the viewport meta tag which means the content may be optimized for mobile content.",
"IPhone / Mobile Compatible": "The website contains code that allows the page to support IPhone / Mobile Content.",
"Cloudflare": "Automatically optimizes the delivery of your web pages so your visitors get the fastest page load times and best performance.",
"GitHub": "The website mentions github.com in some form.",
"Netlify": "Netlify is a platform that automates your code to create web sites.",
"Cloudflare Hosting": "Supercharged web hosting service.",
"Google Apps for Business": "Web-based email, calendar, and documents for teams. Renamed to Google Apps for Work, but now known as G Suite from Google Cloud.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"HSTS": "Forces browsers to only communicate with the site using HTTPS.",
"Cloudflare DNS": "DNS services provided by Cloudflare.",
"IPv6": "The website has an IPv6 record.",
"Cloudflare CDN": "Content owned by this site hosted on the Cloudflare CDN.",
"Google Webmaster": "Webmaster tools provide you with a free and easy way to make your site more Google-friendly."
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page not found</title>
<style>
:root {
--colorRgbFacetsTeal600: 2 128 125;
--colorTealAction: var(--colorRgbFacetsTeal600);
--colorRgbFacetsNeutralLight200: 233 235 237;
--colorHr: var(--colorRgbFacetsNeutralLight200);
--colorRgbFacetsNeutralLight700: 53 58 62;
--colorGrayDarkest: var(--colorRgbFacetsNeutralLight700);
--colorGrayLighter: var(--colorRgbFacetsNeutralLight200);
--colorText: var(--colorGrayDarkest);
--effectShadowLightShallow: 0 1px 10px 0 rgb(53 58 62 / 6%),
0 2px 4px 0 rgb(53 58 62 / 8%);
--colorRgbFacetsNeutralDark900: 6 11 16;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
background: white;
overflow: hidden;
margin: 0;
padding: 0;
line-height: 1.5;
color: rgb(var(--colorText));
}
@media (prefers-color-scheme: dark) {
body {
background: rgb(var(--colorRgbFacetsNeutralDark900));
}
}
h1 {
margin: 0;
font-size: 1.375rem;
line-height: 1;
}
h1 + p {
margin-top: 8px;
}
.main {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
}
.card {
position: relative;
width: 75%;
max-width: 364px;
padding: 24px;
background: white;
border-radius: 8px;
box-shadow: var(--effectShadowLightShallow);
border: 1px solid rgb(var(--colorGrayLighter));
}
a {
margin: 0;
font-weight: 600;
color: rgb(var(--colorTealAction));
text-decoration-skip-ink: all;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
text-decoration-color: rgb(var(--colorTealAction) / 0.5);
transition: text-decoration-color 0.15s ease-in-out;
}
a:hover,
a:focus-visible {
text-decoration-color: rgb(var(--colorTealAction));
}
p:last-of-type {
margin-bottom: 0;
}
hr {
border: 0;
height: 1px;
background: rgb(var(--colorHr));
margin-top: 16px;
margin-bottom: 16px;
}
.your-site {
font-size: 0.875rem;
}
</style>
</head>
<body>
<div class="main">
<div class="card">
<h1>Page not found</h1>
<p>
Looks like you’ve followed a broken link or entered a URL that doesn’t
exist on this site.
</p>
<hr />
<p class="your-site">
If this is your site, and you weren’t expecting a 404 for this path,
please visit Netlify’s
<a
href="https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/125?utm_source=404page&utm_campaign=community_tracking"
>“page not found” support guide</a
>
for troubleshooting tips.
</p>
</div>
</div>
</body>
</html>
{
"error": false,
"result": {
"success": true,
"author": "Aktagon Ltd.",
"ogTitle": "Software product development - Aktagon Ltd.",
"ogDescription": "Software product development - Aktagon Ltd.",
"ogLocale": "en",
"favicon": "/favicon.38d394c2.ico",
"charset": "utf-8",
"requestUrl": "https://aktagon.com"
},
"response": {}
}
{
"data": {
"total": 1,
"personal_emails": 1,
"generic_emails": 0,
"department": {
"executive": 0,
"it": 1,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 0,
"hr": 0,
"marketing": 0,
"communication": 0,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "aktagon.com",
"company": null,
"type": null
}
}
}
{
"status": 200,
"statusText": "",
"headers": {
"age": "0",
"alt-svc": "h3=\":443\"; ma=86400",
"cache-control": "public,max-age=0,must-revalidate",
"cache-status": "\"Netlify Edge\"; fwd=miss",
"cf-cache-status": "DYNAMIC",
"cf-ray": "90acebdf6e1c57e2-IAD",
"connection": "keep-alive",
"content-encoding": "br",
"content-type": "text/html; charset=UTF-8",
"date": "Fri, 31 Jan 2025 21:51:08 GMT",
"nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
"report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=yEljErQRkVq%2F8KQ6al4O7i8IbWPG%2FsVFkouryIksMan76XOJ6HjgQptTYBXOjLgZof7M5KY%2FeO98YMVDGABr524VSWlN6bdFTKCsuNdoWe2a855ehxS4Baz0OyDsgzBonNPNqut1ENFSGlO4aE0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
"server": "cloudflare",
"server-timing": "cfL4;desc=\"?proto=TCP&rtt=723&min_rtt=707&rtt_var=298&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3187&recv_bytes=820&delivery_rate=4808561&cwnd=252&unsent_bytes=0&cid=f3952edb16162d21&ts=191&x=0\"",
"strict-transport-security": "max-age=31536000",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-nf-request-id": "01JJZ5H9Z2FF71ZV300X6K8HYN"
}
}
{
"whois.verisign-grs.com": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"ELLE.NS.CLOUDFLARE.COM",
"MARK.NS.CLOUDFLARE.COM"
],
"Domain Name": "AKTAGON.COM",
"Registry Domain ID": "596126528_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.gandi.net",
"Registrar URL": "http://www.gandi.net",
"Updated Date": "2024-08-17T13:08:36Z",
"Created Date": "2006-09-16T19:59:50Z",
"Expiry Date": "2028-09-16T19:59:50Z",
"Registrar": "Gandi SAS",
"Registrar IANA ID": "81",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+33.170377661",
"DNSSEC": "unsigned",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of whois database": "2025-01-31T21:50:54Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"NOTICE: The expiration date displayed in this record is the date the",
"registrar's sponsorship of the domain name registration in the registry is",
"currently set to expire. This date does not necessarily reflect the expiration",
"date of the domain name registrant's agreement with the sponsoring",
"registrar. Users may consult the sponsoring registrar's Whois database to",
"view the registrar's reported date of expiration for this registration.",
"",
"TERMS OF USE: You are not authorized to access or query our Whois",
"database through the use of electronic processes that are high-volume and",
"automated except as reasonably necessary to register domain names or",
"modify existing registrations; the Data in VeriSign Global Registry",
"Services' (\"VeriSign\") Whois database is provided by VeriSign for",
"information purposes only, and to assist persons in obtaining information",
"about or related to a domain name registration record. VeriSign does not",
"guarantee its accuracy. By submitting a Whois query, you agree to abide",
"by the following terms of use: You agree that you may use this Data only",
"for lawful purposes and that under no circumstances will you use this Data",
"to: (1) allow, enable, or otherwise support the transmission of mass",
"unsolicited, commercial advertising or solicitations via e-mail, telephone,",
"or facsimile; or (2) enable high volume, automated, electronic processes",
"that apply to VeriSign (or its computer systems). The compilation,",
"repackaging, dissemination or other use of this Data is expressly",
"prohibited without the prior written consent of VeriSign. You agree not to",
"use electronic processes that are automated and high-volume to access or",
"query the Whois database except as reasonably necessary to register",
"domain names or modify existing registrations. VeriSign reserves the right",
"to restrict your access to the Whois database in its sole discretion to ensure",
"operational stability. VeriSign may restrict or terminate your access to the",
"Whois database for failure to abide by these terms of use. VeriSign",
"reserves the right to modify these terms at any time.",
"",
"The Registry database contains ONLY .COM, .NET, .EDU domains and",
"Registrars."
]
},
"whois.gandi.net": {
"Domain Status": [
"clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"ELLE.NS.CLOUDFLARE.COM",
"MARK.NS.CLOUDFLARE.COM"
],
"Domain Name": "aktagon.com",
"Registry Domain ID": "596126528_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.gandi.net",
"Registrar URL": "http://www.gandi.net",
"Updated Date": "2024-08-17T13:08:36Z",
"Created Date": "2006-09-16T17:59:50Z",
"Expiry Date": "2028-09-16T19:59:50Z",
"Registrar": "GANDI SAS",
"Registrar IANA ID": "81",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+33.170377661",
"Reseller": "",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "Aktagon Ltd.",
"Registrant Street": "",
"Registrant City": "",
"Registrant State/Province": "",
"Registrant Postal Code": "",
"Registrant Country": "FI",
"Registrant Phone": "",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "[email protected]",
"Registry Admin ID": "",
"Admin Name": "",
"Admin Organization": "",
"Admin Street": "",
"Admin City": "",
"Admin State/Province": "",
"Admin Postal Code": "",
"Admin Country": "",
"Admin Phone": "",
"Admin Phone Ext": "",
"Admin Fax": "",
"Admin Fax Ext": "",
"Admin Email": "[email protected]",
"Registry Tech ID": "",
"Tech Name": "",
"Tech Organization": "",
"Tech Street": "",
"Tech City": "",
"Tech State/Province": "",
"Tech Postal Code": "",
"Tech Country": "",
"Tech Phone": "",
"Tech Phone Ext": "",
"Tech Fax": "",
"Tech Fax Ext": "",
"Tech Email": "[email protected]",
"DNSSEC": "Unsigned",
"URL of the ICANN WHOIS Data Problem Reporting System": "http://wdprs.internic.net/",
">>> Last update of WHOIS database": "2025-01-31T21:51:09Z <<<",
"Reseller Email": "",
"Reseller URL": "",
"text": [
"For more information on Whois status codes, please visit",
"https://www.icann.org/epp",
"Personal data access and use are governed by French law, any use for the purpose of unsolicited mass commercial advertising as well as any mass or automated inquiries (for any intent other than the registration or modification of a domain name) are strictly forbidden. Copy of whole or part of our database without Gandi's endorsement is strictly forbidden.",
"A dispute over the ownership of a domain name may be subject to the alternate procedure established by the Registry in question or brought before the courts.",
"For additional information, please contact us via the following form:",
"https://www.gandi.net/support/contacter/mail/"
]
}
}