# Weekly new-business lead list (multi-state)

**Use case:** 

Pull a weekly list of newly registered businesses across multiple US states from official filings. Fresh, deduplicated B2B leads, pay per result.

## Input

```json
{
  "states": [
    "NY",
    "CO",
    "OR",
    "CT",
    "PA",
    "TX",
    "DC",
    "MS",
    "WV",
    "FL"
  ],
  "daysBack": 7,
  "maxResultsPerState": 100
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity name"
  },
  "state": {
    "label": "State"
  },
  "registrationDate": {
    "label": "Registered"
  },
  "entityType": {
    "label": "Type"
  },
  "status": {
    "label": "Status"
  },
  "addressLine": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "zip": {
    "label": "ZIP"
  },
  "county": {
    "label": "County"
  },
  "registeredAgent": {
    "label": "Registered agent"
  },
  "businessEmail": {
    "label": "Business email"
  },
  "naicsCode": {
    "label": "NAICS"
  },
  "filingId": {
    "label": "Filing ID"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "retrievedAt": {
    "label": "Retrieved"
  }
}
```

## About this Actor

This example demonstrates how to use [New Business Filings Monitor — 10 Official State Sources](https://apify.com/whetstonetools/new-business-filings-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/whetstonetools/new-business-filings-monitor) to learn more, explore other use cases, and run it yourself.