What problem does it solve? Plain web scraping fails when content only appears after clicks, form submissions, pagination, or login flows. This Skill guides you to integrate Firecrawl's /interact endpoint so your product can perform multi-step browser actions and extract data that static scraping cannot reach. ## Core Features & Use Cases - Browser Action Integration: Add clicks, form fills, pagination, and navigation to your scraping pipeline using the Firecrawl /interact endpoint. - Authenticated Flows: Use persistent browser profiles when your feature requires login-gated dashboards or session state across requests. - Escalation Guidance: Start with /scrape for readable pages and escalate to /interact only when the page must be manipulated. - Use Case: Your app needs to scrape search results hidden behind a faceted filter form. Use this Skill to write integration code that fills the form, paginates through results, and extracts the data in one browser context. ## Quick Start Ask the AI to integrate Firecrawl /interact into your product code so it can click through pagination and extract the results from a dynamic page.