Loading...
Loading...
{
"latency": 74,
"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=DMARC1; p=none;",
"v=spf1 +mx +a +ip4:184.154.77.58 +include:spf.greengeeks.net ~all"
]
}
}
[
{
"url": "https://employeez.com",
"technologies": [
{
"slug": "october-cms",
"name": "October CMS",
"icon": "October CMS.svg",
"versions": [],
"categories": [
{
"id": 1,
"slug": "cms",
"name": "CMS"
}
],
"confirmedAt": 1724610836
},
{
"slug": "php",
"name": "PHP",
"icon": "PHP.svg",
"cpe": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"versions": [
"7.4.33"
],
"categories": [
{
"id": 27,
"slug": "programming-languages",
"name": "Programming languages"
}
],
"confirmedAt": 1724610836
},
{
"slug": "laravel",
"name": "Laravel",
"icon": "Laravel.svg",
"cpe": "cpe:2.3:a:laravel:laravel:*:*:*:*:*:*:*:*",
"versions": [],
"categories": [
{
"id": 18,
"slug": "web-frameworks",
"name": "Web frameworks"
}
],
"confirmedAt": 1724610836
},
{
"slug": "bootstrap",
"name": "Bootstrap",
"icon": "Bootstrap.svg",
"cpe": "cpe:2.3:a:getbootstrap:bootstrap:*:*:*:*:*:*:*:*",
"versions": [
"4.5.0"
],
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"name": "UI frameworks"
}
],
"confirmedAt": 1724610836
},
{
"slug": "jquery",
"name": "jQuery",
"icon": "jQuery.svg",
"cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*",
"versions": [
"3.5.1"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724610836
},
{
"slug": "hsts",
"name": "HSTS",
"icon": "default.svg",
"versions": [],
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
],
"confirmedAt": 1724610836
},
{
"slug": "http-3",
"name": "HTTP/3",
"icon": "HTTP3.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724610836
}
]
}
]
<!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": "Lovable",
"ogImage": [
{
"url": "/lovable-uploads/ffc705b5-fc99-4118-ab1f-bd0ff61801a5.png",
"type": "png"
}
],
"ogTitle": "employeez",
"ogDescription": "Staffing Solutions",
"ogLocale": "en",
"favicon": "/favicon.svg",
"charset": "UTF-8",
"requestUrl": "https://employeez.com"
},
"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-length": "745",
"content-type": "text/html; charset=UTF-8",
"date": "Fri, 07 Feb 2025 23:32:51 GMT",
"etag": "\"873692333af6c9ac652621a79fd8a8e7-ssl\"",
"server": "Netlify",
"strict-transport-security": "max-age=31536000",
"x-nf-request-id": "01JKHC4JSDJ2116N6TFD9WAC20"
}
}
{
"whois.verisign-grs.com": {
"Domain Status": [
"clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
"clientRenewProhibited https://icann.org/epp#clientRenewProhibited",
"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": "EMPLOYEEZ.COM",
"Registry Domain ID": "1874521696_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.godaddy.com",
"Registrar URL": "http://www.godaddy.com",
"Updated Date": "2025-01-28T01:31:28Z",
"Created Date": "2014-09-06T18:22:36Z",
"Expiry Date": "2026-09-06T18:22:36Z",
"Registrar": "GoDaddy.com, LLC",
"Registrar IANA ID": "146",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "480-624-2505",
"DNSSEC": "unsigned",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of whois database": "2025-02-07T23:32:31Z <<<",
"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.godaddy.com": {
"Domain Status": [],
"Name Server": [],
"Rate limit exceeded. Try again after": "44s",
"text": [
""
]
}
}
{
"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": "employeez.com",
"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 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.",
"Google Font API": "The Google Font API helps you add web fonts to any web page.",
"Wordpress Plugins": "Plugins are tools to extend the functionality of WordPress. The website uses various plugins from WordPress to provide additional functionality. Some of them may be listed here.",
"reCAPTCHA": "Anti-bot CAPTCHA widget from Google.",
"reCAPTCHA v2": "v2 of the Google reCAPTCHA system.",
"Font Awesome": "Iconic font and CSS toolkit.",
"Lightspeed Cache": "Wordpress performance cache.",
"Google Tag Manager": "Tag management that lets you add and update website tags without changes to underlying website code.",
"Elementor": "Page builder for WordPress",
"Stripe Payment Plugin for WooCommerce": "Accept Credit Cards, Debit Cards, Google Pay, Apple Pay, Alipay, SEPA, Klarna, WeChatPay, and Afterpay/Clearpay in your WooCommerce store via Stripe.",
"WooCommerce Stripe Payment Gateway": "Take credit card payments on your store using Stripe.",
"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.",
"WooCommerce Payments": "Accept credit and debit cards on WordPress site.",
"IPinfo": "Returns a JSON document of the location of the user.",
"WooCommerce": "Transforms your WordPress website into an online store.",
"WooCommerce Add To Cart": "A WooCommerce store with an 'add to cart' button means it's more likely to be an actual eCommerce store.",
"WooCommerce Version 8.0": "WooCommerce version 8.0.*",
"WooCommerce Checkout": "A WooCommerce website that has a checkout page.",
"GlobalSign Domain Verification": "Domain verification for SSL certificate validation.",
"Careerfy Theme": "Job Board WordPress Theme.",
"PHP": "PHP is a widely used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.",
"PHP 7": "Version 7 of the PHP framework.",
"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.",
"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.",
"Apple Mobile Web Clips Icon": "This page contains an icon for iPhone, iPad and iTouch devices.",
"Google Maps": "Google maps embedded into the webpage.",
"Google Places Library": "Google places Library API for Google Maps",
"Google Maps API": "Google Maps has a wide array of APIs that let you embed the functionality of Google Maps.",
"MediaElement.js": "HTML5 audio and video players in pure HTML and CSS.",
"WordPress": "WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability.",
"WordPress 6.6": "WordPress version 6.6.*",
"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 BlockUI": "jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser.",
"jQuery UI": "jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications.",
"jQuery UI Mouse": "jQuery mouse interaction library.",
"jQuery Waypoints": "Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.",
"jQuery 3.7.1": "jQuery version 3.7.1",
"Fancybox": "FancyBox is a tool for displaying images, html content and multi-media in a Mac-style \"lightbox\" that floats overtop of web page.",
"Selectize": "Selectize is the hybrid of a textbox and select box.",
"HTML5 History API": "A standardized way to manipulate the browser history via script.",
"Lightbox": "Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.",
"Moment JS": "moment.js is a date library for parsing, validating, manipulating, and formatting dates.",
"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.",
"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.",
"API Developer": "This website contains a link to an API or Developer page.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"DMARC": "A technical specification created by a group of organizations that want to help reduce the potential for email-based abuse",
"DMARC None": "The domain has a DMARC policy of 'None'. A policy of 'none' means this DMARC record will not affect the delivery of email, but it will provide reports on where your outbound email appears to be coming from.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"AlphaSSL": "Certificate provided by AlphaSSL, a GlobalSign company.",
"GlobalSign": "Certificate provided by GlobalSign.",
"HSTS": "Forces browsers to only communicate with the site using HTTPS.",
"HSTS IncludeSubdomains PreLoad": "This website includes instructions for HSTS loading that would allow it to be submitted to the HSTS preload list.",
"SingleHop": "Dedicated and cloud based hosting from the USA.",
"U.S. Server Location": "The web server is located in the United States.",
"Greengeeks DNS": "DNS hosted at Greengeeks.",
"Imunify360": "Imunify360 is a security platform for Linux web servers that uses machine learning and other advanced techniques to protect against malware, viruses, and other cyber threats.",
"LiteSpeed": "LiteSpeed web server is a high performance, highly scalable Apache interchangeable web server.",
"QUIC": "Quick UDP Internet Connections, pronounced quick is a transport layer network protocol developed by Google.",
"RSS": "A family of web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts.",
"Really Simple Discovery": "Really Simple Discovery is a way to help client software find the services needed to read, edit, or \"work with\" weblogging software.",
"Pingback Support": "A Pingback is one of three types of Linkbacks, methods for Web authors to request notification when somebody links to one of their documents."
}