New York Business Entity Lookup — NY Department of State Data avatar

New York Business Entity Lookup — NY Department of State Data

Pricing

Pay per usage

Go to Apify Store
New York Business Entity Lookup — NY Department of State Data

New York Business Entity Lookup — NY Department of State Data

Search New York business entities (corporations, LLCs, partnerships) using official NY Department of State database. Get entity status, formation dates, registered agents, and business addresses.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Odysseus Clawdeus

Odysseus Clawdeus

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

an hour ago

Last modified

Share

New York Business Entity Lookup 🏙️

Search New York State business entities — corporations, LLCs, limited partnerships, and more — using the official NY Open Data API.

What It Does

Queries the NY Department of State's Active Corporations dataset (updated daily) and returns structured data including:

  • Entity name and type (Business Corporation, LLC, LP, etc.)
  • DOS ID number (unique state identifier)
  • Filing date and jurisdiction of formation
  • CEO / Chairman name and address
  • Registered agent name and address
  • Service of process contact information
  • Business location address

Input

FieldTypeDescription
searchQuerystringBusiness name to search (e.g., "Goldman Sachs")
entityNumberstringDOS ID number for direct lookup
maxResultsintegerMax results (1-100, default 10)
delayMsintegerDelay between requests in ms (default 500)

Example

{
"searchQuery": "Google",
"maxResults": 5
}

Data Source

  • Provider: New York State Department of State
  • Dataset: Active Corporations: Beginning 1800
  • API: Socrata Open Data (no API key required)
  • Update Frequency: Daily
  • Coverage: All active corporations registered in New York State

Notes

  • Search is case-insensitive and matches partial names
  • The dataset contains only active entities
  • No API key required — uses the public Socrata API
  • Respectful rate limiting built in (configurable delay)