VOOZH about

URL: https://apify.com/logiover/usa-new-york-company-registry-scraper

โ‡ฑ New York Company Registry Scraper โ€” NY Business Data ยท Apify


๐Ÿ‘ USA New York Company Registry Scraper โ€” B2B Leads avatar

USA New York Company Registry Scraper โ€” B2B Leads

Pricing

from $1.99 / 1,000 results

Go to Apify Store

USA New York Company Registry Scraper โ€” B2B Leads

Scrape New York State's official Active Corporations registry (data.ny.gov). Get DOS ID, entity name, type, jurisdiction, county, filing date and registered agent name & address. Filter by full-text query, county & entity type. No login, no API key.

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share


๐Ÿ“Œ Overview

The New York Company Registry Scraper turns data.ny.gov โ€” New York State's official Active Corporations open-data dataset โ€” into an analysis-ready dataset. It reads directly from the Socrata open-data API (data.ny.gov/resource/n9v6-gdp6.json), the same open data New York publishes, so there is no login, no API key and no captcha.

For every active New York entity you get the DOS ID, current entity name, entity type, jurisdiction, county, initial DOS filing date and the registered agent (DOS process) name and full mailing address โ€” ready-to-use B2B and compliance data.

Perfect for New York B2B lead generation, sales prospecting, market research, CRM enrichment, KYC / compliance and competitor mapping โ€” exported to CSV, Excel, JSON or pushed to Google Sheets and your CRM via API.

โœ… Combine a county + entity-type filter and raise maxResults to assemble a large, targeted New York prospect list in a single run.


โ“ What does the New York company registry scraper do?

It queries the official Active Corporations Socrata API with your filters, flattens each record into clean spreadsheet-ready columns, de-dupes by DOS ID, paginates automatically with $limit / $offset and returns a structured dataset. You set filters in a simple form; you get a clean dataset back โ€” no code, no registry account, no Socrata / SoQL integration work.


โœจ Features

FeatureDescription
๐ŸŽฏNew York B2B lead dataDOS ID, entity name, type, jurisdiction, county, filing date โ€” plus the registered agent's name and mailing address.
๐Ÿ”ŽFull-text & field filteringFree-text query ($q) plus county and entityType filters, ANDed into a SoQL $where.
๐Ÿ†•Find new companiesSort by initial DOS filing date to surface the newest active New York businesses first.
๐Ÿ“ฆBulk exportUp to ~100,000 records per query, auto-paginated; export to JSON, CSV, Excel, HTML or pull via API & webhooks.
๐Ÿ”“No API key neededReads the official open NY State data.ny.gov API โ€” no login, no key, no signup, no captcha.
๐ŸงนClean, flat outputSocrata records flattened into tidy, spreadsheet-ready columns, de-duped by DOS ID.

๐Ÿ“Š What data you get

One clean row per company. Verified output fields:

FieldDescription
dosIdNY Department of State entity ID (dos_id)
nameCurrent entity name (current_entity_name)
entityTypeEntity type, e.g. DOMESTIC BUSINESS CORPORATION
jurisdictionJurisdiction of formation
countyNew York county
filingDateInitial DOS filing date (initial_dos_filing_date)
agentNameRegistered agent / DOS process name (dos_process_name)
agentAddressRegistered agent mailing street address
agentCity / agentState / agentZipRegistered agent city, state and postal code
urlDirect data.ny.gov API URL for the company
scrapedAtISO timestamp of the run

๐Ÿš€ How to use

  1. Open the actor and set your filters โ€” a full-text query, a county, and/or an entityType โ€” or leave them empty to stream the whole registry.
  2. Pick a order (newest / oldest / name) and set maxResults.
  3. Run, then export the dataset to CSV, Excel, JSON or Google Sheets.

Input fields

FieldTypeDescription
querystringFree-text full-text search ($q), mostly matches the company name, e.g. consulting
countystringNY county (uppercase), e.g. NEW YORK, KINGS, QUEENS, ERIE
entityTypestringEntity type (uppercase), e.g. DOMESTIC BUSINESS CORPORATION
orderselectnewest / oldest (by filing date) / name (Aโ†’Z)
maxResultsintegerCap (default 1000, 0 = unlimited; safety ceiling ~100k records)
useProxybooleanRoute through Apify Proxy (datacenter). Default true
proxyConfigurationobjectProxy override

Example scenarios

1) Newest LLCs in Brooklyn (Kings County)

{
"county":"KINGS",
"entityType":"DOMESTIC LIMITED LIABILITY COMPANY",
"order":"newest",
"maxResults":2000
}

2) Consulting companies across New York State

{
"query":"consulting",
"maxResults":5000
}

3) Business corporations in Manhattan (New York County)

{
"county":"NEW YORK",
"entityType":"DOMESTIC BUSINESS CORPORATION",
"order":"newest",
"maxResults":3000
}

๐Ÿ“ฆ Example output

{
"dosId":"1234567",
"name":"EXAMPLE CONSULTING LLC",
"entityType":"DOMESTIC LIMITED LIABILITY COMPANY",
"jurisdiction":"NEW YORK",
"county":"NEW YORK",
"filingDate":"2025-01-14T00:00:00.000",
"agentName":"THE LLC",
"agentAddress":"123 BROADWAY, SUITE 100",
"agentCity":"NEW YORK",
"agentState":"NY",
"agentZip":"10001",
"url":"https://data.ny.gov/resource/n9v6-gdp6.json?dos_id=1234567",
"scrapedAt":"2026-06-08T00:00:00.000Z"
}

Export to CSV, Excel, JSON or XML, push to Google Sheets / your CRM, or pull via the Apify API and webhooks.


๐ŸŽฏ Use cases

  • B2B lead generation โ€” build targeted New York prospect lists by county + entity type with registered-agent contact details.
  • Sales prospecting โ€” surface the newest active companies by filing date and reach the registered agent directly.
  • Market research โ€” count and profile New York companies by entity type, county and filing date.
  • KYC / compliance & due diligence โ€” verify DOS IDs, entity type, jurisdiction and active status.
  • Competitor mapping โ€” survey every company of a given type in a county and benchmark formation activity.
  • CRM enrichment โ€” look companies up by DOS ID and append official registry fields.

โ“ FAQ

Is there a free New York company registry API?

Yes. New York State publishes the Active Corporations dataset as a fully open, free Socrata JSON API (data.ny.gov/resource/n9v6-gdp6.json) โ€” no key, no login, no signup. This actor is a friendly, filterable export layer on top of it: set filters in a form, run, and download a clean dataset with pagination handled and records flattened to columns.

How do I export New York company data to Excel?

Every run writes one row per company to a dataset you can export to Excel, CSV, JSON or HTML, or pull via the Apify API. Set your filters (county, entity type, query), run, and use the Export button to download an .xlsx / .csv of the whole New York company segment.

Does it include company emails and phone numbers?

The Active Corporations dataset does not publish company email or phone. It does include the registered agent (DOS process) name and full mailing address, which is the official contact-for-service on record โ€” useful for outreach, mail and compliance. Pair it with an enrichment tool if you need email / phone.

Is scraping data.ny.gov legal?

This actor reads only the official open data that New York State publishes via its public Socrata API โ€” no login or circumvention involved. As always, credit the source (data.ny.gov) and follow the State's open-data terms and applicable law for your specific use case.

How many records can I pull?

Socrata paginates with $limit / $offset; this actor pages at 1,000 records and stops at a 100,000-record deep-offset safety ceiling. For larger pulls, split your run by county or entity type and combine the datasets.

Is this a Socrata / data.ny.gov API alternative for bulk download?

Yes โ€” it's the easiest data.ny.gov API alternative for non-developers: no code, automatic pagination, records flattened to columns, and direct export to CSV / Excel / JSON.


๐Ÿ“ˆ Notes on coverage & limits

  • Active corporations only. This dataset is New York's list of active entities; dissolved / inactive entities are out of scope.
  • No email / phone fields. The source publishes the registered agent name + mailing address, not company email or phone โ€” enrich separately if you need those.
  • ~100,000 records per query. The actor caps at a 100k deep-offset safety ceiling. For larger segments, split your run by county or entity type and combine the datasets.

๐Ÿ“ Changelog

2026-06-15

  • Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.

You might also like

New York Business Entity Scraper - DOS Registry API

pink_comic/new-york-business-leads

New York business entity scraper for NY Department of State registry records. Search LLCs and corporations by name or DOS ID and export status, filing dates, service-of-process address, CEO/principal office, registered agent, and source-backed KYB, vendor verification, and lead prospecting data.

NY Business Entity Scraper

parseforge/ny-business-entity-scraper

Scrape all New York State business entities from the official NY DOS database. Extract names, legal status, CEO, registered agent, service of process and principal office addresses with complete filing details. Filter by name, DOS ID, entity type, county, status and date.

NY Business Registry Scraper

parseforge/apps-scraper

Find and export official New York business registry records by entity name, DOS ID, assumed name, or assumed name ID. Get clear, structured results with status, filing date, county, and jurisdiction to support due diligence, compliance checks, partner screening, and market research.

Delaware Corporations Entity Search Scraper

jungle_synthesizer/delaware-corporations-entity-search-scraper

Search the Delaware Division of Corporations registry by entity name. Returns file number, incorporation date, entity kind and type, residency, registered agent name and address, and status โ€” the full record set KYC, due-diligence, and counterparty-screening workflows depend on.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

New Jersey Business Entity Scraper - NJ Registry API

pink_comic/new-jersey-business-leads

Search New Jersey Division of Revenue business entity records. Get entity name, type, city, incorporation date, and entity ID for LLCs, corps, LPs, and nonprofits registered in NJ.

US Business Formation Scraper โ€” New LLC & Company Leads

scrapesage/us-business-formation-scraper

Scrape newly registered US businesses & LLCs from state open-data registries (CO, OR, CT, PA). Get business name, entity type, formation date, status, registered agent and address โ€” filter by date, type & keyword, with monitoring for only-new filings. Keyless, no browser.

Company Registry & Filings Aggregator

fascinating_lentil/company-registry-filings-aggregator

Aggregate official company registry and SEC filing data from public APIs. Entity-level company facts only, with no officer, director, or personal-data fields.

๐Ÿ‘ User avatar

Md Jakaria Mirza

2