# Find newly formed corporations in New York

**Use case:** 

Pull newly formed New York corporations from the state registry: business name, entity type, formation date, status, county and principal address.

## Input

```json
{
  "states": [
    "New York"
  ],
  "registeredAfter": "2026-05-01",
  "entityTypes": [
    "Corporation"
  ],
  "statusActiveOnly": false,
  "maxResultsPerState": 500,
  "maxResults": 1000,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorStoreName": "business-formation-monitor",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "stateCode": {
    "label": "State"
  },
  "businessName": {
    "label": "Business"
  },
  "entityCategory": {
    "label": "Category"
  },
  "entityType": {
    "label": "Entity type"
  },
  "formationDate": {
    "label": "Formed"
  },
  "ageInDays": {
    "label": "Age (days)"
  },
  "status": {
    "label": "Status"
  },
  "city": {
    "label": "City"
  },
  "county": {
    "label": "County"
  },
  "postalCode": {
    "label": "ZIP"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [US Business Formation Scraper — New LLC & Company Leads](https://apify.com/scrapesage/us-business-formation-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-business-formation-scraper) to learn more, explore other use cases, and run it yourself.