New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

n8n-nodes-browserless

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-browserless

n8n mode integrate with Browserless platform

  • 0.4.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
478
decreased by-41.85%
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-browserless

This is an n8n community node. It lets you interact with browserless instance in your n8n workflows.

browserless is a web-service that allows for remote clients to connect, drive, and execute headless work; all inside of docker. It offers first-class integrations for puppeteer, playwright, selenium's webdriver, and a slew of handy REST APIs for doing more common work. On top of all that it takes care of other common issues such as missing system-fonts, missing external libraries, and performance improvements. We even handle edge-cases like downloading files, managing sessions, and have a fully-fledged documentation site.

If you've been struggling to get Chrome up and running docker, or scaling out your headless workloads, then browserless was built for you.

You've been tried to do browser related tasks with n8n for example web scraping, browser automation, e2e test. pdf generation and dont want't to care much about the browser infrastructure and interaction then n8n-node-borowserless will make your life much easier.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Highlights

  • Fully controled browserless
  • Cloud compatible
  • Docker support by defailt
  • Live debug browser
  • Inject javascript
  • Render dynamic page
  • Download pdf
  • Capture screenshot
  • Excute custom code

Installation

$ docker run \
  --rm \
  -p 3000:3000 \
  -e "MAX_CONCURRENT_SESSIONS=10" \
	-e "TOKEN=YOUR-SECURE-TOKEN" \
  browserless/chrome:latest
  • Visit your n8n running instance > setttings > community nodes > install n8n-node-browserless
  • Setup borserless credentials url http://localhost:3000 token YOUR-SECURE-TOKEN
  • Adding browserless to your workflow by typing browserless into node search
  • Start using your browserless

Follow the installation guide in the n8n community nodes documentation.

add comunitity noden8n-node-browserless to your n8n platform

Operations

Credentials

This node require a browserless url and token in order to connect to your browserless account or out self-hosted borwserless instance.

Compatibility

I develop the node on n8n@0.200.1. I don't have the change to test on other versions yet.

Usage

  • Add browserless node into your workflow
  • Set up your node image

Resources

Version history

  • 0.0.1 Initital release
  • 0.2.0 Fixed common issues
  • 0.3.0 Fixed #1, implement tests
  • 0.4.0 Adding browser options, adding no-cache as default header

Keywords

FAQs

Package last updated on 26 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc