# NY Business Entity Latest Results

**Use case:** 

Latest Results of NY Business Entity. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchName": "APPLE",
  "maxItems": 25
}
```

## Output

```json
{
  "dosId": {
    "label": "DOS ID",
    "format": "text"
  },
  "entityName": {
    "label": "Entity Name",
    "format": "text"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "fictName": {
    "label": "Fictitious Name",
    "format": "text"
  },
  "durationDate": {
    "label": "Duration Date",
    "format": "text"
  },
  "dissolutionDate": {
    "label": "Dissolution Date",
    "format": "text"
  },
  "foreignFormationDate": {
    "label": "Foreign Formation Date",
    "format": "text"
  },
  "dateFiled": {
    "label": "Date Filed",
    "format": "date"
  },
  "effectiveDate": {
    "label": "Effective Date",
    "format": "date"
  },
  "documentType": {
    "label": "Document Type",
    "format": "text"
  },
  "governingLaw": {
    "label": "Governing Law",
    "format": "text"
  },
  "nfpCategory": {
    "label": "NFP Category",
    "format": "text"
  },
  "sopName": {
    "label": "SOP Name",
    "format": "text"
  },
  "sopAddress": {
    "label": "SOP Address",
    "format": "text"
  },
  "sopCity": {
    "label": "SOP City",
    "format": "text"
  },
  "sopState": {
    "label": "SOP State",
    "format": "text"
  },
  "sopZip": {
    "label": "SOP ZIP",
    "format": "text"
  },
  "sopCountry": {
    "label": "SOP Country",
    "format": "text"
  },
  "registeredAgentName": {
    "label": "Registered Agent",
    "format": "text"
  },
  "registeredAgentAddress": {
    "label": "Agent Address",
    "format": "text"
  },
  "registeredAgentCity": {
    "label": "Agent City",
    "format": "text"
  },
  "registeredAgentState": {
    "label": "Agent State",
    "format": "text"
  },
  "registeredAgentZip": {
    "label": "Agent ZIP",
    "format": "text"
  },
  "registeredAgentCountry": {
    "label": "Agent Country",
    "format": "text"
  },
  "ceoName": {
    "label": "CEO Name",
    "format": "text"
  },
  "ceoAddress": {
    "label": "CEO Address",
    "format": "text"
  },
  "ceoCity": {
    "label": "CEO City",
    "format": "text"
  },
  "ceoState": {
    "label": "CEO State",
    "format": "text"
  },
  "ceoZip": {
    "label": "CEO ZIP",
    "format": "text"
  },
  "ceoCountry": {
    "label": "CEO Country",
    "format": "text"
  },
  "principalOfficeName": {
    "label": "Principal Office",
    "format": "text"
  },
  "principalOfficeAddress": {
    "label": "Principal Office Address",
    "format": "text"
  },
  "principalOfficeCity": {
    "label": "Principal Office City",
    "format": "text"
  },
  "principalOfficeState": {
    "label": "Principal Office State",
    "format": "text"
  },
  "principalOfficeZip": {
    "label": "Principal Office ZIP",
    "format": "text"
  },
  "principalOfficeCountry": {
    "label": "Principal Office Country",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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