Loading...
Loading...
{
"latency": 87,
"ipAddresses": [
"75.2.60.5"
],
"dns": {
"NS": [
"ns05.domaincontrol.com.",
"ns06.domaincontrol.com."
],
"A": [
"75.2.60.5"
]
}
}
[
{
"url": "https://hearclear.in",
"technologies": [
{
"slug": "firebase",
"name": "Firebase",
"icon": "Firebase.svg",
"cpe": "cpe:2.3:a:google:firebase_cloud_messaging:*:*:*:*:*:*:*:*",
"versions": [
"6.2.1"
],
"categories": [
{
"id": 34,
"slug": "databases",
"name": "Databases"
},
{
"id": 47,
"slug": "development",
"name": "Development"
}
],
"confirmedAt": 1724832694
},
{
"slug": "bootstrap",
"name": "Bootstrap",
"icon": "Bootstrap.svg",
"cpe": "cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:*",
"versions": [
"4.1.2"
],
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"name": "UI frameworks"
}
],
"confirmedAt": 1724832694
},
{
"slug": "owl-carousel",
"name": "OWL Carousel",
"icon": "OWL Carousel.png",
"versions": [],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724832694
},
{
"slug": "jquery-cdn",
"name": "jQuery CDN",
"icon": "jQuery.svg",
"versions": [],
"categories": [
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1724832694
},
{
"slug": "jquery",
"name": "jQuery",
"icon": "jQuery.svg",
"cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*",
"versions": [
"3.2.1"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724832694
},
{
"slug": "google-tag-manager",
"name": "Google Tag Manager",
"icon": "Google Tag Manager.svg",
"versions": [],
"categories": [
{
"id": 42,
"slug": "tag-managers",
"name": "Tag managers"
}
],
"confirmedAt": 1724832694
},
{
"slug": "google-analytics",
"name": "Google Analytics",
"icon": "Google Analytics.svg",
"versions": [
"GA4"
],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
],
"confirmedAt": 1724832694
},
{
"slug": "facebook-pixel",
"name": "Facebook Pixel",
"icon": "Facebook.svg",
"versions": [
"2.9.166"
],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
],
"confirmedAt": 1724832694
},
{
"slug": "core-js",
"name": "core-js",
"icon": "core-js.png",
"versions": [
"3.0.0"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724832694
},
{
"slug": "google-font-api",
"name": "Google Font API",
"icon": "Google Font API.svg",
"versions": [],
"categories": [
{
"id": 17,
"slug": "font-scripts",
"name": "Font scripts"
}
],
"confirmedAt": 1724832694
},
{
"slug": "aos",
"name": "AOS",
"icon": "AOS.svg",
"versions": [],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724832694
},
{
"slug": "netlify",
"name": "Netlify",
"icon": "Netlify.svg",
"versions": [],
"categories": [
{
"id": 62,
"slug": "paas",
"name": "PaaS"
},
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1724832694
},
{
"slug": "hsts",
"name": "HSTS",
"icon": "default.svg",
"versions": [],
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
],
"confirmedAt": 1724832694
},
{
"slug": "popper",
"name": "Popper",
"icon": "Popper.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724832694
},
{
"slug": "pwa",
"name": "PWA",
"icon": "PWA.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724832694
}
]
}
]
<!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": 15,
"personal_emails": 10,
"generic_emails": 5,
"department": {
"executive": 0,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 1,
"hr": 2,
"marketing": 1,
"communication": 0,
"education": 0,
"design": 0,
"health": 1,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "hearclear.in",
"company": null,
"type": null
}
}
}
{
"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.",
"Facebook Pixel": "Facebook Pixel is Facebooks conversion tracking system for ads on Facebook to websites.",
"Facebook Conversion Tracking": "Conversion tracking functionality from Facebook, allows a user to track advertisement clicks.",
"Facebook Signal": "Journalists use Signal to surface relevant trends, photos, videos and posts from Facebook and Instagram for use in their storytelling and reporting.",
"Google Conversion Linker": "Detects the ad click information in your conversion page URLs and stores this information to associate an ad click with a conversion.",
"COVID-19": "This website mentions COVID-19 / Novel Coronavirus.",
"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.",
"CrUX Dataset": "CrUX is a data collection system that gathers information about how real users interact with websites. This website is included in the user experiences data gathered from Google Chrome and thus considered sufficiently popular on the Internet.",
"CrUX Top 10m": "Relative measure of site popularity within the CrUX dataset, measured by the total number of navigations on the origin. This site is in the top 10 million.",
"CrUX Top 50m": "Relative measure of site popularity within the CrUX dataset, measured by the total number of navigations on the origin. This site is in the top 50 million.",
"Azure Active Directory": "Enterprise identity service that provides single sign-on, multifactor authentication and more.",
"English - Inferred": "Based on the title and description text the website content is potentially English.",
"Firebase": "A scalable real time backend system for websites.",
"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.",
"jQuery CDN": "The jQuery Amazon S3 Content Delivery Network",
"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.",
"CDN JS": "CloudFlare's CDN with popular javascript frameworks available.",
"Cloudflare JS": "Loads content from Cloudflare CDN.",
"Google Maps": "Google maps embedded into the webpage.",
"Popper.js": "A library to manage your pop ups.",
"jQuery": "JQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.",
"jQuery 3.2.1": "jQuery version 3.2.1",
"jQuery 3.3.1": "jQuery version 3.3.1",
"OWL Carousel": "Touch enabled jQuery plugin that lets you create a carousel slider.",
"Facebook SDK": "JavaScript SDK enables you to access all of the features of the Graph API via JavaScript, and it provides a rich set of client-side functionality for authentication and sharing. It differs from Facebook Connect.",
"Facebook for Websites": "Allows a user to make a website more sociable and connected with integrations from the hugely popular Facebook website.",
"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.",
"Toastr": "toastr is a Javascript library for non-blocking notifications.",
"Facebook Custom Audiences": "Custom Audiences from your website makes it possible to reach people who visit your website and deliver the right message to them on Facebook.",
"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.",
"Careers": "The website contains a link to a careers / job opportunities / work with us style page.",
"Facebook": "The website mentions facebook.com in some form.",
"LinkedIn": "The website mentions linkedin.com in some form.",
"Instagram": "The website mentions Instagram in some form.",
"Netlify": "Netlify is a platform that automates your code to create web sites.",
"Google Cloud": "Website hosted on Google Cloud Platform - includes Google Compute Engine.",
"Google": "Site hosted on Google infrastructure.",
"AWS Global Accelerator": "Networking service that sends traffic through Amazon Web Service’s global network infrastructure for performance improvements.",
"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 California Region": "Amazon Hosted EC2 Instances in California",
"Amazon Singapore Region": "Amazon Hosted EC2 Instances in Singapore",
"Amazon Sydney Region": "Amazon Hosted EC2 Instances in Sydney",
"U.S. Server Location": "The web server is located in the United States.",
"Edge Network": "The website has two or more IP addresses associated with it.",
"GoDaddy DNS": "DNS services provided by GoDaddy.",
"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.",
"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.",
"LetsEncrypt": "Let’s Encrypt is a free open Certificate Authority.",
"IPv6": "The website has an IPv6 record.",
"Amazon S3 CDN": "Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers."
}
{
"error": false,
"result": {
"success": true,
"author": "Mobiquest",
"ogTitle": "HearClear: Hearing Loss Treatment | Top Hearing Experts and Audiologists | Hearing Aids | Hearing Aid Price Range\n ",
"ogDescription": "Signia Hearing aids in Delhi, Noida at best prices | dealer of all types of Siemens hearing aid <",
"ogLocale": "en",
"favicon": "favicon.ico",
"charset": "utf-8",
"requestUrl": "https://hearclear.in"
},
"response": {}
}
{
"status": 200,
"statusText": "",
"headers": {
"accept-ranges": "bytes",
"age": "0",
"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, 07 Feb 2025 23:20:40 GMT",
"etag": "\"b6be41913743b6c360b1aab72e2c7a6a-ssl-df\"",
"server": "Netlify",
"strict-transport-security": "max-age=31536000",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-nf-request-id": "01JKHBE8VB2K9H0960GXYSZ98Y"
}
}
{
"whois.registry.in": {
"Domain Status": [
"clientRenewProhibited http://www.icann.org/epp#clientRenewProhibited",
"clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited",
"clientUpdateProhibited http://www.icann.org/epp#clientUpdateProhibited",
"clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"ns05.domaincontrol.com",
"ns06.domaincontrol.com"
],
"Domain Name": "hearclear.in",
"Registry Domain ID": "D0318499AE24342FBBCB0C4690E8F7E0D-IN",
"Registrar WHOIS Server": "",
"Registrar URL": "www.godaddy.com",
"Updated Date": "2024-06-10T05:29:16Z",
"Created Date": "2020-06-17T07:26:30Z",
"Expiry Date": "2029-06-17T07:26:30Z",
"Registrar": "GoDaddy.com, LLC",
"Registrar IANA ID": "146",
"Registrar Abuse Contact Email": "",
"Registrar Abuse Contact Phone": "",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "GANG OH INNOVATIONS P L",
"Registrant Street": "",
"Registrant City": "",
"Registrant State/Province": "Chandigarh",
"Registrant Postal Code": "",
"Registrant Country": "IN",
"Registrant Phone": "",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "Please contact the Registrar listed above",
"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 contact the Registrar listed above",
"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 contact the Registrar listed above",
"DNSSEC": "unsigned",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of WHOIS database": "2025-02-07T23:20:40Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"Access to .IN WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the .IN registry database. The data in this record is provided by .IN Registry for informational purposes only ,and .IN does not guarantee its accuracy. This service is intended only for query-based access. 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 Registry Operator or a Registrar, or NIXI except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. .IN reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy."
]
}
}