Skip to main content

Firecrawl

Scrape JavaScript-rendered pages to markdown, search the web, and map sites.

Connect Firecrawl with an API key to scrape single pages into clean markdown, run web searches with optional scraping of results, and enumerate a site's URLs.

Connect

Credential fieldRequiredWhere it comes from
API key (API_KEY)YesA Firecrawl API key, sent as a Bearer token.

Tools

ToolAccessWhat it does
Scrape page (yekar.firecrawl.scrape)ReadFetch one web page through Firecrawl - it renders JavaScript - and return it as clean markdown. Each scrape spends account credits.
Search web (yekar.firecrawl.search)ReadWeb search through Firecrawl, optionally scraping each result page to markdown in the same call.
Map site (yekar.firecrawl.map-site)ReadList the URLs of a website quickly - a sitemap-style sweep, not a scrape. Use it to pick which pages to scrape.

Notes

  • In the Firecrawl dashboard, copy your API key.
  • Every scrape and search spends the account's credits; an exhausted balance fails with a named error rather than an empty result.