Patsnap Enterprise Basic Data API

Enterprise Basic Data APIs.

OpenAPI Specification

patsnap-enterprise-basic-data-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Patsnap Open Platform AI Translation Enterprise Basic Data API
  version: 1.0.0
  description: OpenAPI specification for Patsnap Open Platform APIs, including patent search, analytics, and Eureka AI capabilities.
servers:
- url: https://connect.patsnap.com
  description: Patsnap Open Platform API gateway
tags:
- name: Enterprise Basic Data
  description: Enterprise Basic Data APIs.
paths:
  /company/outbound-investment:
    post:
      operationId: c002CompanyOutboundInvestment
      summary: C002 outbound investment
      description: This interface provides enterprise information for external investment
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c002 outbound investment response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C002CompanyOutboundInvestmentResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/outbound-investment
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C002CompanyOutboundInvestmentRequest'
  /company/standard-information:
    post:
      operationId: c020CompanyStandardInformation
      summary: C020 standard information
      description: This interface provides detailed information on all standards recognized by the enterprise, including national standards, industry standards, local standards, and team standards
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c020 standard information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C020CompanyStandardInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/standard-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C020CompanyStandardInformationRequest'
  /company/financing-information:
    post:
      operationId: c013CompanyFinancingInformation
      summary: C013 financing information
      description: This interface provides detailed information of enterprise financing events
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c013 financing information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C013CompanyFinancingInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/financing-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C013CompanyFinancingInformationRequest'
  /company/ipo-process:
    post:
      operationId: c019CompanyIpoProcess
      summary: C019 IPO process
      description: This interface provides information related to enterprise IPO declaration
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c019 ipo process response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C019CompanyIpoProcessResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/ipo-process
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C019CompanyIpoProcessRequest'
  /company/qualification-certificate:
    post:
      operationId: c021CompanyQualificationCertificate
      summary: C021 qualification certificate
      description: This interface provides certificate information obtained by enterprises, including quality management system certification (ISO9001), safety production license, etc
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c021 qualification certificate response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C021CompanyQualificationCertificateResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/qualification-certificate
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C021CompanyQualificationCertificateRequest'
  /company/registration-information:
    post:
      operationId: c001CompanyRegistrationInformation
      summary: C001 registration information
      description: This interface is to provide the company's Enterprise information, such as unified social credit code, enterprise status, registered capital, etc.
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c001 registration information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C001CompanyRegistrationInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/registration-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C001CompanyRegistrationInformationRequest'
  /company/shareholder-information:
    post:
      operationId: c003CompanyShareholderInformation
      summary: C003 shareholder information
      description: This interface provides all shareholder information of the enterprise
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c003 shareholder information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C003CompanyShareholderInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/shareholder-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C003CompanyShareholderInformationRequest'
  /company/technology-qualification:
    post:
      operationId: c014CompanyTechnologyQualification
      summary: C014 technology qualification
      description: This interface provides details of all scientific and technological qualifications recognized by enterprises
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c014 technology qualification response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C014CompanyTechnologyQualificationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/technology-qualification
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C014CompanyTechnologyQualificationRequest'
  /company/listing-Information:
    post:
      operationId: c018CompanyListingInformation
      summary: C018 listing Information
      description: This interface provides listing information of enterprises, including stock codes, listing time, exchanges, listing sectors, etc
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c018 listing information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C018CompanyListingInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/listing-Information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C018CompanyListingInformationRequest'
  /company/awards-information:
    post:
      operationId: c015CompanyAwardsInformation
      summary: C015 awards information
      description: This interface provides detailed information about the relevant awards obtained by the enterprise
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c015 awards information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C015CompanyAwardsInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/awards-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C015CompanyAwardsInformationRequest'
  /company/main-member:
    post:
      operationId: c016CompanyMainMember
      summary: C016 main menber
      description: This interface provides information about key personnel of the enterprise, including directors, supervisors and senior executives of the enterprise
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c016 main menber response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C016CompanyMainMemberResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/main-member
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C016CompanyMainMemberRequest'
  /company/core-member:
    post:
      operationId: c017CompanyCoreMember
      summary: C017 core member
      description: This interface provides information about the core team members of the enterprise as well as personal profiles
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c017 core member response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C017CompanyCoreMemberResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/core-member
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C017CompanyCoreMemberRequest'
  /company/investment-information:
    post:
      operationId: c038CompanyInvestmentInformation
      summary: C038 investment information
      description: This interface provides detailed information of enterprise investment events
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c038 investment information response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C038CompanyInvestmentInformationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/investment-information
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C038CompanyInvestmentInformationRequest'
  /company/search:
    post:
      operationId: c037CompanySearch
      summary: C037 Company Search
      description: This interface uses parameters such as name (keyword search), region (country, province, city, district/county), industry (strategic emerging classification, national economic classification), industrial and commercial information (establishment time, operating status, registered capital, number of insured persons), capital market (financing process, listing status), enterprise label (patent information, technology qualification), science and technology innovation model (global science and technology innovation rating, domestic science and technology innovation rating, whether it is a smart sprout science and technology innovation enterprise) to query and return a list of retrieved enterprises or science and technology innovation enterprises
      tags:
      - Enterprise Basic Data
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful c037 company search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/C037CompanySearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/company/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/C037CompanySearchRequest'
components:
  schemas:
    C016CompanyMainMemberResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/C016CompanyMainMember_CompanyMainMemberResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    C014CompanyTechnologyQualification_CompanyTechQualificationResponse:
      type: object
      properties:
        org_number:
          type: string
          example: 05669441-9
          description: organization code
        credit_code:
          type: string
          example: 913205940566944300
          description: unified social credit code
        company_name:
          type: string
          example: 苏州瀚川智能科技股份有限公司
          description: company name
        tech_qualification:
          type: array
          example: 'Please check the form: TechQualification'
          description: tech qualification details
          items:
            $ref: '#/components/schemas/C014CompanyTechnologyQualification_TechQualification'
    C001CompanyRegistrationInformation_CompanyRegistrationInfoResponse:
      type: object
      properties:
        city:
          type: string
          example: 苏州市
          description: city name
        state:
          type: string
          example: 江苏省
          description: province or state name
        name_en:
          type: string
          example: Bohhom Robot Co. Ltd
          description: company English name
        website:
          type: string
          example: www.yngreen.com
          description: official website
        district:
          type: string
          example: 虎丘区
          description: district name
        location:
          type: string
          example: 吴江经济技术开发区山湖西路558号东运科技园7
          description: original registration address
        reg_code:
          type: string
          example: 320584000306931
          description: Industrial and Commercial Registration Number
        issue_date:
          type: integer
          format: int32
          example: 20220509
          description: issue date
        org_number:
          type: string
          example: 58234321-3
          description: organization code
        tax_number:
          type: string
          example: 91320509582343220
          description: tax identification numbers
        credit_code:
          type: string
          example: 91320509582343220
          description: unified social credit code
        reg_capital:
          type: string
          example: 2000万人民币
          description: registration capital
        company_name:
          type: string
          example: 苏州博众智能机器人有限公司
          description: company name
        founded_date:
          type: integer
          format: int32
          example: 20110926
          description: company founded date
        entity_status:
          type: string
          example: 存续(在营、开业、在册)
          description: company status
        reg_authority:
          type: string
          example: 吉林市市场监督管理局
          description: registration authority
        short_name_cn:
          type: string
          example: 博众智能
          description: company brief name
        actual_capital:
          type: string
          example: 1868万人民币
          description: actual capital
        business_scope:
          type: string
          example: 许可项目:第一类增值电信业务(依法须经批准的项目,经相关部门批准后方可开展经营活动,具体经营项目以审批结果为准)\r\n一般项目:智能机器人的研发;智能机器人销售;人工智能行业应用系统集成服务;人工智能基础软件开发;人工智能应用软件开发;光伏设备及元器件制造;光伏设备及元器件销售;光电子器件制造;光电子器件销售;电子专用材料研发;电子产品销售;电子元器件制造;物联网设备制造;物联网设备销售;租赁服务(不含许可类租赁服务);货物进出口;技术进出口(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)
          description: company business scope
        description_cn:
          type: string
          example: 苏州博众智能机器人有限公司,2011-09-26日成立,经营范围包括许可项目:第一类增值电信业务(依法须经批准的项目,经相关部门批准后方可开展经营活动,具体经营项目以审批结果为准)\r\n一般项目:智能机器人的研发;智能机器人销售;人工智能行业应用系统集成服务;人工智能基础软件开发;人工智能应用软件开发;光伏设备及元器件制造;光伏设备及元器件销售;光电子器件制造;光电子器件销售;电子专用材料研发;电子产品销售;电子元器件制造;物联网设备制造;物联网设备销售;租赁服务(不含许可类租赁服务);货物进出口;技术进出口(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)
          description: company description
        history_name_cn:
          type: array
          example: 苏州博众机器人有限公司
          description: company former name
        social_staff_num:
          type: integer
          format: int32
          example: 35
          description: number of insured employees
        legal_person_name:
          type: string
          example: 刘娜
          description: Juridical Person
        employee_number_interval:
          type: string
          example: 50人以下
          description: number of employees interval
        normalized_entity_type_cn:
          type: string
          example: 有限责任公司
          description: company type
    C038CompanyInvestmentInformation_CompanyInvestmentInformationResponse:
      type: object
      properties:
        org_number:
          type: string
          example: 69294823-X
          description: organization number
        credit_code:
          type: string
          example: 9131011269294823XQ
          description: unified social credit code
        company_name:
          type: string
          example: 上海帆茂信息科技发展有限公司
          description: company name
        to_investees:
          type: array
          example: FoundedOrganization
          description: to investees
          items:
            $ref: '#/components/schemas/C038CompanyInvestmentInformation_FoundedInfo'
        last_funding_date:
          type: string
          example: 20211222
          description: last funding date
        last_funding_round:
          type: string
          example: 天使轮
          description: last funding rounds
        last_funding_total:
          type: string
          example: 未披露
          description: last funding total
        num_funding_rounds:
          type: string
          example: 8
          description: num funding rounds
    C013CompanyFinancingInformation_CompanyFinancingInfoResponse:
      type: object
      properties:
        org_number:
          type: string
          example: 5513850T8-2
          description: organization number
        credit_code:
          type: string
          example: 91110108551385082Q
          description: unified social credit code
        company_name:
          type: string
          example: 小米科技有限责任公司
          description: company name
        financing_detail:
          type: array
          example: 'Please check the form: FinancingInfoDetail'
          description: financing info detail
          items:
            $ref: '#/components/schemas/C013CompanyFinancingInformation_FinancingInfoDetail'
    C015CompanyAwardsInformationResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/C015CompanyAwardsInformation_CompanyAwardsInformationResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    C019CompanyIpoProcess_AcceptProcessResponse:
      type: object
      properties:
        date:
          type: string
          example: 20220303
          description: acceptance date
        audit_status:
          type: string
          example: 已受理
          description: audit status
    C020CompanyStandardInformation_CompanyStandardInformationResponse:
      type: object
      properties:
        org_number:
          type: string
          example: 722088964/72208896-4
          description: organization code
        credit_code:
          type: string
          example: 914200007220889600
          description: unified social credit code
        company_name:
          type: string
          example: 中航工业机电系统股份有限公司
          description: company name
        standard_count:
          type: integer
          format: int32
          example: 7
          description: standard count
        standard_information:
          type: array
          example: ListingInformation
          description: standard information details
          items:
            $ref: '#/components/schemas/C020CompanyStandardInformation_StandardInformation'
    C016CompanyMainMember_MainMember:
      type: object
      properties:
        name:
          type: string
          example: 李虹
          description: person name
        title:
          type: string
          example: 董事长
          description: position
        is_dimission:
          type: string
          example: 0
          description: 'whether or not  resignation (1: Resignation 0: Active)'
    C017CompanyCoreMember_CoreMember:
      type: object
      properties:
        desc:
          type: string
          example: '曹韻丽女士,1963年出生,中国国籍,无永久境外居留权。财务会计专业专科学历,会计师。

            2002年起任职于上海飞凯光电材料股份有限公司,历任财务会计、财务部经理。现任上海飞凯光电材料股份有限公司董事、副总经理。'
          description: personal profiles
        name:
          type: string
          example: 曹韻丽
          description: person name
        title:
          type: string
          example: 副总经理&副董事长&董事
          description: position
        is_dimission:
          type: string
          example: 1
          description: 'whether or not  resignation (1: Resignation 0: Active)'
    C001CompanyRegistrationInformationResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/C001CompanyRegistrationInformation_CompanyRegistrationInfoResponse'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    C002CompanyOutboundInvestment_CompanyOutboundInvestmentResponse:
      type: object
      properties:
        investment:
          type: array
          example: 'Please check the form: Investment'
          description: investment information
          items:
            $ref: '#/components/schemas/C002CompanyOutboundInvestment_Investment'
        org_number:
          type: string
          example: 58234321-3
          description: organization code
        credit_code:
          type: string
          example: 91320509582343220
          description: unified social credit code
        company_name:
          type: string
          example: 苏州博众智能机器人有限公司
          description: company name
    C018CompanyListingInformation_CompanyListingInformationResponse:
      type: object
      properties:
        org_number:
          type: string
          example: 722088964/72208896-4
          description: organization code
        credit_code:
          type: string
          example: 914200007220889600
          description: unified social credit code
        company_name:
          type: string
          example: 中航工业机电系统股份有限公司
          description: company name
        listing_information:
          type: array
          example: 'Please check the form: ListingInformation'
          description: listing information details
          items:
            $ref: '#/components/schemas/C018CompanyListingInformation_ListingInformation'
    C021CompanyQualificationCertificate_QualificationCertificate:
      type: object
      properties:
        detail:
          type: array
          example: 'Please check the form: CertificateDetail'
          description: original certificate details
          items:
            $ref: '#/components/schemas/C021CompanyQualificationCertificate_CertificateDetail'
        cert_no:
          type: string
          example: 0380558
          description: certificate number
        end_date:
          type: string
          example: 20240111
          description: closing date
        start_date:
          type: string
          example: 20210112
          description: date of issuance
        certificate_name:
          type: string
          example: 汽车行业质量管理体系认证
          description: certificate type
    C037CompanySearchResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/C037CompanySearch_TiffyCompanyData'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    C014CompanyTechnologyQualificationRequest:
      type: object
      properties:
        company_name:
          type: string
          example: 小米科技有限责任公司
          description: Query the name of a single enterprise
        credit_code:
          type: string
          example: 91110108551385082Q
          description: Query the unified social credit code of a single enterprise
        org_number:
          type: string
          example: 5513850T82
          description: Query the organization code of a single enterprise
    C003CompanyShareholderInformationRequest:
      type: object
      properties:
        company_name:
          type: string
          example: 小米科技有限责任公司
          description: Query the name of a single enterprise
        credit_code:
          type: string
          example: 91110108551385082Q
          description: Query the unified social credit code of a single enterprise
        org_number:
          type: string
          example: 5513850T82
          description: Quer

# --- truncated at 32 KB (66 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/patsnap/refs/heads/main/openapi/patsnap-enterprise-basic-data-api-openapi.yml