# Find newly registered LLCs in a state

**Use case:** 

Pull brand-new LLC registrations from a state registry: business name, entity type, formation date, status, registered agent, address and lead score.

## Input

```json
{
  "states": [
    "Colorado"
  ],
  "registeredAfter": "2026-05-01",
  "entityTypes": [
    "LLC"
  ],
  "statusActiveOnly": true,
  "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"
  },
  "formationDate": {
    "label": "Formed"
  },
  "registeredAgent": {
    "label": "Agent / Owner"
  },
  "email": {
    "label": "Email"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "addressState": {
    "label": "State"
  },
  "postalCode": {
    "label": "ZIP"
  },
  "registryNumber": {
    "label": "Registry #"
  },
  "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.