Skip to main content

Start here

This guide contains public integration notes for New Jersey. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

New Jersey coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
This jurisdiction may be in preview or limited availability. Check the live pricing page or contact support before relying on it in production.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.

Table of Contents

API access: US-NJ is not yet part of the public countryCode enum. Contact us to enable it on your workspace. Requests sent with countryCode: "US-NJ" will otherwise return 400 until the enum is expanded.

Data Sources

New Jersey uses a single integration against the New Jersey Division of Revenue and Enterprise Services (DORES), within the New Jersey Department of the Treasury. The register covers every domestic and foreign corporation, limited liability company, limited partnership, and non-profit registered in New Jersey. Two tiers of data are available:
  • Free public Business Name Search (onboarding mode). DORES publishes a free, publicly accessible Business Name Search portal that returns five fields per entity: business name, 10-digit entity ID, home city, entity type, and incorporation date. This is used for fast onboarding checks and company search. No officers, members, addresses, or status are included at this tier.
  • Paid Business Entity Status Report (verification mode). A per-entity report purchased from the DORES Business Records Service. This is the authoritative source for current entity status, registered agent, principal business address, officers and directors with roles and residence addresses, stock amount and class, all filings with dates, and any Department of Revenue or Tax suspensions. The report is retrieved live from the register for each request.
New Jersey publishes no open bulk data. There is no state business-entity dataset on the New Jersey Open Data portal. The free DORES public search is the only no-cost path to company data.
Filing lag. Filings, amendments, and annual reports submitted to DORES may take up to two business days to appear in the public portal and status report. Very recently filed or amended entities may not yet be discoverable.

Company Identifiers

Query Identifiers

The NJ Entity ID is always exactly 10 digits with leading zeros. Submitting an unpadded form (e.g. 100307257 instead of 0100307257) will be rejected. The leading digits loosely reflect registration vintage (e.g. 01 for pre-2000 corporations, 04 for LLCs from the 2000s) but do not encode entity type.

Identifiers in API Response

Search Capabilities

Starts-with search. Name search anchors on the beginning of the legal name (case-insensitive). Use fuller query strings to narrow the result set, which is capped at 50 matches.

Quirks & Gotchas

Mappings

Legal form is derived from the entity-type abbreviations surfaced by the DORES public Business Name Search. The abbreviation is the canonical value published by the register; NJ does not publish a numeric legal-form code. Eleven distinct abbreviations were observed across broad samples.
ISO 20275 ELF codes are not mapped for New Jersey. GLEIF ELF coverage for US sub-national entity types is incomplete, so no ELF codes are assigned. See the pricing page for the full legal forms table.

Statutory Filings

New Jersey entities file an annual report confirming the entity’s particulars are current. The register publishes “Last Annual Report Filed” and its year, on the paid Business Entity Status Report, returned on the cross-country statutoryFilings field as lastFiled.filedOn and lastFiled.year.
US states publish no statutory accounts, so the accounts obligation is absent rather than returned empty. An empty object would read as “we looked and found nothing”, which is a different claim. Placeholder cells such as N/A or Inactive, Not Applicable are dropped rather than parsed as dates, so an entity with no obligation simply has no statutoryFilings.

Data Availability

Example API Responses

Search by Name

Search by Entity ID

Company Profile (Onboarding Mode)

Company Profile (Verification Mode)

Verification mode purchases a Business Entity Status Report from the DORES Business Records Service on a per-entity basis. This is a paid upgrade. See the pricing page for current pricing.