Checkr, a startup offering employee background checks using machine learning and artificial intelligence, is laying off 92 workers in Denver.
The company filed a notice to Colorado on Tuesday as legally required by the Worker Adjustment and Retraining Notification Act, or WARN.
The letter said layoffs will begin June 10.
“In response to economic conditions that have impacted companies’ hiring, we made the difficult and painful decision to reduce the size of our team,” a spokesperson for Checkr said in an emailed statement.
The national job market has outpaced expectations and Colorado’s was stronger than originally thought in 2023, but it’s cooling. Unemployment in the state ticked up to 3.5% in February, according to the Colorado Department of Labor and Employment, and the information and financial services industries are among the weakest sectors for job growth.
Checkr said it will offer at least 10 weeks of severance, health insurance and mental health support.
Catch up with a rundown of the 7 most important and interesting stories delivered to your inbox every Thursday.
Success! Thank you for subscribing to our newsletter.
function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);
nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}
function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}
function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;
result.innerText = “”;
if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}
function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=69&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});
}
#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}
#successnsltr a {
color: white;
}
.hideblock {
display:none;
}
h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
}
“This will allow us to operate more efficiently and ensure the long term health of our business,” the statement said.
The company announced five years ago it chose Denver as the home for its second headquarters.
Checkr was founded in 2014 offering AI-powered background checks, promising to be faster, accurate and more secure. It has been valued at $5 billion, according to the company’s LinkedIn, and its clients include Uber, Instacart and Netflix.
When Checkr came to Colorado, where it later established its hub in Lower Downtown, the company promised to bring 1,500 jobs over 10 years.
Checkr declined to comment on how many employees it has in Denver.