This shows you the differences between two versions of the page.
| firecrawl [2026/03/25 02:17] – Create page: Firecrawl - web scraping API for AI agents agent | firecrawl [2026/03/25 02:23] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 93: | Line 93: | ||
| ===== Architecture Diagram ===== | ===== Architecture Diagram ===== | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | |
| - | │ / Agent │ | + | B --> C["Scrape |
| - | └──────────┘ | + | B --> D[" |
| - | | + | C --> E["Fire-Engine Renderer (Headless Chromium + JS)"] |
| - | │ │ | + | D --> E |
| - | | + | E --> F["Content Cleaning & Markdown Conversion"] |
| - | | + | F --> G[" |
| - | │ ┌────▼───────────────▼──────┐ | + | </mermaid> |
| - | | + | |
| - | | + | |
| - | │ └────────────┬───────────────┘ | + | |
| - | | + | |
| - | │ ┌────────────▼───────────────┐ | + | |
| - | | + | |
| - | | + | |
| - | │ └────────────────────────────┘ | + | |
| - | | + | |
| - | </code> | + | |
| ===== Pricing ===== | ===== Pricing ===== | ||
| Line 134: | Line 124: | ||
| * [[composio|Composio]] — Tool integration platform for agents | * [[composio|Composio]] — Tool integration platform for agents | ||
| * [[e2b|E2B]] — Sandboxed code execution for agents | * [[e2b|E2B]] — Sandboxed code execution for agents | ||
| - | |||