California Business Entity API - CALICO Key Required avatar

California Business Entity API - CALICO Key Required

Deprecated

Pricing

Pay per usage

Go to Apify Store
California Business Entity API - CALICO Key Required

California Business Entity API - CALICO Key Required

Deprecated

Search California Secretary of State business entity records with a CA SOS CALICO API key. No-key browser scraping is blocked by Incapsula and returns a setup item instead of slow empty runs. Use for KYB, merchant onboarding, vendor checks, registry data, and California business leads.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

29

Total users

3

Monthly active users

2 days ago

Last modified

Share

Search California Secretary of State business entity records through the official CALICO API. Look up LLCs, corporations, and limited partnerships by name or entity number when you provide a CA SOS CALICO API key.

Important: no-key browser scraping is currently blocked by Incapsula on the official CA site. Runs without apiKey return a clear setup item instead of spending minutes on slow empty browser attempts.


What You Get

Each result is one business entity record.

FieldTypeDescription
entityIdstringOfficial CA entity number (e.g. C4903785)
entityNamestringRegistered entity name
entityTypestringLLC, Corporation, LP, etc.
statusDescriptionstringActive, Dissolved, Suspended, etc.
filingDatestringDate of original filing
jurisdictionstringState or country of formation
agentNamestringRegistered agent of service
agentAddress1stringAgent street address
agentCitystringAgent city
agentStatestringAgent state
agentZipCodestringAgent ZIP code
entityStreetAddress1stringPrincipal address
entityCitystringPrincipal city
entityStatestringPrincipal state
entityZipCodestringPrincipal ZIP code
mailingStreetAddress1stringMailing address
mailingCitystringMailing city
mailingStatestringMailing state
mailingZipCodestringMailing ZIP code
standingSOSintegerSecretary of State standing code
standingFTBintegerFranchise Tax Board standing code
standingAgentintegerAgent standing code
standingVCFCFintegerVCFCF standing code
searchTermstringKeyword used to find this entity

Who Uses This

Business bankers targeting newly registered LLCs and corps for business checking accounts, credit lines, and merchant services. Filter by filing date to find entities registered this week.

Insurance agents selling general liability, E&O, and workers' comp to new businesses. Registered agent names and principal addresses are ready for outreach.

Accountants and CPAs prospecting new business clients at tax season. New LLC filings mean new businesses that need bookkeeping, payroll, and tax prep.

Web agencies and SaaS sales teams building targeted prospect lists of California businesses. Search by keyword and filter by filing date to focus on recently formed companies.

Compliance and legal teams verifying that a counterparty is active and in good standing with the Secretary of State and Franchise Tax Board before executing contracts, extending credit, or onboarding a vendor.


How to Use

Quick Start (CALICO API key required for live data)

  1. Get or provide a CA SOS CALICO API key from calicodev.sos.ca.gov.
  2. Pass it in the apiKey input field, or set CA_SOS_API_KEY as an environment variable in Actor settings.
  3. Configure keyword searches or entity-number lookups.

Search by keyword:

{
"apiKey": "YOUR_CA_SOS_CALICO_API_KEY",
"searchTerms": ["Acme", "Pacific Holdings"],
"maxResults": 50
}

Look up specific entities by number:

{
"apiKey": "YOUR_CA_SOS_CALICO_API_KEY",
"entityNumbers": ["C4903785", "201527510001"]
}

No-key behavior

If apiKey is omitted, the actor exits quickly with a setup item:

{"setupStatus":"requires_ca_sos_calico_api_key","state":"CA"}

Input reference

ParameterTypeDescription
apiKeystringRequired for live CA data. California SOS browser search is blocked by Incapsula.
searchTermsstring[]Keywords to search in entity names when apiKey is provided
entityNumbersstring[]Specific CA entity numbers for exact lookup when apiKey is provided
createdDateStartstringOnly return entities filed on or after this date (YYYY-MM-DD)
createdDateEndstringOnly return entities filed on or before this date (YYYY-MM-DD)
beginsWithbooleanWhen true, only matches names starting with the keyword. Default: false
maxResultsintegerMaximum number of results to return. 0 for no limit

Cost Estimate

Pricing is pay-per-result with a small run start fee. Check the Apify pricing panel for the current live rate before running.

Run sizeWhat to expect
10 resultsSmall verification or sample lookup
100 resultsFocused California prospect or KYB batch
500 resultsLarger lead-list or registry monitoring export
1,000 resultsHigh-volume California business data pull

Runs without apiKey return setup guidance without using browser/proxy mode. CALICO API mode has no proxy costs.


Output Formats

Results are available in JSON, CSV, and Excel from the Apify dataset viewer. You can also connect the output to downstream tools via the Apify API or webhooks.


FAQ

Do I need to provide my own API key? Yes for live CA results. The official CA SOS website is currently blocked by Incapsula for automated no-key browser search, so runs without apiKey return a setup item instead of empty browser results.

How many results does a keyword search return? With a CALICO API key: up to 150 per keyword (CA SOS API limit).

What does the standing code mean? Standing codes indicate whether the entity is in good standing with the relevant agency. A value of 1 typically indicates good standing; other values indicate delinquency, suspension, or forfeiture.

Can I look up an entity by its exact CA entity number? Yes. Use the entityNumbers field with the full entity number (e.g. C4903785 or 201527510001).

Is the data real-time? Yes. The actor queries the live CA SOS database on each run.