# DOS ID NY Business Registry

**Use case:** 

Extract NY Business Registry data filtered by DOS ID. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchValue": "APPLE",
  "searchByTypeIndicator": "DosID",
  "searchExpressionIndicator": "Contains",
  "entityStatusIndicator": "AllStatuses",
  "entityTypeIndicator": [
    "Corporation",
    "LimitedLiabilityCompany",
    "LimitedPartnership",
    "LimitedLiabilityPartnership"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name",
    "format": "text"
  },
  "dosID": {
    "label": "DOS ID",
    "format": "text"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "entityStatus": {
    "label": "Status",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "entityTypeCategory": {
    "label": "Category",
    "format": "text"
  },
  "nameType": {
    "label": "Name Type",
    "format": "text"
  },
  "assumedName": {
    "label": "Assumed Name",
    "format": "text"
  },
  "assumedNameID": {
    "label": "Assumed Name ID",
    "format": "text"
  },
  "nonQualifiedID": {
    "label": "Non-Qualified ID",
    "format": "text"
  },
  "initialFilingDate": {
    "label": "Initial Filing Date",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NY Business Registry Scraper](https://apify.com/parseforge/apps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/apps-scraper) to learn more, explore other use cases, and run it yourself.