Firecrawl
Firecrawl
Tool
firecrawl_browser_create
Create a persistent browser session for code execution via CDP (Chrome DevTools Protocol). **Best for:** Running code (Python/JS) that interacts with a live browser page, multi-step browser automation, persistent sessions that survive across multiple tool calls. **Not recommended for:** Simple page scraping (use firecrawl_scrape instead). **Arguments:** - ttl: Total session lifetime in seconds (30-3600, optional) - activityTtl: Idle timeout in seconds (10-3600, optional) - streamWebView: Whether to enable live view streaming (optional) **Usage Example:** ```json { "name": "firecrawl_browser_create", "arguments": {} } ``` **Returns:** Session ID, CDP URL, and live view URL.
Pricing
Per call
$0.03
Model
flat
Pay only for what you use. No subscriptions.
Inputs
ttl
numberactivityTtl
numberstreamWebView
booleanTry It
API
MCP Config

