Loading...
Loading...
{
"latency": 225,
"ipAddresses": [
"75.2.60.5"
],
"dns": {
"NS": [
"ns-cloud-b1.googledomains.com.",
"ns-cloud-b2.googledomains.com.",
"ns-cloud-b3.googledomains.com.",
"ns-cloud-b4.googledomains.com."
],
"A": [
"75.2.60.5"
],
"TXT": [
"v=spf1 include:_spf.google.com ~all"
]
}
}
[
{
"url": "https://siguro.co",
"technologies": [
{
"slug": "alpine-js",
"name": "Alpine.js",
"icon": "Alpine.js.svg",
"versions": [
"3.12.3"
],
"categories": [
{
"id": 12,
"slug": "javascript-frameworks",
"name": "JavaScript frameworks"
}
],
"confirmedAt": 1724799745
},
{
"slug": "nginx",
"name": "Nginx",
"icon": "Nginx.svg",
"cpe": "cpe:2.3:a:f5:nginx:*:*:*:*:*:*:*:*",
"versions": [],
"categories": [
{
"id": 22,
"slug": "web-servers",
"name": "Web servers"
},
{
"id": 64,
"slug": "reverse-proxies",
"name": "Reverse proxies"
}
],
"confirmedAt": 1724799745
},
{
"slug": "plausible",
"name": "Plausible",
"icon": "Plausible.svg",
"versions": [],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
],
"confirmedAt": 1724799745
},
{
"slug": "calendly",
"name": "Calendly",
"icon": "Calendly.svg",
"versions": [],
"categories": [
{
"id": 72,
"slug": "appointment-scheduling",
"name": "Appointment scheduling"
}
],
"confirmedAt": 1724799745
},
{
"slug": "google-font-api",
"name": "Google Font API",
"icon": "Google Font API.svg",
"versions": [],
"categories": [
{
"id": 17,
"slug": "font-scripts",
"name": "Font scripts"
}
],
"confirmedAt": 1724799745
},
{
"slug": "aos",
"name": "AOS",
"icon": "AOS.svg",
"versions": [],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724799745
},
{
"slug": "swc",
"name": "SWC",
"icon": "swc.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724799745
},
{
"slug": "parcel",
"name": "parcel",
"icon": "Parcel.svg",
"cpe": "cpe:2.3:a:parceljs:parcel:*:*:*:*:*:*:*:*",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724799745
},
{
"slug": "pwa",
"name": "PWA",
"icon": "PWA.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724799745
},
{
"slug": "open-graph",
"name": "Open Graph",
"icon": "Open Graph.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724799745
}
]
}
]
{
"error": false,
"result": {
"success": true,
"ogType": "website",
"ogTitle": "We design and build websites for SaaS",
"ogSiteName": "Siguro",
"ogLocale": "en_US",
"twitterCard": "summary_large_image",
"twitterTitle": "We design and build websites for SaaS",
"favicon": "/img/favicons/favicon-32x32.png",
"charset": "ISO-8859-1",
"requestUrl": "https://siguro.co"
},
"response": {}
}
{
"status": 200,
"statusText": "",
"headers": {
"accept-ranges": "bytes",
"age": "19671",
"cache-control": "public,max-age=0,must-revalidate",
"cache-status": "\"Netlify Edge\"; hit",
"content-encoding": "br",
"content-length": "5852",
"content-type": "text/html; charset=UTF-8",
"date": "Fri, 07 Feb 2025 22:22:32 GMT",
"etag": "\"8a22d0127f427314af04a5a9de39c1b2-ssl-df\"",
"server": "Netlify",
"strict-transport-security": "max-age=31536000",
"vary": "Accept-Encoding",
"x-nf-request-id": "01JKH83TRGMM40EESE4WZ3YNCX"
}
}
<!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>
{
"data": {
"total": 1,
"personal_emails": 1,
"generic_emails": 0,
"department": {
"executive": 1,
"it": 0,
"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": 1
}
},
"meta": {
"params": {
"domain": "siguro.co",
"company": null,
"type": null
}
}
}
{
"whois.nic.co": {
"Domain Status": [
"clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"ns-cloud-b1.googledomains.com",
"ns-cloud-b4.googledomains.com",
"ns-cloud-b2.googledomains.com",
"ns-cloud-b3.googledomains.com"
],
"Domain Name": "siguro.co",
"Registry Domain ID": "",
"Registrar WHOIS Server": "",
"Registrar URL": "https://key-systems.net",
"Updated Date": "2024-09-08T04:38:20Z",
"Created Date": "2021-09-18T01:18:43Z",
"Expiry Date": "2025-09-18T01:18:43Z",
"Registrar": "Key-Systems GmbH",
"Registrar IANA ID": "269",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+49.6894939685",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "c/o whoisproxy.com",
"Registrant Street": "",
"Registrant City": "",
"Registrant State/Province": "VA",
"Registrant Postal Code": "",
"Registrant Country": "US",
"Registrant Phone": "",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.",
"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": "Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.",
"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": "Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.",
"DNSSEC": "signedDelegation",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of WHOIS database": "2025-02-07T22:22:32Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"The above WHOIS results have been redacted to remove potential personal data. The full WHOIS output may be available to individuals and organisations with a legitimate interest in accessing this data not outweighed by the fundamental privacy rights of the data subject. To find out more, or to make a request for access, please visit: RDDSrequest.nic.co.",
"",
".CO Internet, S.A.S., the Administrator for .CO, has collected this information for the WHOIS database through Accredited Registrars. This information is provided to you for informational purposes only and is designed to assist persons in determining contents of a domain name registration record in the .CO Internet registry database. .CO Internet makes this information available to you \"as is\" and does not guarantee its accuracy.",
"",
"By submitting a WHOIS query, you agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data: (1) to allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via direct mail, electronic mail, or by telephone; (2) in contravention of any applicable data and privacy protection laws; or (3) to enable high volume, automated, electronic processes that apply to the registry (or its systems). Compilation, repackaging, dissemination, or other use of the WHOIS database in its entirety, or of a substantial portion thereof, is not allowed without .CO Internet's prior written permission. .CO Internet reserves the right to modify or change these conditions at any time without prior or subsequent notification of any kind. By executing this query, in any manner whatsoever, you agree to abide by these terms. In some limited cases, domains that might appear as available in whois might not actually be available as they could be already registered and the whois not yet updated and/or they could be part of the Restricted list. In this cases, performing a check through your Registrar's (EPP check) will give you the actual status of the domain. Additionally, domains currently or previously used as extensions in 3rd level domains will not be available for registration in the 2nd level. For example, org.co, mil.co, edu.co, com.co, net.co, nom.co, arts.co, firm.co, info.co, int.co, web.co, rec.co, co.co.",
"",
"NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE OF THE AVAILABILITY OF A DOMAIN NAME. All domain names are subject to certain additional domain name registration rules. For details, please visit our site at www.cointernet.co <http://www.cointernet.co>."
]
}
}
{
"Clearbit": "Sales and marketing workflow analytics.",
"Plausible Analytics": "Lightweight and open-source web analytics tool.",
"Get Koala": "Koala helps understand the signals that are missing from your CRM to help turn visitors into customers.",
"Google Font API": "The Google Font API helps you add web fonts to any web page.",
"Calendly": "Meeting schedule setup widget.",
"Fontshare": "Free fonts service from the Indian Type Foundry.",
"Warmly": "Enhance professional networking in Zoom with virtual business cards as immediate conversation starters. View cards of people you meet.",
"Apple Mobile Web Clips Icon": "This page contains an icon for iPhone, iPad and iTouch devices.",
"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.",
"Mobile Non Scaleable Content": "This content is formatted for mobile devices, it does not allow the content to be scaled.",
"UNPKG": "unpkg is a fast, global content delivery network for everything on npm.",
"Statamic": "A Flat File CMS system.",
"Intersection Observer": "API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport.",
"core-js": "Modular standard library for JavaScript.",
"JavaScript Modules": "Modern browsers now support native module functionality, optimizing loading and efficiency. Import and export statements are key for using native JavaScript modules.",
"FLoC": "FLoC - Federated Learning of Cohorts provides a privacy-preserving mechanism for interest-based ad selection.",
"FLoC Opt-Out": "The website has opted-out of FLoC to declare that it does not want to be included in the user's list of sites for cohort calculation.",
"Netlify": "Netlify is a platform that automates your code to create web sites.",
"Digital Ocean": "SSD VPS hosting environment.",
"Google Cloud DNS": "High volume DNS services from Google Cloud Platform.",
"Google Domains": "DNS registered at Google Domains.",
"Google DNS": "DNS services provided by Google.",
"DNSSEC": "DNSSEC strengthens DNS authentication by using digital signatures based on public key cryptography.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"LetsEncrypt": "Let’s Encrypt is a free open Certificate Authority.",
"HSTS": "Forces browsers to only communicate with the site using HTTPS.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"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.",
"nginx": "nginx [engine x] is a HTTP server and mail proxy server written by Igor Sysoev.",
"Content Delivery Network": "This page contains links that give the impression that some of the site contents are stored on a content delivery network."
}