Browserless Integration
Connect Browserless to Arahi's no-code AI developers and automate workflows in minutes.
About the Browserless integration
Browserless is a service that allows you to run headless Chrome instances in the cloud. With Arahi AI, you can connect Browserless to Algolia, Assembla, Auth0 (Management API) and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- Developer Tools
- Authentication
- keys
Browserless automation use cases
- CI failure → on-call page
- Page the on-call engineer when a Browserless pipeline fails on main — no manual triage.
- PR ready-for-review broadcast
- Ping the right reviewer in Slack when a Browserless PR is ready, based on code-owners or labels.
- Release notes generation
- Generate release notes from merged Browserless PRs with Conventional Commits parsing.
- Issue sync across trackers
- Mirror Browserless issues to Linear, Jira, or Asana with bidirectional status sync.
Browserless workflow examples
- Scrape competitor pricing into Sheets
A daily schedule calls Scrape webpage content using CSS selectors on competitor pricing pages, then writes each tier into a Google Sheets pricing tracker.
Daily cron fires then Scrape webpage content updates Google Sheets.
- Generate invoice PDFs for Stripe emails
Stripe charge webhooks trigger Generate PDF from webpage on a rendered invoice URL, then the PDF is attached to a Postmark receipt email to the customer.
Stripe charge succeeded then Generate PDF from webpage runs.
- Screenshot pages for Notion QA logs
Marketing publishes trigger Take Screenshot on the live URL, then the image is uploaded to a Notion QA database row alongside the page title and date.
Page published then Take Screenshot uploads to Notion.
Browserless actions
- Download file using Puppeteer script
- This tool allows downloading files that chrome has downloaded during the execution of puppeteer code. it sets up a blank page, creates a fresh download directory, injects the provided code, and executes it. once the script finishes, any downloaded files from chromium are returned with the appropriate content-type header.
- Execute Custom Function
- A tool that allows executing custom puppeteer scripts via http requests. this endpoint enables users to run browser automation tasks without managing their own infrastructure.
- Fetch HTML Content
- This tool fetches the complete html content of a webpage using browserless's content api. it's designed to retrieve the full html contents of any website, including dynamically generated content.
- Generate PDF from webpage
- This tool generates a pdf from a specified webpage using browserless's pdf generation api. it allows specifying the url of the webpage along with parameters such as format, filename, and waituntil options to control the pdf generation process.
- Scrape webpage content using CSS selectors
- A tool to extract structured content from a webpage by specifying css selectors. the tool navigates to the specified url, waits for the page to load (including parsing and executing javascript), and returns the selected elements in a structured json format.
- Take Screenshot
- A tool that captures a screenshot of a webpage using browserless's screenshot api. the tool takes a url and returns either a png or jpeg image. it includes options for full page capture, image type, quality, and clipping coordinates.
- Unblock Protected Content
- This tool provides access to content from websites that implement bot protection mechanisms. it is designed to bypass various types of protection (such as captcha and bot detections) and return the html content of the protected webpage, with optional customization through parameters like waitfor, timeout, and stealth mode.