https://github.com/bdim404/tianyancha-dify-plugin
一个用于集成天眼查企业信息查询功能的Dify插件。 A Dify plugin for Tianyancha enterprise information query integration.
https://github.com/bdim404/tianyancha-dify-plugin
ai dify dify-plugins enterprise information
Last synced: about 2 months ago
JSON representation
一个用于集成天眼查企业信息查询功能的Dify插件。 A Dify plugin for Tianyancha enterprise information query integration.
- Host: GitHub
- URL: https://github.com/bdim404/tianyancha-dify-plugin
- Owner: bdim404
- License: mit
- Created: 2025-05-18T15:06:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-26T07:23:30.000Z (9 months ago)
- Last Synced: 2025-05-26T09:00:49.588Z (9 months ago)
- Topics: ai, dify, dify-plugins, enterprise, information
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tianyancha Dify Plugin
[中文文档](./README.zh.md)
A Dify plugin for Tianyancha enterprise information query integration.
## About Tianyancha
Tianyancha is a well-known enterprise information query platform in China, providing multi-dimensional enterprise information query services including business registration information, judicial risks, operational status, intellectual property, and more. The platform integrates public data from multiple government departments to provide users with comprehensive and accurate enterprise information.
You can visit [Tianyancha official website](https://www.tianyancha.com/) for more information.
## Usage
### Install
You can download [the latest release](https://github.com/bdim404/tianyancha-dify-plugin/releases/latest) and upload it to the Dify platform. For detailed instructions, please refer to [Install and Use Plugins: Local File Upload](https://docs.dify.ai/plugins/quick-start/install-plugins#local-file-upload).
### Packing (Optional)
If you want to pack this plugin yourself, make sure you have [dify-plugin-daemon](https://github.com/langgenius/dify-plugin-daemon/releases) installed, and then download or `git clone` this repository. After that, you can pack it using the following command:
```
dify-plugin-daemon plugin package ./tianyancha-dify-plugin
```
For more information, please refer to [Tool Plugin: Packing Plugin](https://docs.dify.ai/plugins/quick-start/develop-plugins/tool-plugin#packing-plugin).
### Set Up Authorization
After installing the plugin, you need to configure the connection to the Tianyancha API.
You need to provide the following credential:
- **API Token**: Authorization token for accessing the Tianyancha Open API
You can apply for and obtain an API Token from the [Tianyancha Open Platform](https://open.tianyancha.com/). You can view your Token information on the Data Center -> My APIs page.
During the setup process, the plugin will verify your credentials to ensure that it can successfully connect to the Tianyancha API service.
Once the authorization setup is complete, you can interact with the Tianyancha API using this plugin.
### Features
This plugin supports the following features:
1. **Basic Information Query**: Query basic business registration information of enterprises, including enterprise name, registered capital, establishment date, legal representative, business scope, etc.
2. **Business Information Query**: Query detailed business information of enterprises, including shareholder information, key personnel, external investments, branch institutions, change records, etc.
3. **Judicial Risk Query**: Query judicial risk information of enterprises, including legal proceedings, court announcements, court hearing announcements, dishonest entities, persons subject to enforcement, etc.
4. **External Guarantees Query**: Query information about external guarantees provided by enterprises, including announcement date, guarantor, guaranteed party, guarantee method, guarantee amount, etc.
5. **Chattel Mortgage Query**: Query chattel mortgage announcement information of enterprises, including mortgage registration information, creditor information, collateral details, and change records.
6. **Serious Illegal Information Query**: Query serious illegal information of enterprises, including reasons for inclusion/removal, dates, and the authorities that made the decisions.
7. **Public Notice Query**: Query bill public notice information of enterprises, including bill details, bill number, bill type, face value, announcement date, announcement content, etc.
You can call this plugin in Dify workflows or elsewhere. All parameters have detailed annotations. Simply provide the company name or ID and select the type of information you need to query to get the corresponding results.
## Author
**Author:** bdim, fernvenue
**Version:** 0.2.1
**Type:** tool