Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Firecrawl Interact

Skill Verifiziert Aktiv
Teil von:Firecrawl

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".

Zweck

To enable users to perform complex interactions with web pages that go beyond simple scraping, by controlling a live browser session for tasks like logging in, form submission, and navigating dynamic content.

Funktionen

  • Control live browser sessions
  • Fill forms and click buttons via prompts/code
  • Navigate multi-step web flows
  • Extract data from interacted pages
  • Persist browser state with profiles

Anwendungsfälle

  • Logging into websites and authenticated scraping
  • Submitting forms and completing wizard-like flows
  • Handling pagination and infinite scroll
  • Interacting with JavaScript-heavy content
  • Recovering when standard scraping fails

Nicht-Ziele

  • Performing general web searches (use 'search' command)
  • Crawling entire websites (use 'crawl' command)
  • Performing bulk site downloads (use 'experimental download')
  • Simple static content scraping (use 'scrape' command)

Workflow

  1. Scrape a target URL using `firecrawl scrape`.
  2. Initiate interaction with the scraped page using `firecrawl interact`.
  3. Provide natural language prompts or executable code to control browser actions.
  4. Extract desired data from the interacted page.
  5. Optionally use profiles to persist browser state across sessions.
  6. Stop the interaction session using `firecrawl interact stop` when done.

Praktiken

  • Browser automation
  • Web interaction
  • Data extraction

Voraussetzungen

  • Node.js installed
  • Firecrawl CLI installed (`npm install -g firecrawl-cli`)
  • A previous 'firecrawl scrape' command must have been run

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add firecrawl/cli
/plugin install cli@firecrawl

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commit2 days ago
Sterne383
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Agent Browser

100

Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie "öffne eine Website", "fülle ein Formular aus", "klicke auf eine Schaltfläche", "mache einen Screenshot", "scrappe Daten von einer Seite", "teste diese Web-App", "melde dich bei einer Seite an", "automatisiere Browser-Aktionen" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.

Skill
shanraisshan

Chatgpt Search

100

Search ChatGPT and extract the full response + hydration JSON that powers the UI. Attaches to a running Chrome instance (port 9222 by default), opens ChatGPT, submits a query, waits for the streamed response, and returns structured data: messages, product cards, hydration JSON, and API calls. Use when asked to "search chatgpt", "ask chatgpt", "chatgpt search", "get chatgpt response", or "scrape chatgpt".

Skill
SeifBenayed

AutoBrowse

100

Self-improving browser automation via the auto-research loop. Iteratively runs a browsing task, reads the trace, and improves the navigation skill (strategy.md) until it reliably passes. Supports parallel runs across multiple tasks using sub-agents. Use when you want to build or improve browser automation skills for specific website tasks.

Skill
browserbase

Github

100

Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.

Skill
steipete

Cli Creator

100

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

Skill
openai

Browser Extract

99

Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model

Skill
ruvnet