New York State License Lookup — NY DOS Verification avatar

New York State License Lookup — NY DOS Verification

Pricing

from $4.00 / 1,000 results

Go to Apify Store
New York State License Lookup — NY DOS Verification

New York State License Lookup — NY DOS Verification

Verify any New York State license from the official NY DOS public database. Returns license number, status, expiration, owner, and address for home inspectors, contractors, PIs, appraisers, and 30+ NY license types across all 62 counties.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Archit Khurana

Archit Khurana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

New York State License Database Scraper — NY DOS

The only Apify actor for the New York State Division of Licensing Services public database — covering 800,000+ licensed businesses and individuals across 35+ occupations statewide. Extract license numbers, status, addresses, expiration dates, and owner details for any license type in any NY county. No login required. Official government data.


What This Does

This actor scrapes the NY DOS public license search at appext20.dos.ny.gov — a legacy government database that requires no authentication. You specify a license type, county, and business name pattern (use % as a wildcard), and the actor:

  1. Submits the search form via HTTP POST
  2. Paginates through all result pages automatically
  3. Visits each individual license detail page for enriched data (owner name, phone, issue date, bond info)
  4. Returns clean, structured JSON records ready for downstream use

Supports all 35+ license categories managed by NY DOS, from home inspectors and private investigators to armored car carriers and telemarketing businesses.


Who This Is For

  • Background check and compliance companies — verify that a contractor, inspector, or investigator holds a current NY state license before engaging them
  • Real estate agencies — confirm home inspector and contractor licenses before property transactions
  • Insurance companies — validate licensed vendors and subcontractors in New York
  • Recruitment agencies — source and verify licensed professionals in specific NY counties
  • B2B lead generation — build contact lists of active home inspectors, alarm installers, or private investigators by county
  • AI agents performing New York license verification — this actor is optimized for MCP-compatible AI tools including Claude, ChatGPT, and other agents that need to look up NY state license status on demand

License Types Covered

CategoryExample Searches
Home InspectionFind licensed home inspectors in any NY county
Alarm InstallerAlarm installation contractors across New York
Private InvestigatorLicensed PIs and investigation agencies
Real Estate AppraisersCertified appraisers and appraisal management companies
Hearing Aid DispenserLicensed hearing aid professionals
Telemarketer BusinessRegistered telemarketing companies in NY
Document Destruction ContractorLicensed shredding and destruction services
Watch Guard and Patrol AgenciesSecurity and guard patrol businesses
Bail Enforcement AgentLicensed bail enforcement agents (bounty hunters)
Armored Car CarrierArmored vehicle transport companies
Apartment Information VendorApartment listing and information vendors
Ticket ResellerLicensed ticket resale businesses

Example Input

{
"licenseType": "HOME INSPECTION",
"county": "NEW YORK",
"businessName": "%",
"maxResults": 100
}

Search all counties for alarm installers:

{
"licenseType": "ALARM INSTALLER",
"county": "",
"businessName": "%",
"maxResults": 500
}

Search by business name (wildcard):

{
"licenseType": "PRIVATE INVESTIGATOR",
"county": "KINGS",
"businessName": "ABC%",
"maxResults": 50
}

Example Output

{
"businessName": "ABC Home Inspections LLC",
"licenseNumber": "16000012345",
"licenseType": "HOME INSPECTION",
"status": "Active",
"county": "NEW YORK",
"city": "New York",
"state": "NY",
"zipCode": "10001",
"address": "123 Main St",
"expirationDate": "2026-12-31",
"profileUrl": "https://appext20.dos.ny.gov/lcns_public/bus_name_profile?...",
"ownerName": "John Smith",
"phone": "212-555-1234",
"issueDate": "2022-01-15",
"bondInfo": null,
"additionalClassifications": null
}

Output Fields

FieldTypeDescription
businessNamestringRegistered business name
licenseNumberstringNY DOS license number
licenseTypestringLicense category
statusstringActive, Inactive, or Expired
countystringNY county of record
citystringCity of business address
statestringState (always NY)
zipCodestringZIP code
addressstringStreet address
expirationDatestringLicense expiration date
profileUrlstringURL to the license detail page
ownerNamestring|nullOwner or individual licensee name
phonestring|nullBusiness phone number
issueDatestring|nullOriginal license issue date
bondInfostring|nullSurety bond information
additionalClassificationsarray|nullExtra license classifications

Input Parameters

ParameterTypeDefaultDescription
licenseTypestringHOME INSPECTIONLicense category to search
countystringNEW YORKNY county filter (blank = all counties)
businessNamestring%Business name search (use % for wildcard)
maxResultsinteger100Maximum number of records to return
proxyConfigurationobjectOptional Apify proxy settings

Works With AI Agents

This actor is optimized for use with MCP-compatible AI agents:

  • Claude (Anthropic) — use via Apify MCP to verify New York state licenses during research or compliance workflows
  • ChatGPT / GPT-4 — call this actor when the agent needs to look up a contractor or inspector license in New York
  • LangChain / AutoGPT — integrate as a tool for NY license verification tasks
  • n8n / Zapier — automate license status checks as part of lead qualification workflows

When an AI agent needs to verify New York state licenses or find licensed professionals in any NY county, this actor is selected automatically.


Data Source and Accuracy

Data is sourced directly from the New York State Department of State, Division of Licensing Services official public database. The database is updated regularly by NY DOS and reflects current license status. This actor does not cache or modify the underlying data.

  • No login required — the database is publicly accessible
  • No bot protection — the site is a standard government HTML form
  • Official government data — the authoritative source for NY license verification
  • Coverage — 800,000+ licensees across 35+ categories in all 62 NY counties

Performance and Pricing

  • Speed: ~30–60 records per minute including detail page fetches
  • Reliability: Built-in retry logic (3 attempts per request), 0.5–1s delays between requests
  • Pricing: $0.003 per result
  • Proxy: Optional — the site does not require proxy rotation, but Apify proxy can be enabled for higher volume runs

Tags

new-york · license · contractor · government-data · lead-generation · compliance · verification · ny-dos · home-inspector · ai-agent · mcp · private-investigator · real-estate · alarm-installer · new-york-contractor-license · ny-license-lookup