Skip to content

Add Bazhuayu plugin#2355

Open
rocosen wants to merge 2 commits intolanggenius:mainfrom
bazhauyu-team:bump-bazhuayu-plugin-0.0.1-v2
Open

Add Bazhuayu plugin#2355
rocosen wants to merge 2 commits intolanggenius:mainfrom
bazhauyu-team:bump-bazhuayu-plugin-0.0.1-v2

Conversation

@rocosen
Copy link
Copy Markdown

@rocosen rocosen commented Apr 29, 2026

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

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:

  1. search_templates - search cloud-runnable Bazhuayu scraping templates by keyword, template id, or slug.
  2. execute_task - validate parameters, create a Bazhuayu cloud scraping task, and start execution.
  3. 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:

  • Authorization endpoint: https://identity.bazhuayu.com/connect/authorize
  • Token endpoint: https://identity.bazhuayu.com/connect/token
  • Scope: openid profile offline_access

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

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:

  • Search keywords
  • Template names, template IDs, and template slugs
  • Task names
  • Task parameters provided by users
  • Bazhuayu task IDs
  • Export file type and preview row settings
  • Preview rows returned by Bazhuayu task export APIs

Credentials supported by the plugin:

  • Bazhuayu API Key
  • OAuth access token and refresh token managed by Dify

The plugin itself does not intentionally persist exported records or task results.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

@crazywoola
Copy link
Copy Markdown
Member

crazywoola commented Apr 30, 2026

Please resolve the errors in the CI.

@rocosen
Copy link
Copy Markdown
Author

rocosen commented Apr 30, 2026

Fixed the CI issue and updated the plugin package. Please rerun the CI when possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants