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

# /zauba/companies

> Get full India MCA company master data by CIN or LLPIN: name, status, class, category and sub category, ROC, registration number, date of incorporation, listed/unlisted, authorised and paid-up share capital, NIC code and activity description, registered address, email, member count, previous names and CINs, annual compliance dates, current and past directors (DIN, name, designation, appointment/cessation), and registered charges (secured loans).

**Price:** 20 credits

**⚠️ Common errors:** 412: Company not found (well-formed but nonexistent CIN/LLPIN, or page has no company data)



## OpenAPI

````yaml /openapi/company-registries.json post /api/zauba/companies
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/zauba/companies:
    post:
      tags:
        - /zauba
      summary: /zauba/companies
      description: >-
        Get full India MCA company master data by CIN or LLPIN: name, status,
        class, category and sub category, ROC, registration number, date of
        incorporation, listed/unlisted, authorised and paid-up share capital,
        NIC code and activity description, registered address, email, member
        count, previous names and CINs, annual compliance dates, current and
        past directors (DIN, name, designation, appointment/cessation), and
        registered charges (secured loans).


        **Price:** 20 credits


        **⚠️ Common errors:** 412: Company not found (well-formed but
        nonexistent CIN/LLPIN, or page has no company data)
      operationId: __api_zauba_companies_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ZaubaCompaniesPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ZaubaCompany'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    ZaubaCompaniesPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        company:
          type: string
          minLength: 1
      type: object
      required:
        - company
    ZaubaCompany:
      properties:
        '@type':
          type: string
          default: ZaubaCompany
        cin:
          type: string
        name:
          type: string
        is_llp:
          type: boolean
          default: false
        status:
          anyOf:
            - type: string
            - type: 'null'
        company_class:
          anyOf:
            - type: string
            - type: 'null'
        category:
          anyOf:
            - type: string
            - type: 'null'
        sub_category:
          anyOf:
            - type: string
            - type: 'null'
        roc:
          anyOf:
            - type: string
            - type: 'null'
        registration_number:
          anyOf:
            - type: string
            - type: 'null'
        date_of_incorporation:
          anyOf:
            - type: string
            - type: 'null'
        is_listed:
          anyOf:
            - type: boolean
            - type: 'null'
        authorized_capital:
          anyOf:
            - type: number
            - type: 'null'
        paid_up_capital:
          anyOf:
            - type: number
            - type: 'null'
        obligation_of_contribution:
          anyOf:
            - type: number
            - type: 'null'
        member_count:
          anyOf:
            - type: integer
            - type: 'null'
        partner_count:
          anyOf:
            - type: integer
            - type: 'null'
        designated_partner_count:
          anyOf:
            - type: integer
            - type: 'null'
        nic_code:
          anyOf:
            - type: string
            - type: 'null'
        nic_description:
          anyOf:
            - type: string
            - type: 'null'
        registered_address:
          anyOf:
            - type: string
            - type: 'null'
        email:
          anyOf:
            - type: string
            - type: 'null'
        website_url:
          anyOf:
            - type: string
            - type: 'null'
        last_agm_date:
          anyOf:
            - type: string
            - type: 'null'
        last_balance_sheet_date:
          anyOf:
            - type: string
            - type: 'null'
        previous_names:
          items:
            type: string
          type: array
          default: []
        previous_cins:
          items:
            type: string
          type: array
          default: []
        directors:
          items:
            $ref: '#/components/schemas/ZaubaDirector'
          type: array
          default: []
        charges:
          items:
            $ref: '#/components/schemas/ZaubaCharge'
          type: array
          default: []
      type: object
      required:
        - cin
        - name
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    ZaubaDirector:
      properties:
        '@type':
          type: string
          default: ZaubaDirector
        din:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        designation:
          anyOf:
            - type: string
            - type: 'null'
        appointment_date:
          anyOf:
            - type: string
            - type: 'null'
        cessation_date:
          anyOf:
            - type: string
            - type: 'null'
        is_current:
          anyOf:
            - type: boolean
            - type: 'null'
      type: object
    ZaubaCharge:
      properties:
        '@type':
          type: string
          default: ZaubaCharge
        charge_id:
          anyOf:
            - type: string
            - type: 'null'
        creation_date:
          anyOf:
            - type: string
            - type: 'null'
        modification_date:
          anyOf:
            - type: string
            - type: 'null'
        closure_date:
          anyOf:
            - type: string
            - type: 'null'
        assets:
          anyOf:
            - type: string
            - type: 'null'
        amount:
          anyOf:
            - type: number
            - type: 'null'
        charge_holder:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    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

````