# Find a Company's Registered Agent (California)

**Use case:** 

Find the registered agent for service of process of a California company from the Secretary of State registry - plus entity number, status and entity type.

## Input

```json
{
  "searchQueries": [
    "Tesla Motors"
  ],
  "maxResultsPerQuery": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "entityNumber": {
    "label": "Entity no.",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "standing": {
    "label": "Standing",
    "format": "string"
  },
  "entityType": {
    "label": "Type",
    "format": "string"
  },
  "formedIn": {
    "label": "Formed in",
    "format": "string"
  },
  "initialFilingDate": {
    "label": "Filed",
    "format": "string"
  },
  "registeredAgent": {
    "label": "Agent",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [California SoS Business Scraper - Agent & Status](https://apify.com/regdata/california-sos-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/california-sos-business-scraper) to learn more, explore other use cases, and run it yourself.