Loading...
Loading...
{
"latency": 451,
"ipAddresses": [
"34.234.106.80",
"100.28.201.155"
],
"dns": {
"NS": [
"dns1.p08.nsone.net.",
"dns2.p08.nsone.net.",
"dns3.p08.nsone.net.",
"dns4.p08.nsone.net."
],
"A": [
"34.234.106.80",
"100.28.201.155"
],
"TXT": [
"\\\"v=spf1 include:mail.zendesk.com include:sendgrid.net include:_spf.google.com ~all\\\""
]
}
}
[
{
"url": "https://amppgroup.com",
"technologies": [
{
"slug": "contentful",
"name": "Contentful",
"icon": "Contentful.svg",
"versions": [],
"categories": [
{
"id": 1,
"slug": "cms",
"name": "CMS"
}
],
"confirmedAt": 1724827766
},
{
"slug": "react",
"name": "React",
"icon": "React.svg",
"cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*",
"versions": [],
"categories": [
{
"id": 12,
"slug": "javascript-frameworks",
"name": "JavaScript frameworks"
}
],
"confirmedAt": 1724827766
},
{
"slug": "mixpanel",
"name": "Mixpanel",
"icon": "Mixpanel.svg",
"versions": [],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
],
"confirmedAt": 1724827766
},
{
"slug": "google-tag-manager",
"name": "Google Tag Manager",
"icon": "Google Tag Manager.svg",
"versions": [],
"categories": [
{
"id": 42,
"slug": "tag-managers",
"name": "Tag managers"
}
],
"confirmedAt": 1724827766
},
{
"slug": "google-analytics",
"name": "Google Analytics",
"icon": "Google Analytics.svg",
"versions": [],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
],
"confirmedAt": 1724827766
},
{
"slug": "core-js",
"name": "core-js",
"icon": "core-js.png",
"versions": [
"2.6.2"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724827766
},
{
"slug": "intercom",
"name": "Intercom",
"icon": "Intercom.svg",
"versions": [],
"categories": [
{
"id": 52,
"slug": "live-chat",
"name": "Live chat"
},
{
"id": 53,
"slug": "crm",
"name": "CRM"
}
],
"confirmedAt": 1724827766
},
{
"slug": "google-font-api",
"name": "Google Font API",
"icon": "Google Font API.svg",
"versions": [],
"categories": [
{
"id": 17,
"slug": "font-scripts",
"name": "Font scripts"
}
],
"confirmedAt": 1724827766
},
{
"slug": "netlify",
"name": "Netlify",
"icon": "Netlify.svg",
"versions": [],
"categories": [
{
"id": 62,
"slug": "paas",
"name": "PaaS"
},
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1724827766
},
{
"slug": "hsts",
"name": "HSTS",
"icon": "default.svg",
"versions": [],
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
],
"confirmedAt": 1724827766
},
{
"slug": "webpack",
"name": "Webpack",
"icon": "Webpack.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724827766
},
{
"slug": "pwa",
"name": "PWA",
"icon": "PWA.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724827766
},
{
"slug": "open-graph",
"name": "Open Graph",
"icon": "Open Graph.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724827766
}
]
}
]
<!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>
{
"Mixpanel": "This is an analytic platform that is particularly optimized funnel/work-flow optimization.",
"Google Analytics": "Google Analytics offers a host of compelling features and benefits for everyone from senior executives and advertising and marketing professionals to site owners and content developers.",
"Google Universal Analytics": "The analytics.js JavaScript snippet is a new way to measure how users interact with your website. It is similar to the previous Google tracking code, ga.js, but offers more flexibility for developers to customize their implementations.",
"Google Analytics 4": "Google Analytics 4 formerly known as App + Web is a new version of Google Analytics that was released in October 2020.",
"Global Site Tag": "Google's primary tag for Google Measurement/Conversion Tracking, Adwords and DoubleClick.",
"Intercom": "Intercom is a customer relationship management and messaging tool for web app owners",
"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.",
"Google Tag Manager": "Tag management that lets you add and update website tags without changes to underlying website code.",
"US Privacy User Signal Mechanism": "The US Privacy API (USP API) is a lightweight API used to communicate signals represented in the US Privacy String.",
"English - Inferred": "Based on the title and description text the website content is potentially English.",
"Styled Components": "A popular library to style React.js applications.",
"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.",
"GStatic Google Static Content": "Google has off-loaded static content (Javascript/Images/CSS) to a different domain name in an effort to reduce bandwidth usage and increase network performance for the end user.",
"Contentful": "A headless CMS with an API at its core.",
"Webpack": "webpack takes modules with dependencies and generates static assets representing those modules.",
"HTML5 History API": "A standardized way to manipulate the browser history via script.",
"React": "A JavaScript library for building user interfaces from Facebook.",
"core-js": "Modular standard library for JavaScript.",
"Facebook": "The website mentions facebook.com in some form.",
"Twitter": "The website mentions twitter.com in some form.",
"LinkedIn": "The website mentions linkedin.com in some form.",
"DoubleClick.Net": "DoubleClick enables agencies, marketers and publishers to work together successfully and profit from their digital marketing investments. Owned by Google and now referred to as DoubleClick Digital Marketing or Google Enterprise Advertising.",
"Sendgrid": "SendGrid's cloud-based email infrastructure provides businesses with email delivery management.",
"Zendesk": "Organize, prioritize and engage with others on support requests.",
"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.",
"Netlify": "Netlify is a platform that automates your code to create web sites.",
"Amazon": "This site is hosted on Amazon AWS EC2 Infrastructure.",
"Amazon Virginia Region": "Amazon Hosted EC2 Instances in Virginia",
"Amazon Frankfurt Region": "Amazon Hosted EC2 Instances in Frankfurt, Germany.",
"Amazon Sydney Region": "Amazon Hosted EC2 Instances in Sydney",
"Australian Server Location": "The web server is located in Australia.",
"Edge Network": "The website has two or more IP addresses associated with it.",
"NSONE": "NSONE delivers data driven DNS with enterprise level support and transparent pricing.",
"LetsEncrypt": "Let’s Encrypt is a free open Certificate Authority.",
"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.",
"Amazon S3 CDN": "Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.",
"Content Delivery Network": "This page contains links that give the impression that some of the site contents are stored on a content delivery network."
}
{
"data": {
"total": 0,
"personal_emails": 0,
"generic_emails": 0,
"department": {
"executive": 0,
"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": 0
}
},
"meta": {
"params": {
"domain": "amppgroup.com",
"company": null,
"type": null
}
}
}
{
"error": false,
"result": {
"success": true,
"twitterCard": "summary",
"twitterSite": "https://amppgroup.com/",
"twitterTitle": "AMPP Group",
"twitterDescription": "Dense, high-value marketplaces that make finding your next sale or supplier easy. Technology built for business, designed forthe emerging markets. Platforms that open access to new markets and optimise process in existing ones.",
"twitterCreator": "@AmppGroup",
"ogSiteName": "AMPP Group",
"ogType": "website",
"ogUrl": "https://amppgroup.com/",
"ogDescription": "Dense, high-value marketplaces that make finding your next sale or supplier easy. Technology built for business, designed forthe emerging markets. Platforms that open access to new markets and optimise process in existing ones.",
"ogImage": [
{
"url": "https://amppgroup.com/ampp-marketing-share.png",
"type": "png"
}
],
"twitterImage": [
{
"url": "https://amppgroup.com/ampp-marketing-share.png"
}
],
"ogTitle": "AMPP Group",
"ogLocale": "en",
"favicon": "/AMPP_icon.png",
"charset": "utf-8",
"requestUrl": "https://amppgroup.com"
},
"response": {}
}
{
"status": 200,
"statusText": "",
"headers": {
"accept-ranges": "bytes",
"age": "1",
"cache-control": "public,max-age=0,must-revalidate",
"cache-status": "\"Netlify Edge\"; fwd=miss",
"content-encoding": "br",
"content-type": "text/html; charset=UTF-8",
"date": "Fri, 31 Jan 2025 22:08:35 GMT",
"etag": "\"1952bd644976adc3f553bade988ee599-ssl-df\"",
"server": "Netlify",
"strict-transport-security": "max-age=31536000",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-nf-request-id": "01JJZ6H7D60EN7Y99HH7Q5FH11"
}
}
{
"whois.verisign-grs.com": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
"clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited"
],
"Name Server": [
"DNS1.P08.NSONE.NET",
"DNS2.P08.NSONE.NET",
"DNS3.P08.NSONE.NET",
"DNS4.P08.NSONE.NET"
],
"Domain Name": "AMPPGROUP.COM",
"Registry Domain ID": "1801246604_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.tucows.com",
"Registrar URL": "http://www.tucows.com",
"Updated Date": "2024-04-14T17:39:14Z",
"Created Date": "2013-05-14T16:26:07Z",
"Expiry Date": "2025-05-14T16:26:07Z",
"Registrar": "Tucows Domains Inc.",
"Registrar IANA ID": "69",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+1.4165350123",
"DNSSEC": "unsigned",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of whois database": "2025-01-31T22:08:16Z <<<",
"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.tucows.com": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
"clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited"
],
"Name Server": [
"dns1.p08.nsone.net",
"dns2.p08.nsone.net",
"dns3.p08.nsone.net",
"dns4.p08.nsone.net"
],
"Domain Name": "AMPPGROUP.COM",
"Registry Domain ID": "1801246604_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.tucows.com",
"Registrar URL": "http://tucowsdomains.com",
"Updated Date": "2024-04-14T17:39:14",
"Created Date": "2013-05-14T16:26:07",
"Expiry Date": "2025-05-14T16:26:07",
"Registrar": "TUCOWS, INC.",
"Registrar IANA ID": "69",
"Reseller": "Fasthosts Internet Limited",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "",
"Registrant Street": "",
"Registrant City": "",
"Registrant State/Province": "London",
"Registrant Postal Code": "",
"Registrant Country": "GB",
"Registrant Phone": "",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "https://tieredaccess.com/contact/3bf86e01-e703-479b-ade8-a281a52f17e2",
"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": "",
"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": "",
"DNSSEC": "unsigned",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+1.4165350123",
"URL of the ICANN WHOIS Data Problem Reporting System": "https://icann.org/wicf",
">>> Last update of WHOIS database": "2025-01-31T22:08:35Z <<<",
"text": [
"\"For more information on Whois status codes, please visit https://icann.org/epp\"",
"",
"Registration Service Provider:",
"Fasthosts Internet Limited, [email protected]",
"+44.3330142700",
"http://www.Fasthosts.co.uk",
"http://facebook.com/fasthostsinternet",
"",
"The Data in the Tucows Registrar WHOIS database is provided to you by Tucows",
"for information purposes only, and may be used to assist you in obtaining",
"information about or related to a domain name's registration record.",
"",
"Tucows makes this information available \"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 to:",
"a) allow, enable, or otherwise support the transmission by e-mail,",
"telephone, or facsimile of mass, unsolicited, commercial advertising or",
"solicitations to entities other than the data recipient's own existing",
"customers; or (b) enable high volume, automated, electronic processes that",
"send queries or data to the systems of any Registry Operator or",
"ICANN-Accredited registrar, except as reasonably necessary to register",
"domain names or modify existing registrations.",
"",
"The compilation, repackaging, dissemination or other use of this Data is",
"expressly prohibited without the prior written consent of Tucows.",
"",
"Tucows reserves the right to terminate your access to the Tucows WHOIS",
"database in its sole discretion, including without limitation, for excessive",
"querying of the WHOIS database or for failure to otherwise abide by this",
"policy.",
"",
"Tucows reserves the right to modify these terms at any time.",
"",
"By submitting this query, you agree to abide by these terms.",
"",
"NOTE: THE WHOIS DATABASE IS A CONTACT DATABASE ONLY. LACK OF A DOMAIN",
"RECORD DOES NOT SIGNIFY DOMAIN AVAILABILITY."
]
}
}