What problem does it solve? Static scraping fails when content sits behind logins, pagination, infinite scroll, or interactive elements. This Skill lets you act on a scraped page in a live browser session so you can reach content that a plain scrape cannot capture. ## Core Features & Use Cases - Live Browser Interaction: Click buttons, fill forms, log in, paginate, and scroll using natural language prompts or precise code commands against a scraped page. - Persistent Profiles: Save cookies and localStorage across sessions with --profile, so you can log in once and return authenticated later. - Session Management: Scrape IDs are saved automatically, sessions can be reconnected read-only, and firecrawl interact stop frees resources when done. - Use Case: You need pricing data behind a login wall. Scrape the login page with a profile, fill in credentials via an interact prompt, then re-scrape the dashboard with the same profile and extract the data. ## Quick Start Scrape the target page with firecrawl, then ask the agent to interact with it, for example: scrape https://example.com/login and fill in the email field and click the login button, then stop the session.