# Monitor new business filings daily

**Use case:** 

Get a clean daily feed of brand-new business filings, only ones not seen before: name, entity type, formation date, address and registered agent.

## Input

```json
{
  "states": [
    "Colorado",
    "Oregon"
  ],
  "registeredAfter": "2026-06-01",
  "entityTypes": [],
  "statusActiveOnly": false,
  "maxResultsPerState": 500,
  "maxResults": 1000,
  "deduplicateResults": true,
  "monitorMode": true,
  "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.