Add Bazhuayu plugin#2355
Open
rocosen wants to merge 2 commits intolanggenius:mainfrom
Open
Conversation
Member
|
Please resolve the errors in the CI. |
Author
|
Fixed the CI issue and updated the plugin package. Please rerun the CI when possible. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This plugin adds Bazhuayu cloud web scraping capabilities to Dify. It wraps the existing Bazhuayu Streamable HTTP MCP server and exposes a stable 3-tool workflow:
search_templates- search cloud-runnable Bazhuayu scraping templates by keyword, template id, or slug.execute_task- validate parameters, create a Bazhuayu cloud scraping task, and start execution.export_data- check task progress and export structured results in JSON, CSV, Excel, HTML, or XML format.The plugin supports both API Key and OAuth authentication. OAuth uses the Bazhuayu identity endpoints:
https://identity.bazhuayu.com/connect/authorizehttps://identity.bazhuayu.com/connect/tokenopenid profile offline_access4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin does not intentionally collect or store user personal data inside the plugin package. It forwards user tool inputs and credentials to the configured Bazhuayu MCP server so Bazhuayu can search templates, execute scraping tasks, and export task data.
Depending on user actions, the data processed by the plugin may include:
Credentials supported by the plugin:
The plugin itself does not intentionally persist exported records or task results.
Privacy Policy