{"id":17793,"date":"2026-07-14T20:23:15","date_gmt":"2026-07-14T10:23:15","guid":{"rendered":"https:\/\/workerchecks.com\/?page_id=17793"},"modified":"2026-07-14T20:23:21","modified_gmt":"2026-07-14T10:23:21","slug":"is-worker-checks-legitimate","status":"publish","type":"page","link":"https:\/\/workerchecks.com\/ne\/is-worker-checks-legitimate\/","title":{"rendered":"Is Worker Checks legitimate?"},"content":{"rendered":"\n\n<!--\n  PAGE: Is Worker Checks Legitimate?\n  Suggested slug: \/is-worker-checks-legitimate\/\n  Paste this whole block into a WordPress Custom HTML block (or the\n  Code Editor view of a new page). It's self-contained and scoped under\n  .wc-legit so it won't collide with theme styles. Space Grotesk \/ Inter\n  are assumed already loaded sitewide; the @import below is just a\n  fallback so the page still looks right if previewed standalone.\n\n  PRICING NOW USES LIVE WOOCOMMERCE SHORTCODES:\n  [add_to_cart id=\"2804\" show_price=\"true\"] (employment) and\n  [add_to_cart id=\"6573\" show_price=\"true\"] (volunteer) are dropped in\n  wherever a price appears, wrapped in a .wc-price-inline span that\n  hides the \"Add to cart\" button via CSS so only the live price shows.\n  - The block editor's own preview pane will show the raw [add_to_cart...]\n    text, not a rendered price \u2014 that's normal. WordPress core runs\n    do_shortcode() on the full page content at output time, so it\n    resolves correctly on the actual published page.\n  - The FAQPage JSON-LD schema at the bottom still has $52 \/ $21 typed\n    in as plain text \u2014 schema can't execute shortcodes (it would break\n    the JSON), so that block needs a manual edit if pricing changes\n    again.\n\n  THINGS TO CHECK BEFORE PUBLISHING:\n  - Phone number (1300 609 970) and email (ask@workerchecks.com) pulled\n    from your own site\/past chats \u2014 confirm still current.\n  - IMPORTANT: the ABN Lookup record for 85 624 296 313 currently shows\n    \"Main business location: VIC 3151\" \u2014 not Chadstone, not Collins St.\n    That's a third address, and it's the one this page sends people to\n    verify. Worth updating at abr.gov.au before this page goes live, or\n    the \"verify us yourself\" section undercuts its own point.\n  - Google Business Profile is NOT shown as \"Verified\" in your dashboard\n    right now (video verification failed), so this page deliberately\n    cites the 4.6\u2605\/45 reviews figure without calling the profile\n    \"verified\" \u2014 worth revisiting once that's sorted.\n  - No \"founded in [year]\" claim included since I don't have that date \u2014\n    add one line in the Company Details block if you want it.\n-->\n<style>\n  .wc-legit {\n    --wc-blue: #005bab;\n    --wc-ink: #072A4A;\n    --wc-sky-50: #F2F8FD;\n    --wc-sky-100: #E3EFFA;\n    --wc-sky-200: #C9DFF3;\n    --wc-amber: #E8A83C;\n    --wc-line: #D7E4F0;\n    max-width: 880px;\n    margin: 0 auto;\n    padding: 0 20px;\n    font-family: 'Inter', -apple-system, sans-serif;\n    color: var(--wc-ink);\n    line-height: 1.6;\n  }\n  .wc-legit * { box-sizing: border-box; }\n  .wc-legit h2, .wc-legit h3, .wc-legit h4 {\n    font-family: 'Space Grotesk', 'Inter', sans-serif;\n    color: var(--wc-ink);\n    line-height: 1.2;\n    margin: 0 0 12px;\n  }\n  .wc-legit .wc-hero {\n    text-align: center;\n    padding: 56px 0 40px;\n  }\n  .wc-legit .wc-eyebrow {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--wc-blue);\n    background: var(--wc-sky-100);\n    padding: 6px 14px;\n    border-radius: 100px;\n    margin-bottom: 18px;\n  }\n  .wc-legit .wc-hero h2 {\n    font-size: 40px;\n    font-weight: 700;\n    max-width: 680px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .wc-legit .wc-hero p {\n    font-size: 18px;\n    color: #3C5A78;\n    max-width: 560px;\n    margin: 16px auto 0;\n  }\n  .wc-legit .wc-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 28px;\n  }\n  .wc-legit .wc-badge {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    background: #fff;\n    border: 1px solid var(--wc-line);\n    border-radius: 10px;\n    padding: 9px 14px;\n    font-size: 13.5px;\n    font-weight: 600;\n  }\n  .wc-legit .wc-badge .wc-dot {\n    width: 7px; height: 7px; border-radius: 50%;\n    background: var(--wc-blue); flex-shrink: 0;\n  }\n  .wc-legit section {\n    padding: 44px 0;\n    border-top: 1px solid var(--wc-line);\n  }\n  .wc-legit section.wc-hero { border-top: none; }\n  .wc-legit .wc-section-head {\n    text-align: center;\n    max-width: 560px;\n    margin: 0 auto 32px;\n  }\n  .wc-legit .wc-section-head h3 { font-size: 27px; }\n  .wc-legit .wc-section-head p { color: #3C5A78; font-size: 15.5px; margin: 0; }\n\n  \/* Signature element: verification checkpoints *\/\n  .wc-legit .wc-verify-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n  .wc-legit .wc-check {\n    background: var(--wc-sky-50);\n    border: 1px solid var(--wc-sky-200);\n    border-radius: 14px;\n    padding: 22px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .wc-legit .wc-check-tag {\n    width: 30px; height: 30px;\n    border-radius: 8px;\n    background: var(--wc-blue);\n    color: #fff;\n    display: flex; align-items: center; justify-content: center;\n    font-family: 'Space Grotesk', sans-serif;\n    font-weight: 700; font-size: 14px;\n  }\n  .wc-legit .wc-check h4 { font-size: 16px; margin-bottom: 2px; }\n  .wc-legit .wc-check p { font-size: 13.5px; color: #3C5A78; margin: 0; flex-grow: 1; }\n  .wc-legit .wc-check a {\n    font-size: 13.5px; font-weight: 700; color: var(--wc-blue);\n    text-decoration: none; display: inline-flex; align-items: center; gap: 5px;\n  }\n  .wc-legit .wc-check a:hover { text-decoration: underline; }\n\n  .wc-legit .wc-info-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px 32px;\n    background: var(--wc-sky-50);\n    border: 1px solid var(--wc-sky-200);\n    border-radius: 14px;\n    padding: 28px 32px;\n  }\n  .wc-legit .wc-info-item dt {\n    font-size: 12px; font-weight: 700; text-transform: uppercase;\n    letter-spacing: 0.05em; color: var(--wc-blue); margin-bottom: 4px;\n  }\n  .wc-legit .wc-info-item dd { margin: 0; font-size: 15px; }\n\n  .wc-legit .wc-reviews {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n  .wc-legit .wc-review-card {\n    border: 1px solid var(--wc-line);\n    border-radius: 14px;\n    padding: 20px;\n  }\n  .wc-legit .wc-stars { color: var(--wc-amber); font-size: 14px; margin-bottom: 8px; letter-spacing: 1px; }\n  .wc-legit .wc-review-card p { font-size: 14px; margin: 0 0 10px; }\n  .wc-legit .wc-review-name { font-size: 12.5px; font-weight: 700; color: #3C5A78; }\n\n  .wc-legit .wc-faq-item {\n    border-bottom: 1px solid var(--wc-line);\n    padding: 18px 0;\n  }\n  .wc-legit .wc-faq-item:last-child { border-bottom: none; }\n  .wc-legit .wc-faq-item h4 { font-size: 16.5px; margin-bottom: 8px; }\n  .wc-legit .wc-faq-item p { font-size: 14.5px; color: #294B6C; margin: 0; }\n\n  .wc-legit .wc-price-inline {\n    display: inline-block;\n    vertical-align: middle;\n    font-weight: 700;\n  }\n  .wc-legit .wc-price-inline p.price,\n  .wc-legit .wc-price-inline .price {\n    margin: 0;\n    display: inline;\n    font-size: inherit;\n    color: inherit;\n    font-weight: 700;\n  }\n  .wc-legit .wc-price-inline .add_to_cart_button,\n  .wc-legit .wc-price-inline a.button,\n  .wc-legit .wc-price-inline .added_to_cart {\n    display: none !important;\n  }\n\n  .wc-legit .wc-cta {\n    text-align: center;\n    background: var(--wc-ink);\n    border-radius: 18px;\n    padding: 40px 24px;\n    color: #fff;\n  }\n  .wc-legit .wc-cta h3 { color: #fff; font-size: 24px; }\n  .wc-legit .wc-cta p { color: #AFC6DE; font-size: 15px; max-width: 440px; margin: 0 auto 22px; }\n  .wc-legit .wc-cta-btn {\n    display: inline-block;\n    background: var(--wc-blue);\n    color: #fff;\n    font-weight: 700;\n    font-size: 15px;\n    padding: 13px 28px;\n    border-radius: 10px;\n    text-decoration: none;\n  }\n  .wc-legit .wc-cta-sub { font-size: 12.5px; color: #7C97B4; margin-top: 12px; }\n\n  @media (max-width: 720px) {\n    .wc-legit .wc-verify-grid,\n    .wc-legit .wc-reviews { grid-template-columns: 1fr; }\n    .wc-legit .wc-info-grid { grid-template-columns: 1fr; padding: 22px; }\n    .wc-legit .wc-hero h2 { font-size: 30px; }\n  }\n<\/style>\n\n<div class=\"wc-legit\">\n\n  <section class=\"wc-hero\">\n    <span class=\"wc-eyebrow\">Trust &amp; Verification<\/span>\n    <h2>Yes \u2014 Worker Checks is a legitimate, ACIC\u2011accredited Australian business.<\/h2>\n    <p>We&#8217;re not a reseller and we&#8217;re not a lookalike site. Here&#8217;s exactly how to confirm that yourself, in under a minute.<\/p>\n    <div class=\"wc-badges\">\n      <div class=\"wc-badge\"><span class=\"wc-dot\"><\/span>ACIC\u2011Accredited Body<\/div>\n      <div class=\"wc-badge\"><span class=\"wc-dot\"><\/span>4.6\u2605 from 45 Google reviews<\/div>\n      <div class=\"wc-badge\"><span class=\"wc-dot\"><\/span>Australian owned &amp; operated<\/div>\n      <div class=\"wc-badge\"><span class=\"wc-dot\"><\/span>ABN 85 624 296 313<\/div>\n      <div class=\"wc-badge\"><span class=\"wc-dot\"><\/span>ISO 27001 &amp; SOC 2 certified infrastructure<\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <div class=\"wc-section-head\">\n      <h3>Verify us yourself \u2014 don&#8217;t take our word for it<\/h3>\n      <p>These are the same public registers we&#8217;d point our own family to. Each one is run by someone other than us.<\/p>\n    <\/div>\n    <div class=\"wc-verify-grid\">\n      <div class=\"wc-check\">\n        <div class=\"wc-check-tag\">1<\/div>\n        <h4>Check the ACIC register<\/h4>\n        <p>Worker Checks Pty Ltd is listed as an ACIC\u2011Accredited Body on the government&#8217;s own public register of organisations approved to submit Nationally Coordinated Criminal History Checks.<\/p>\n        <a href=\"https:\/\/www.acic.gov.au\/accredited-bodies\" target=\"_blank\" rel=\"noopener\">View the ACIC register \u2192<\/a>\n      <\/div>\n      <div class=\"wc-check\">\n        <div class=\"wc-check-tag\">2<\/div>\n        <h4>Look up our ABN<\/h4>\n        <p>Search ABN 85 624 296 313 on the Australian Business Register to confirm Worker Checks Pty Ltd is an actively registered Australian company.<\/p>\n        <a href=\"https:\/\/abr.business.gov.au\/ABN\/View\/85624296313\" target=\"_blank\" rel=\"noopener\">Search the ABN Register \u2192<\/a>\n      <\/div>\n      <div class=\"wc-check\">\n        <div class=\"wc-check-tag\">3<\/div>\n        <h4>Read real reviews<\/h4>\n        <p>45 Google reviews from actual customers, averaging 4.6 stars \u2014 including the occasional critical one, because we don&#8217;t cherry-pick what gets shown.<\/p>\n        <a href=\"https:\/\/www.google.com\/maps\/search\/?api=1&#038;query=Worker+Checks+workerchecks.com\" target=\"_blank\" rel=\"noopener\">See our Google reviews \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <div class=\"wc-section-head\">\n      <h3>What &#8220;ACIC\u2011accredited&#8221; actually means<\/h3>\n      <p>It&#8217;s a specific, checkable status \u2014 not a marketing phrase.<\/p>\n    <\/div>\n    <p>The Australian Criminal Intelligence Commission (ACIC) accredits a limited number of organisations to connect directly to the National Police Checking Service (NPCS) \u2014 the same government system police agencies use. Accreditation requires a formal assessment, a signed agreement with the ACIC, and ongoing audits of how an organisation handles police information.<\/p>\n    <p>Worker Checks holds this accreditation directly, meaning applications go straight into the ACIC&#8217;s National Police Checking Service Support System (NSS) \u2014 we&#8217;re not a reseller submitting checks through someone else&#8217;s accreditation, which is a distinction worth checking for with any provider you use.<\/p>\n  <\/section>\n\n  <section>\n    <div class=\"wc-section-head\">\n      <h3>Who&#8217;s actually behind Worker Checks<\/h3>\n    <\/div>\n    <dl class=\"wc-info-grid\">\n      <div class=\"wc-info-item\"><dt>Legal entity<\/dt><dd>Worker Checks Pty Ltd<\/dd><\/div>\n      <div class=\"wc-info-item\"><dt>ABN<\/dt><dd>85 624 296 313<\/dd><\/div>\n      <div class=\"wc-info-item\"><dt>Registered address<\/dt><dd>Level 2, 260 Collins Street, Melbourne VIC 3000<\/dd><\/div>\n      <div class=\"wc-info-item\"><dt>Phone<\/dt><dd>1300 609 970<\/dd><\/div>\n      <div class=\"wc-info-item\"><dt>Email<\/dt><dd>ask@workerchecks.com<\/dd><\/div>\n      <div class=\"wc-info-item\"><dt>Accreditation<\/dt><dd>ACIC\u2011Accredited Body, National Police Checking Service<\/dd><\/div>\n    <\/dl>\n  <\/section>\n\n  <section>\n    <div class=\"wc-section-head\">\n      <h3>In customers&#8217; own words<\/h3>\n    <\/div>\n    <div class=\"wc-reviews\">\n      <div class=\"wc-review-card\">\n        <div class=\"wc-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p>&#8220;Prompt and easy to understand process. Instructions were clear. Turnaround time was impressive. Will use for future checks.&#8221;<\/p>\n        <div class=\"wc-review-name\">Rachel C. \u2014 Google review<\/div>\n      <\/div>\n      <div class=\"wc-review-card\">\n        <div class=\"wc-stars\">\u2605\u2605\u2605\u2605<\/div>\n        <p>&#8220;Simple experience, very professional. I have recommended to all my colleagues needing to go through same process.&#8221;<\/p>\n        <div class=\"wc-review-name\">Serena B. \u2014 Google review<\/div>\n      <\/div>\n      <div class=\"wc-review-card\">\n        <div class=\"wc-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p>&#8220;Straightforward process with clear instructions for uploading documents. Results were out very promptly.&#8221;<\/p>\n        <div class=\"wc-review-name\">Cynthia S. \u2014 Google review<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <div class=\"wc-section-head\">\n      <h3>Common questions<\/h3>\n    <\/div>\n\n    <div class=\"wc-faq-item\">\n      <h4>Is Worker Checks a scam?<\/h4>\n      <p>No. Worker Checks Pty Ltd (ABN 85 624 296 313) is a registered Australian company and an ACIC\u2011Accredited Body, meaning the government itself has assessed and approved us to submit Nationally Coordinated Criminal History Checks. You can confirm both facts independently on the ACIC and ABN registers linked above.<\/p>\n    <\/div>\n    <div class=\"wc-faq-item\">\n      <h4>Is Worker Checks affiliated with the government or police?<\/h4>\n      <p>No \u2014 we&#8217;re a private Australian company. The National Police Checking Service itself is run by the Australian Criminal Intelligence Commission, a federal government agency, and we&#8217;re one of the organisations it has accredited to submit checks into that system on applicants&#8217; behalf.<\/p>\n    <\/div>\n    <div class=\"wc-faq-item\">\n      <h4>Is my personal information safe?<\/h4>\n      <p>All communication with our site is HTTPS-encrypted, and everything you send us \u2014 including check results \u2014 is encrypted at rest, with results held on a private blockchain for an added layer of protection. Our infrastructure is hosted onshore in Australia (an ACIC requirement) and is ISO 27001 and SOC 2 certified, with regular independent third-party reviews. Check data is deleted after 15 months, in line with Commonwealth Government legislation. See <a href=\"\/protecting-your-data\/\">how we protect your data<\/a> for the full breakdown, or our <a href=\"\/privacy-policy\/\">Privacy Policy<\/a>.<\/p>\n    <\/div>\n    <div class=\"wc-faq-item\">\n      <h4>Why do prices differ between police check providers?<\/h4>\n      <p>Every ACIC\u2011accredited provider issues the same Nationally Coordinated Criminal History Check, pulled from the same national database \u2014 the certificate itself doesn&#8217;t differ by provider. Price differences come down to each provider&#8217;s service fee. Worker Checks charges <span class=\"wc-price-inline\"><p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>52.00<\/bdi><\/span> <small class=\"woocommerce-price-suffix\">inc GST<\/small><a href=\"\/ne\/wp-json\/wp\/v2\/pages\/17793?add-to-cart=2804\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2804\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2804\" data-product_sku=\"2400\" aria-label=\"Add to cart: &ldquo;Nationally Coordinated Criminal History Check&rdquo;\" rel=\"nofollow\" data-success_message=\"\u201cNationally Coordinated Criminal History Check\u201d \u0924\u092a\u093e\u0908\u0902\u0915\u094b \u0915\u093e\u0930\u094d\u091f\u092e\u093e \u0925\u092a\u093f\u090f\u0915\u094b \u091b\u0964\">\u0915\u093e\u0930\u094d\u091f\u092e\u093e \u0939\u093e\u0932\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2804\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/p><\/span> inc. GST for an employment check and <span class=\"wc-price-inline\"><p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>21.00<\/bdi><\/span> <small class=\"woocommerce-price-suffix\">inc GST<\/small><a href=\"\/ne\/wp-json\/wp\/v2\/pages\/17793?add-to-cart=6573\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_6573\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"6573\" data-product_sku=\"2420\" aria-label=\"Add to cart: &ldquo;Volunteer Nationally Coordinated Criminal History Check&rdquo;\" rel=\"nofollow\" data-success_message=\"\u201cVolunteer Nationally Coordinated Criminal History Check\u201d \u0924\u092a\u093e\u0908\u0902\u0915\u094b \u0915\u093e\u0930\u094d\u091f\u092e\u093e \u0925\u092a\u093f\u090f\u0915\u094b \u091b\u0964\">\u0915\u093e\u0930\u094d\u091f\u092e\u093e \u0939\u093e\u0932\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_6573\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/p><\/span> inc. GST for a volunteer check.<\/p>\n    <\/div>\n    <div class=\"wc-faq-item\">\n      <h4>How do I know my certificate is genuine?<\/h4>\n      <p>Your results come directly from the National Police Checking Service via our accredited NSS access \u2014 the same national database used by every accredited provider and police agency in Australia. If you have any doubt about a specific certificate, contact us directly at ask@workerchecks.com.<\/p>\n    <\/div>\n  <\/section>\n\n  <section style=\"border-top:none;\">\n    <div class=\"wc-cta\">\n      <h3>Ready when you are<\/h3>\n      <p>Start your Nationally Coordinated Criminal History Check directly through our ACIC\u2011accredited system.<\/p>\n      <a class=\"wc-cta-btn\" href=\"\/checkout\/?add-to-cart=2804\">Start your police check<\/a>\n      <div class=\"wc-cta-sub\">Employment checks <span class=\"wc-price-inline\"><p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>52.00<\/bdi><\/span> <small class=\"woocommerce-price-suffix\">inc GST<\/small><a href=\"\/ne\/wp-json\/wp\/v2\/pages\/17793?add-to-cart=2804\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2804\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2804\" data-product_sku=\"2400\" aria-label=\"Add to cart: &ldquo;Nationally Coordinated Criminal History Check&rdquo;\" rel=\"nofollow\" data-success_message=\"\u201cNationally Coordinated Criminal History Check\u201d \u0924\u092a\u093e\u0908\u0902\u0915\u094b \u0915\u093e\u0930\u094d\u091f\u092e\u093e \u0925\u092a\u093f\u090f\u0915\u094b \u091b\u0964\">\u0915\u093e\u0930\u094d\u091f\u092e\u093e \u0939\u093e\u0932\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2804\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/p><\/span> inc. GST \u00b7 Volunteer checks <span class=\"wc-price-inline\"><p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>21.00<\/bdi><\/span> <small class=\"woocommerce-price-suffix\">inc GST<\/small><a href=\"\/ne\/wp-json\/wp\/v2\/pages\/17793?add-to-cart=6573\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_6573\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"6573\" data-product_sku=\"2420\" aria-label=\"Add to cart: &ldquo;Volunteer Nationally Coordinated Criminal History Check&rdquo;\" rel=\"nofollow\" data-success_message=\"\u201cVolunteer Nationally Coordinated Criminal History Check\u201d \u0924\u092a\u093e\u0908\u0902\u0915\u094b \u0915\u093e\u0930\u094d\u091f\u092e\u093e \u0925\u092a\u093f\u090f\u0915\u094b \u091b\u0964\">\u0915\u093e\u0930\u094d\u091f\u092e\u093e \u0939\u093e\u0932\u094d\u0928\u0941\u0939\u094b\u0938\u094d<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_6573\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/p><\/span> inc. GST<\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Worker Checks a scam?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Worker Checks Pty Ltd (ABN 85 624 296 313) is a registered Australian company and an ACIC-Accredited Body, meaning the Australian Criminal Intelligence Commission has assessed and approved it to submit Nationally Coordinated Criminal History Checks. This can be independently confirmed on the ACIC accredited bodies register and the Australian Business Register.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Worker Checks affiliated with the government or police?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No, Worker Checks is a private Australian company. The National Police Checking Service is run by the Australian Criminal Intelligence Commission, a federal government agency, and Worker Checks is one of the organisations accredited to submit checks into that system on applicants' behalf.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is my personal information safe with Worker Checks?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"All communication with the Worker Checks site is HTTPS-encrypted, and submitted data including check results is encrypted at rest, with results held on a private blockchain. Infrastructure is hosted onshore in Australia, as required by the ACIC, and is ISO 27001 and SOC 2 certified with regular independent third-party reviews. Check data is deleted after 15 months in line with Commonwealth Government legislation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why do police check prices differ between providers?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Every ACIC-accredited provider issues the same Nationally Coordinated Criminal History Check from the same national database, so the certificate itself does not differ by provider. Price differences reflect each provider's service fee. Worker Checks charges $52 inc. GST for an employment check and $21 inc. GST for a volunteer check.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I know my Worker Checks certificate is genuine?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Results are issued directly through the National Police Checking Service via Worker Checks' accredited NSS access, the same national database used by every accredited provider and police agency in Australia.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Trust &amp; Verification Yes \u2014 Worker Checks is a legitimate, ACIC\u2011accredited Australian business. We&#8217;re not a reseller and we&#8217;re not a lookalike site. Here&#8217;s exactly how to confirm that yourself, in under a minute. ACIC\u2011Accredited Body 4.6\u2605 from 45 Google reviews Australian owned &amp; operated ABN 85 624 296 313 ISO 27001 &amp; SOC 2&#8230;<\/p>","protected":false},"author":196713191,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"footnotes":""},"class_list":["post-17793","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/workerchecks.com\/ne\/wp-json\/wp\/v2\/pages\/17793","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workerchecks.com\/ne\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/workerchecks.com\/ne\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/ne\/wp-json\/wp\/v2\/users\/196713191"}],"replies":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/ne\/wp-json\/wp\/v2\/comments?post=17793"}],"version-history":[{"count":2,"href":"https:\/\/workerchecks.com\/ne\/wp-json\/wp\/v2\/pages\/17793\/revisions"}],"predecessor-version":[{"id":17796,"href":"https:\/\/workerchecks.com\/ne\/wp-json\/wp\/v2\/pages\/17793\/revisions\/17796"}],"wp:attachment":[{"href":"https:\/\/workerchecks.com\/ne\/wp-json\/wp\/v2\/media?parent=17793"}],"curies":[{"name":"\u0921\u092c\u094d\u0932\u094d\u092f\u0942\u092a\u0940","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}