What problem does it solve? Plain web scraping fails when content only appears after clicks, form fills, or navigation. This Skill guides you in integrating Firecrawl's /interact endpoint into product code so your application can perform multi-step browser actions that /scrape alone cannot complete. ## Core Features & Use Cases - Browser Action Integration: Add clicks, typing, form fills, and pagination handling to product features using the Firecrawl /interact endpoint. - Escalation Guidance: Start with /scrape and escalate to /interact only when the page must be manipulated, keeping browser workflows scoped to the minimum needed. - Authenticated Flows: Use persistent profiles for login-gated dashboards and flows that require authenticated state across sessions. - Use Case: A product feature must search a faceted catalog, paginate through results, and extract listings that only render after interaction. Use this Skill to wire /interact into that flow in Node, Python, Rust, Java, Elixir, or cURL. ## Quick Start Ask the AI to integrate Firecrawl /interact into your product code so a feature can fill a search form, paginate results, and extract the dynamic content.