# Active LLC Registry Lead Monitor

**Use case:** 

Monitor active LLC company matches and export filing, jurisdiction, formation, address, and audit-source fields for KYB workflows.

## Input

```json
{
  "queries": [
    "TECH",
    "HOLDINGS"
  ],
  "startUrls": [
    {
      "url": "https://corporate.ai/search?q=ZEBRA&state=NY"
    }
  ],
  "state": "NY",
  "entityType": "LLC",
  "status": "Active",
  "includeDetails": true,
  "maxItems": 100,
  "pageSize": 50,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "legalName": {
    "label": "Legal name"
  },
  "state": {
    "label": "State"
  },
  "filingNumber": {
    "label": "Filing number"
  },
  "entityType": {
    "label": "Entity type"
  },
  "status": {
    "label": "Status"
  },
  "formationDate": {
    "label": "Formation date"
  },
  "jurisdiction": {
    "label": "Jurisdiction"
  },
  "filingType": {
    "label": "Filing type"
  },
  "principalAddress": {
    "label": "Principal address"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "query": {
    "label": "Query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Corporate.AI Company Registry Scraper](https://apify.com/automation-lab/corporate-ai-company-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/corporate-ai-company-registry-scraper) to learn more, explore other use cases, and run it yourself.