I’m excited to introduce the n8n-nodes-brightdata node, developed by myself at n8nhackers.
This community-developed node integrates Bright Data’s Web Unlocker API into n8n, simplifying your web scraping tasks.
Key Features:
- Effortless Web Scraping: Easily scrape websites by specifying the target URL and desired parameters, with the node handling proxy selection, custom headers, fingerprinting, and CAPTCHA resolution.
- Ideal For:
- Scraping without encountering blocks.
- Emulating real-user behavior.
- Assisting teams without proxy infrastructure.
- Accessing premium domains that are typically challenging to scrape.
Installation:
To install the n8n-nodes-brightdata node:
- Navigate to Settings > Community Nodes in your n8n instance.
- Click on Install.
- In the search bar, enter
n8n-nodes-brightdata
. - Select the node from the list and click Install.
For more detailed installation instructions, refer to the n8n community nodes installation guide.
Compatibility:
This node was developed and tested with n8n version 1.81.4.
Usage Example:
To automate the process of collecting and delivering “Deals of the Day” from MediaMarkt:
- User Interaction: Users submit a form selecting product categories and providing their email addresses.
- Data Extraction: The workflow uses the Bright Data node to scrape the MediaMarkt deals page, retrieving data in JSON format.
- Content Processing: Extracted data is processed to generate personalized deal recommendations using AI models.
- Email Delivery: Tailored deal lists are sent to users via email.
This workflow streamlines the collection and distribution of personalized product deals, enhancing user engagement and satisfaction. You can use the next workflow to scrape anything you want:
External nodes Used:
- Document Generator: For generating html output using templates.
Contribution
To make this node even better, please let us know, how you use it. Commits are always welcome.
Issues
If you have any issues, please let us know on GitHub.
About
Node by n8nhackers.com. For productive use and consulting on this, contact us please.
Special thanks to N8n nodemation workflow automation by Jan Oberhauser.