# Get new LLC registrations in Colorado, Connecticut & NY

**Use case:** 

Pull business entities registered in the last 30 days from CO, CT and NY Secretary of State records — fresh B2B leads with names, dates and IDs.

## Input

```json
{
  "mode": "new_businesses",
  "states": [
    "CO",
    "CT",
    "NY"
  ],
  "query": "LLC",
  "daysBack": 30,
  "maxPerState": 100,
  "monitor": false
}
```

## Output

```json
{
  "name": {
    "label": "Entity name",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "type": {
    "label": "Entity type",
    "format": "string"
  },
  "formation_date": {
    "label": "Formation date",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "registered_agent": {
    "label": "Registered agent",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US Business Entity Search & New-Business Monitor (KYB API)](https://apify.com/malonestar/sos-registry-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/sos-registry-monitor) to learn more, explore other use cases, and run it yourself.