---
title: NZ Accredited Employer Inspector
description: Check whether employers on SEEK and LinkedIn are accredited with Immigration New Zealand before you apply.
language: en-NZ
version: 0.9.0
author: Zemo Ai
author_url: https://zemo.bio/
---

# Know who's accredited. Before you apply.

NZ Accredited Employer Inspector is an open-source Chrome extension that checks employers on LinkedIn and SEEK against Immigration New Zealand (INZ) data without leaving the job page.

## What it does

1. The user browses a supported LinkedIn or SEEK NZ company or job page.
2. The user explicitly selects **Check NZ accreditation**.
3. The extension resolves the platform company to an official employer record.
4. The interface shows the legal employer name, NZBN, accreditation expiry date, verification time, and match provenance.

No lookup runs automatically on page load. One click may perform at most one live INZ request.

## Evidence and provenance

- **Accreditation:** Official employer name, trading name, NZBN, expiry and verification time are INZ facts.
- **Platform association:** A mapping between a LinkedIn or SEEK identity and an NZBN is user-confirmed community data.
- **Exact INZ name match:** A match may be derived automatically only when the normalised official employer or trading name of exactly one NZBN matches the platform display name. It is not community-confirmed.
- **No published match:** An exact platform-and-query observation uses the configured negative TTL, currently seven days. It is not proof that an employer is unaccredited.

Accreditation status and platform association confidence are separate dimensions.

## Privacy and safety characteristics

- No LinkedIn or SEEK account identity is used.
- A random extension installation UUID is stored locally and hashed by the API.
- The Worker does not call INZ. A live INZ lookup happens in the extension background only after a user action.
- Partial, similar, or abbreviated names do not produce automatic candidates.
- Manual keyword-search results require an explicit user choice.
- The implementation and API contract are public.

## Supported surfaces

- LinkedIn company profiles, direct job pages, and job search detail panes.
- SEEK NZ job pages, search and homepage detail panes, and company profiles.

## Product walkthrough

Watch the [16-second product walkthrough](https://www.youtube.com/watch?v=85SEJU-aHrQ) to see the extension check a supported job page and show the evidence behind the result.

## Understand a result

Read [How the results work](/how-results-work/) for a plain-language explanation of where the data comes from, why one employer name can show several legal employers, what **Use this employer** records, and how to read platform-association and community-confirmation notices.

## Get the extension

[Install NZ Accredited Employer Inspector from the Chrome Web Store](https://chromewebstore.google.com/detail/nz-accredited-employer-in/gjcifpaoplkboeefndngnglhjhldkbbg).

## Project links

- [Source repository](https://github.com/aizhimou/nz-accredited-employer-inspector)
- [Extension source](https://github.com/aizhimou/nz-accredited-employer-inspector/tree/main/extension)
- [Architecture and API contract](https://github.com/aizhimou/nz-accredited-employer-inspector/blob/main/docs/extension-api-ssot.md)
- [Official INZ accredited employer list](https://www.immigration.govt.nz/work/requirements-for-work-visas/approved-employers/accredited-employer-list/)
- [Privacy policy](/privacy/)
- [Accredited employer insights](/insights/)
- [Open data downloads](/open-data/)
- [Public API guide](/public-api/)
- [Changelog](/changelog/)
- [Built by Zemo Ai](https://zemo.bio/)

## Agent resources

- [/llms.txt](/llms.txt): concise discovery index
- [/llms-full.txt](/llms-full.txt): complete product context
- [/how-results-work.md](/how-results-work.md): result interpretation rules and notice dictionary
- [/insights.md](/insights.md): aggregate regional, sector, and expiry-date insights
- [/open-data.md](/open-data.md): snapshot publication method, field dictionary, reuse status, and limitations
- [/public-api.md](/public-api.md): read-only API guide, limits, and response convention
- [/changelog.md](/changelog.md): dated product release history
- [/privacy.md](/privacy.md): privacy policy without presentation markup
- [/.well-known/api-catalog](/.well-known/api-catalog): RFC 9727 API catalog
- [/api/openapi.json](/api/openapi.json): OpenAPI 3.1 description
- [/api/public/openapi.json](/api/public/openapi.json): read-only public OpenAPI 3.1 description
- [/sitemap.xml](/sitemap.xml): crawl map

## Disclaimer

This independent open-source project is not an Immigration New Zealand product and does not provide legal or immigration advice.
