Skip to content

Firecrawl

MetadataValue
Categoryweb
Capabilitieshttp
Websitehttps://firecrawl.dev
  • api

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.

  1. Get your API key from https://www.firecrawl.dev/app/api-keys
  2. Add credential in AgentOS Settings → Providers → Firecrawl
  • Full browser rendering
  • SPA support (React, Vue, Angular)
  • Notion page reading
  • Main content extraction
  • JS-heavy sites (React, Vue, Angular)
  • Notion pages
  • Sites that fail with crawl-only webpage.read providers
  • When you need fresh/live content

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.