> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /california/companies/search

> 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.

**Price:** 5 credits



## OpenAPI

````yaml /openapi/company-registries.json post /api/california/companies/search
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/california/companies/search:
    post:
      tags:
        - US
      summary: /california/companies/search
      description: >-
        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.


        **Price:** 5 credits
      operationId: __api_california_companies_search_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CaliforniaCompaniesSearchPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CaliforniaCompanySearchItem'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    CaliforniaCompaniesSearchPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        query:
          type: string
          default: ''
        count:
          type: integer
          maximum: 500
          minimum: 1
        starts_with:
          type: boolean
          default: false
        search_type:
          $ref: '#/components/schemas/CaliforniaSearchType'
          default: entity_information
        entity_type:
          anyOf:
            - $ref: '#/components/schemas/CaliforniaEntityType'
            - type: 'null'
        status:
          anyOf:
            - $ref: '#/components/schemas/CaliforniaStatus'
            - type: 'null'
        initial_filing_date_from:
          anyOf:
            - type: string
            - type: 'null'
        initial_filing_date_to:
          anyOf:
            - type: string
            - type: 'null'
        officer_first_name:
          anyOf:
            - type: string
            - type: 'null'
        officer_middle_name:
          anyOf:
            - type: string
            - type: 'null'
        officer_last_name:
          anyOf:
            - type: string
            - type: 'null'
        auditor_name:
          anyOf:
            - type: string
            - type: 'null'
        compensation_from:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        compensation_to:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        female_director_count:
          anyOf:
            - $ref: '#/components/schemas/CaliforniaBoardDirectorCount'
            - type: 'null'
        underrepresented_director_count:
          anyOf:
            - $ref: '#/components/schemas/CaliforniaBoardDirectorCount'
            - type: 'null'
        corporation_bankruptcy:
          type: boolean
          default: false
        corporation_legal_proceedings:
          type: boolean
          default: false
        shares:
          type: boolean
          default: false
        options:
          type: boolean
          default: false
        bankruptcy:
          type: boolean
          default: false
        fraud:
          type: boolean
          default: false
        loans:
          type: boolean
          default: false
      type: object
      required:
        - count
    CaliforniaCompanySearchItem:
      properties:
        '@type':
          type: string
          default: CaliforniaCompanySearchItem
        file_number:
          type: string
        internal_id:
          type: integer
        name:
          anyOf:
            - type: string
            - type: 'null'
        entity_subtype:
          anyOf:
            - type: string
            - type: 'null'
        status:
          anyOf:
            - type: string
            - type: 'null'
        standing:
          anyOf:
            - type: string
            - type: 'null'
        formed_in:
          anyOf:
            - type: string
            - type: 'null'
        initial_filing_date:
          anyOf:
            - type: string
            - type: 'null'
        registered_agent_name:
          anyOf:
            - type: string
            - type: 'null'
        can_file_statement_of_info:
          type: boolean
          default: false
        can_reinstate:
          type: boolean
          default: false
      type: object
      required:
        - file_number
        - internal_id
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    CaliforniaSearchType:
      type: string
      enum:
        - entity_information
        - publicly_traded_disclosure
    CaliforniaEntityType:
      type: string
      enum:
        - agricultural_cooperative
        - all_corporations_including_cooperatives
        - all_limited_liability_companies
        - all_limited_partnerships
        - cannabis_cooperative_association
        - corporation_sole
        - foreign_name_registration
        - general_cooperative
        - limited_liability_company_ca
        - limited_liability_company_out_of_state
        - limited_partnership_ca
        - limited_partnership_out_of_state
        - name_reservation
        - nonprofit_corporation_ca_mutual_benefit
        - nonprofit_corporation_ca_mutual_benefit_common_interest_development
        - nonprofit_corporation_ca_mutual_benefit_credit_union
        - nonprofit_corporation_ca_public_benefit
        - nonprofit_corporation_ca_public_benefit_common_interest_development
        - nonprofit_corporation_ca_religious
        - nonprofit_corporation_out_of_state
        - non_registered_entity
        - out_of_state_association
        - statutory_corporation
        - stock_corporation_ca_benefit
        - stock_corporation_ca_close
        - stock_corporation_ca_general
        - stock_corporation_ca_insurer
        - stock_corporation_ca_professional
        - stock_corporation_ca_social_purpose
        - stock_corporation_out_of_state_insurer
        - stock_corporation_out_of_state_professional
        - stock_corporation_out_of_state_stock
        - unincorporated_association
        - unincorporated_common_interest_development
        - unincorporated_nonprofit_association
    CaliforniaStatus:
      type: string
      enum:
        - active
        - active_pending_future_effective_date
        - active_pending_future_file_date
        - active_pending_merger
        - active_pending_termination
        - consolidated_out
        - converted_out
        - forfeited_ftb
        - forfeited_ftb_sos
        - forfeited_ftb_sos_vcfcf
        - forfeited_sos
        - forfeited_vcfcf
        - inactive
        - merged_out
        - suspended_ftb
        - suspended_ftb_sos
        - suspended_ftb_sos_vcfcf
        - suspended_sos
        - suspended_vcfcf
        - terminated
        - terminated_court_order
        - terminated_ftb_admin
        - terminated_sos_admin
        - terminated_term_expired
    CaliforniaBoardDirectorCount:
      type: string
      enum:
        - '0'
        - '1'
        - '2'
        - 3_or_more
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````