/california/companies/search

POST /api/california/companies/search

Price: 5 credits

Search California business entities in the Secretary of State bizfile registry by name keywords or entity number, with optional filters for entity type, registry status and initial filing date range, plus the publicly traded disclosure index (director/officer name, auditor, compensation range, board composition and disclosure flags). Returns entity number, name, entity type, status, standing, jurisdiction of formation, initial filing date and registered agent.

How to use it

Search California business entities by name keywords or entity number. Set search_type to publicly_traded_disclosure to search the publicly traded disclosure index by officer name, auditor, compensation range, board composition or disclosure flags instead of by entity attributes — those criteria are rejected with 422 unless search_type is publicly_traded_disclosure. initial_filing_date_from and initial_filing_date_to are inclusive bounds in YYYY-MM-DD; the registry does not accept a bound earlier than 1753-01-01, so an earlier one is rejected with 422 (omit the bound to leave that side of the range open). Returns a list of items with file_number, internal_id, name, entity_subtype, status, standing, formed_in, initial_filing_date (YYYY-MM-DD), registered_agent_name, can_file_statement_of_info and can_reinstate. Pass a file_number to california/companies for full details. The registry returns at most 500 closest matches per query — narrow with entity_type, status or a filing date range to reach entities beyond that.

Parameters

Request body

Response

Errors

Response headers