# California Company Registry Scraper

**Use case:** 

Extract California company registry records, legal names, filing numbers, entity types, statuses, dates, and source URLs.

## Input

```json
{
  "queries": [
    "ZEBRA"
  ],
  "startUrls": [
    {
      "url": "https://corporate.ai/search?q=ZEBRA&state=NY"
    }
  ],
  "state": "NY",
  "includeDetails": true,
  "maxItems": 20,
  "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.