Firecrawl
| Metadata | Value |
|---|---|
| Category | web |
| Capabilities | http |
| Website | https://firecrawl.dev |
Returns shapes
Section titled “Returns shapes”webpage— fromread_webpage
Connections
Section titled “Connections”api
Readme
Section titled “Readme”Read webpages with full browser rendering. Handles JS-heavy sites that other tools struggle with.
Use a webpage.search integration for discovery when needed; use this operation when URLs need a real browser render for webpage.read.
- Get your API key from https://www.firecrawl.dev/app/api-keys
- Add credential in AgentOS Settings → Providers → Firecrawl
Features
Section titled “Features”- Full browser rendering
- SPA support (React, Vue, Angular)
- Notion page reading
- Main content extraction
When to Use
Section titled “When to Use”- JS-heavy sites (React, Vue, Angular)
- Notion pages
- Sites that fail with crawl-only
webpage.readproviders - When you need fresh/live content
Operation
Section titled “Operation”read_webpage
Section titled “read_webpage”Read a URL with browser rendering and return a webpage entity.
run({ skill: "firecrawl", tool: "read_webpage", params: { url: "https://react.dev/", wait_for_js: 1000 }})Use wait_for_js for pages that need time to hydrate. Leave it at 0 for fast/static pages.