# Recent Pennsylvania business registrations (leads)

**Use case:** 

New Pennsylvania business registrations from official state open data — company names, dates, and filing details for B2B prospecting.

## Input

```json
{
  "states": [
    "PA"
  ],
  "daysBack": 30,
  "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.