DOS: Search Entities
DOS via Parse · government_public
Search the NY DOS Corporation & Business Entity Database. Supports searching by entity name (with configurable match type: begins with, contains, or base word) or by DOS ID. Results can be filtered by entity status and entity type category. Returns paginated results with entity name, DOS ID, type, status, filing date, jurisdiction, and county. The upstream caps results at 300 entities per search; refine the query to find entities beyond that limit. Caller pagination uses page and limit (max 50 per page). Search the New York Department of State Corporation & Business Entity Database by entity name or DOS ID, and retrieve full entity details including filing history. Fulfilled by Parse from apps.dos.ny.gov.
- apps-dos-ny-gov
- b2b-directory
- dos
- finance
- government-public
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8ceea6f9-34d2-4d7f-adf1-fc7bdd90b476/search_entities
- Interface artifact
- sha256:7423ebbb8f82ea899ec1a5f13029183f29079641ad24ad7d1be7a01861118b41
- Manifest digest
- sha256:3c58a3ccbf55992520937012078d872fe8ae4f1a02647ab67d72f15b2142be52
Request fields
- page (integer): Page number for pagination (1-based).
- limit (integer): Maximum number of results per page (max 50).
- query (string, required): Entity name (at least 3 characters) or DOS ID to search for.
- status (string): Filter results by entity status.
- match_type (string): How to match the query against entity names. Only applicable when search_type is 'name'.
- search_type (string): Whether to search by entity name or DOS ID.
- entity_types (string): Comma-separated list of entity type categories to include: Corporation, LimitedLiabilityCompany, LimitedPartnership, LimitedLiabilityPartnership. When omitted, all types are searched.
Example queries
- {"query":"Apple","status":"all","match_type":"begins_with","search_type":"name","entity_types":"Corporation"}