firecrawl-build-interact

Installation
Summary

Firecrawl /interact endpoint for dynamic page manipulation and browser actions after scraping.

  • Handles content that appears only after clicks, form fills, typing, pagination, or navigation
  • Supports multi-step workflows including search forms, faceted filters, login-gated dashboards, and paginated result sets
  • Maintains persistent browser context across sequential interactions within a single workflow
  • Requires Firecrawl API key; supports both hosted and self-hosted deployments with optional custom base URL
SKILL.md

Firecrawl Build Interact

Use this when /scrape is not enough because the feature needs to act on the page.

Use This When

  • content appears only after clicks, typing, or navigation
  • the feature needs forms, pagination, filters, or multi-step flows
  • the product must stay in the same browser context after scraping

Default Recommendations

  • Start with /scrape, then escalate to /interact.
  • Keep /interact scoped to the smallest browser workflow that unlocks the data.
  • Use persistent profiles only when the feature truly needs authenticated state across sessions.

Common Product Patterns

Installs
45.8K
GitHub Stars
29
First Seen
Apr 8, 2026
firecrawl-build-interact — firecrawl/skills