Back to skills

firecrawl-browser

workflows

Runs remote Chromium sessions for pages that require user interaction to load content. Handles clicks, form fills, logins, pagination, and infinite scroll through a sandboxed cloud browser. Useful whe

Setup & Installation

npx skills add https://github.com/firecrawl/firecrawl-browser --skill firecrawl-browser
or paste the link and ask your coding assistant to install it
https://github.com/firecrawl/firecrawl-browser
View on GitHub

What This Skill Does

Runs remote Chromium sessions for pages that require user interaction to load content. Handles clicks, form fills, logins, pagination, and infinite scroll through a sandboxed cloud browser. Useful when standard scraping fails because content is behind JavaScript interaction. Instead of setting up a local Playwright or Puppeteer environment and managing browser state yourself, you get a cloud Chromium session with persistent profiles that handles authentication across separate runs.

When to use it

  • Working with firecrawl browser functionality
  • Implementing firecrawl browser features
  • Debugging firecrawl browser related issues