Automate Browserless for free on Stepper
Browserless is a cloud browser automation service that lets you run Puppeteer scripts, take screenshots, generate PDFs, and scrape web pages at scale without managing browser infrastructure.
Actions available for Browserless on Stepper
Take Screenshot
Captures a screenshot of a web page from a URL or raw HTML. Returns metadata about the captured image.
- 10 parameter s
Generate PDF
Generates a PDF document from a web page URL or raw HTML. Returns metadata about the generated PDF.
- 11 parameter s
Scrape Page
Extracts structured data from a fully rendered web page using CSS selectors. Returns matched elements with their text, HTML, and position data.
- 7 parameter s
Get Page Content
Fetches fully rendered HTML from a headless browser, including JavaScript-rendered content. Returns the complete HTML string.
- 7 parameter s
Smart Scrape
Intelligently scrapes a URL using a cascading strategy: fast HTTP fetch, then proxied fetch, then headless browser, then browser with captcha solving. Returns HTML, markdown, screenshot, PDF, or links as requested.
- 3 parameter s
Execute Puppeteer Function
Executes custom Puppeteer code server-side without installing any libraries. The function receives a Puppeteer page object and optional context data.
- 2 parameter s
Unblock Page
Bypasses CAPTCHAs and bot detection, then returns page content, cookies, or a screenshot. Works best with residential proxies.
- 7 parameter s
Run Performance Audit
Runs a Lighthouse audit on a URL and returns performance metrics for accessibility, best practices, performance, PWA, and SEO.
- 3 parameter s
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.