# Firecrawl Interact > Control and interact with a live browser session on any scraped page — click buttons, fill forms, navigate flows, and extract data using natural language prompts or code. Use when the user needs to interact with a webpage beyond simple scraping: logging into a site, submitting forms, clicking through pagination, handling infinite scroll, navigating multi-step checkout or wizard flows, or when a regular scrape failed because content is behind JavaScript interaction. Also useful for authenticated scraping via profiles. Triggers on "interact", "click", "fill out the form", "log in to", "sign in", "submit", "paginated", "next page", "infinite scroll", "interact with the page", "navigate to", "open a session", or "scrape failed". Source: https://skillsagentes.com/skills/firecrawl/cli/firecrawl-interact Repository: https://github.com/firecrawl/cli Author: firecrawl License: not specified Updated: hace 4 meses Context cost: 184 tok installed, 984 tok once triggered, 984 tok with every bundled file Bundle: 1 file, 4 KB Permissions requested: bash(firecrawl *), bash(npx firecrawl *) ## Install ```bash npx -y skills add firecrawl/cli --skill firecrawl-interact --agent claude-code ``` ## What it does - Abre y controla una sesión de navegador en vivo sobre una página ya scrapeada - Ejecuta clics, llenado de formularios, navegación y extracción usando prompts en lenguaje natural o código - Permite scraping autenticado persistiendo cookies/localStorage mediante --profile - Detiene la sesión con firecrawl interact stop para liberar recursos ## Use it when - El contenido requiere interacción: clics, llenado de formularios, paginación, login - Un scrape falló porque el contenido está detrás de interacción JavaScript - Necesitas navegar un flujo de varios pasos (checkout, wizard) - Necesitas scraping autenticado a través de perfiles de navegador ## Don't bother when - Nunca usar interact para búsquedas web — usar search en su lugar ## What triggers it - "Haz login en https://app.example.com y extrae el dashboard" - "Rellena el formulario de contacto en esta página" - "Haz clic en el botón de siguiente página y extrae la tabla" - "Extrae la tabla de precios interactuando con la página" ## Before you install - Requiere haber hecho antes un firecrawl scrape de la página, ya que interact usa el ID de ese scrape. ## Files - SKILL.md — 4 KB ## SKILL.md Not reproduced here. Read it at https://github.com/firecrawl/cli/blob/main/skills/firecrawl-interact/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/firecrawl/cli/firecrawl-interact