# Find Newly Registered Businesses in Pennsylvania

**Use case:** 

Find newly registered businesses and LLCs in Pennsylvania from official state records. Export name, entity type, registration date, agent and county as leads.

## Input

```json
{
  "states": [
    "Pennsylvania"
  ],
  "registeredAfter": "2026-01-01",
  "entityTypes": [],
  "statusActiveOnly": false,
  "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"
  },
  "entityType": {
    "label": "Entity type"
  },
  "formationDate": {
    "label": "Formed"
  },
  "ageInDays": {
    "label": "Age (days)"
  },
  "status": {
    "label": "Status"
  },
  "city": {
    "label": "City"
  },
  "county": {
    "label": "County"
  },
  "postalCode": {
    "label": "ZIP"
  },
  "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.