Work with this as data
Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/patsnap-enterprise-basic-data-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
OpenAPI Specification
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:
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
C019CompanyIpoProcess_CompanyIPOProcessResponse:
type: object
properties:
org_number:
type: string
example: MA1MDBFY3/MA1MDBFY-3
description: organization code
credit_code:
type: string
example: 91320213MA1MDBFY36
description: unified social credit code
ipo_process:
type: array
example: 'Please check the form: IPOProcess'
description: IPO process details
items:
$ref: '#/components/schemas/C019CompanyIpoProcess_IPOProcess'
company_name:
type: string
example: 江苏微导纳米科技股份有限公司
description: company name
C003CompanyShareholderInformationResponse:
type: object
properties:
data:
$ref: '#/components/schemas/C003CompanyShareholderInformation_CompanyShareholderInfoResponse'
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
C013CompanyFinancingInformationRequest:
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
C016CompanyMainMember_CompanyMainMemberResponse:
type: object
properties:
org_number:
type: string
example: MA1FL46U-1
description: organization code
credit_code:
type: string
example: 91310000MA1FL46U1L
description: unified social credit code
main_member:
type: array
example: 'Please check the form: MainMember'
description: main members details
items:
$ref: '#/components/schemas/C016CompanyMainMember_MainMember'
company_name:
type: string
example: 华润微电子控股有限公司
description: company name
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
C014CompanyTechnologyQualification_TechQualification:
type: object
properties:
year:
type: string
example: 2021
description: evaluation year
level:
type: string
example: 国家级
description: level
end_date:
type: string
example: 20241118
description: end date
tag_type:
type: string
example: 高新技术企业
description: technical qualification
publish_date:
type: string
example: 20211217
description: publish date
issuing_agency:
type: string
example: 科技部火炬中心
description: issuing agency
C018CompanyListingInformationRequest:
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
C020CompanyStandardInformationRequest:
type: object
properties:
standard_type:
type: string
example: 国家标准
description: Default All (can query All, country standards, industry standards, local standards, and team standards)
page_number:
type: integer
format: int32
example: 1
description: Default page 1 (up to 20 items per page, returned in descending order by publication date, all items less than 20 will be returned)
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
required:
- page_number
C002CompanyOutboundInvestment_Investment:
type: object
properties:
credit_code:
type: string
example: 91120116MA06WGQC4X
description: unified social credit code
company_name:
type: string
example: 天津瀚川智能科技有限公司
description: company name
investment_proportion:
type: number
format: double
example: 60
description: stock proportion
C021CompanyQualificationCertificate_CompanyQualificationCertificateResponse:
type: object
properties:
org_number:
type: string
example: 572927506/57292750-6
description: organization code
credit_code:
type: string
example: 91330424572927506D
description: unified social credit code
company_name:
type: string
example: 浙江新东方汽车零部件有限公司
description: company name
certificate_count:
type: integer
format: int32
example: 1
description: certificate count
qualification_certificate:
type: array
example: 'Please check the form: QualificationCertificate'
description: qualification certificate details
items:
$ref: '#/components/schemas/C021CompanyQualificationCertificate_QualificationCertificate'
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
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'
C019CompanyIpoProcess_IPOProcess:
type: object
properties:
lawyers:
type: string
example: 李源,张露文,刘璐,王金波
description: lawyer
sponsor:
type: string
example: 张建,彭浩
description: sponsor representative
exchange:
type: string
example: 上海交易所
description: exchange
law_firm:
type: string
example: 北京德恒律师事务所
description: law firm
bond_name:
type: string
example: 微导纳米
description: stock abbreviation
bond_type:
type: string
example: 科创板
description: listing sector
evaluators:
type: string
example: 姜海成,尚银波
description: evaluators
accept_date:
type: string
example: 20220303
description: acceptance date
accountants:
type: string
example: 李雯敏,周一惠,郭海龙
description: senior accountant
update_date:
type: string
example: 20220801
description: update date
audit_status:
type: string
example: 上市委会议通过
description: audit status
accept_process:
type: array
example: 'Please check the form: AcceptProcessResponse'
description: acceptance stage
items:
$ref: '#/components/schemas/C019CompanyIpoProcess_AcceptProcessResponse'
accounting_firm:
type: string
example: 天职国际会计师事务所(特殊普通合伙)
description: accounting firm
financing_money:
type: number
format: double
example: 10
description: financing amount (100 million RMB)
sponsor_institution:
type: string
example: 浙商证券股份有限公司
description: sponsor institution
evaluation_organization:
type: string
example: 沃克森(北京)国际资产评估有限公司
description: evaluation organization
C015CompanyAwardsInformation_AwardsQualification:
type: object
properties:
year:
type: string
example: 2010
description: evaluation year
award:
type: string
example: 国家科学技术进步奖
description: award
level:
type: string
example: 国家级
description: level
awards_level:
type: string
example: 二等奖
description: awards level
publish_date:
type: string
example: 20110114
description: publish date
issuing_agency:
type: string
example: 科技部
description: issuing agency
C038CompanyInvestmentInformationRequest:
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
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
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: Query the organization code of a single enterprise
C019CompanyIpoProcess_AcceptProcessResponse:
type: object
properties:
date:
type: string
example: 20220303
description: acceptance date
audit_status:
type: string
example: 已受理
description: audit status
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
C013CompanyFinancingInformation_FinancingInfoDetail:
type: object
properties:
money:
type: string
example: 超1亿美元
description: financing money
round:
type: string
example: E+轮
description: financing rounds
share:
type: string
example: 10%
description: proportion of investors
value:
type: string
example: 15亿美元
description: Company valuation
news_url:
type: string
example: https://36kr.com/p/892489171660039
description: News URL
pub_time:
type: string
example: 20220531
description: financing date
news_title:
type: string
example: 爱回收完成超1亿美元E+轮融资,集团品牌升级为“万物新生”
description: News title
investor_name:
type: string
# --- 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