This is an n8n community node for Browserless — a headless browser API service for web scraping, screenshots, PDF generation, and browser automation.
n8n is a fair-code licensed workflow automation platform.
Installation | Operations | Credentials | Resources
Follow the installation guide in the n8n community nodes documentation.
- Get Content — Retrieve the fully rendered HTML of a page, including JavaScript-rendered content
- Scrape — Extract structured data from a page using CSS selectors
- Smart Scrape — Scrape a page with automatic fallbacks for blocked or JS-heavy sites
- Screenshot — Capture a screenshot as PNG, JPEG, or WebP
- PDF — Generate a PDF document from a web page
- Search — Search the web and return results
- Map URLs — Discover URLs on a site or within its sitemap
- Run Function — Execute custom JavaScript/Puppeteer code server-side
- Download — Download a file triggered by browser automation
- Export — Fetch a URL and stream it in its native content type
- Unblock — Bypass CAPTCHAs and bot detection to access a page
- Performance Audit — Run Lighthouse audits for performance, SEO, and accessibility
- Crawl — Crawl a website and extract content from every page
You need a Browserless API token to use this node:
- Sign up at browserless.io
- Get your API token from the dashboard
- In n8n, create new Browserless API credentials
- Enter your API token and base URL (default:
https://production-sfo.browserless.io)
For self-hosted Browserless instances, change the base URL to your instance address.