Browserless
Overview
SLUG: BROWSERLESS
Description
Browserless is a service that provides headless browser automation, allowing users to run automations on their own sites with browser infrastructure.
Authentication Details
Bearer Token
Connecting to Browserless
Create an auth config
Use the dashboard to create an auth config for the Browserless toolkit. This allows you to connect multiple Browserless accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using Bearer Token
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Browserless toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
BROWSERLESS_DOWNLOAD_FILE
Tool Name: Download file using Puppeteer script
Description
Action Parameters
Action Response
BROWSERLESS_EXECUTE_CUSTOM_FUNCTION
Tool Name: Execute Custom Function
Description
Action Parameters
Action Response
BROWSERLESS_FETCH_HTML_CONTENT
Tool Name: Fetch HTML Content
Description
Action Parameters
Action Response
BROWSERLESS_GENERATE_PDF
Tool Name: Generate PDF from webpage
Description
Action Parameters
Action Response
BROWSERLESS_SCRAPE_CONTENT
Tool Name: Scrape webpage content using CSS selectors
Description
Action Parameters
Action Response
BROWSERLESS_TAKE_SCREENSHOT
Tool Name: Take Screenshot
Description
Action Parameters
Action Response
BROWSERLESS_UNBLOCK_PROTECTED_CONTENT
Tool Name: Unblock Protected Content
Description
Action Parameters
Action Response