Backend 4,834 installs

firecrawl-build-interact

by firecrawl/skills

Integrate Firecrawl `/interact` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills,…

Skill content

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

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