Skip to main content
GET
List businesses

Authorizations

Authorization
string
header
required

API key (nlmca_live_…) or OAuth access token

Query Parameters

limit
number
default:25

Page size (1–100).

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from a previous response’s meta.next_cursor.

status
enum<string>

Only businesses with this status.

Available options:
active,
inactive,
watchlist
industry
string

Industry, matched case-insensitively (exact value).

state
string

State, matched case-insensitively (e.g. NY).

tag
string

Only businesses carrying this tag.

Fragment matched against legal name, DBA, EIN and the primary contact’s name, email and phone.

updated_after
string

Only businesses whose record was updated after this ISO 8601 timestamp (business fields, not deal activity).

Example:

"2026-01-01T00:00:00Z"

Response

OK

data
object[]
required
meta
object
required