mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/780
Author: @Idanvilenski
Created: 6/26/2025
Status: ❌ Closed
Base:
main← Head:brightdata-plugin-update📝 Commits (10+)
9bd3116Create LICENSE5e7c987Add files via upload3fe755bRename brightdata_plugin (1).difypkg to brightdata_plugin.difypkg51fab1fCreate PRIVACY.mdd68ce9fCreate GUIDE.md57931eaCreate README.mdddc0a29Create demo1.PNGf0fce4eCreate search_engine.yamlc935b50Add files via upload43363caCreate bright-data.yaml📊 Changes
17 files changed (+1178 additions, -0 deletions)
View changed files
➕
BrightData/brightdata-dify-plugin/LICENSE(+43 -0)➕
BrightData/brightdata-dify-plugin/PRIVACY.md(+40 -0)➕
BrightData/brightdata-dify-plugin/README.md(+61 -0)➕
BrightData/brightdata-dify-plugin/assets/demo1.PNG(+1 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin.difypkg(+0 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/_assets/icon.svg(+1 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/main.py(+6 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/manifest.yaml(+41 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/provider/brightdata.py(+20 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/provider/brightdata.yaml(+36 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/requirements.txt(+2 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/tools/scrape_as_markdown.py(+57 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/tools/scrape_as_markdown.yaml(+38 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/tools/search_engine.py(+75 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/tools/search_engine.yaml(+69 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/tools/structured_data_feeds.py(+638 -0)➕
BrightData/brightdata-dify-plugin/brightdata_plugin/tools/structured_data_feeds.yaml(+50 -0)📄 Description
Updated README.md and manifest files to contain the relevant information for the plugin description and instructions on the Dify marketplace. Follow-up on PR #653
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This plugin provides comprehensive web scraping and data extraction capabilities powered by Bright Data's enterprise-grade infrastructure. It supports 50+ platforms including major e-commerce sites (Amazon, eBay, Walmart), social media platforms (LinkedIn, Instagram, YouTube, TikTok), business intelligence sources (Crunchbase, ZoomInfo), and search engines.
Key Features:
Supported Platforms:
E-commerce (Amazon, eBay, Walmart, Best Buy, Etsy, Zara), Social Media (Instagram, Facebook, TikTok, YouTube, X), Professional Networks (LinkedIn), Business Intelligence (Crunchbase, ZoomInfo), Maps & Reviews (Google Maps, Booking), News (Reuters), App Stores (Google Play, Apple App Store), and Financial data (Yahoo Finance).
This plugin brings enterprise-grade web scraping capabilities to the Dify ecosystem, enabling users to build sophisticated data collection workflows without complex infrastructure setup.
4. 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 collect any user personal data. The plugin processes user-provided URLs and search queries solely for web scraping purposes, handles publicly available web content temporarily during extraction, and securely manages Bright Data API credentials for authentication only. All data processing occurs in real-time and is not stored or retained.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.