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 field | Required | Where it comes from |
|---|---|---|
API key (API_KEY) | Yes | A Firecrawl API key, sent as a Bearer token. |
Tools
| Tool | Access | What it does |
|---|---|---|
Scrape page (yekar.firecrawl.scrape) | Read | Fetch one web page through Firecrawl - it renders JavaScript - and return it as clean markdown. Each scrape spends account credits. |
Search web (yekar.firecrawl.search) | Read | Web search through Firecrawl, optionally scraping each result page to markdown in the same call. |
Map site (yekar.firecrawl.map-site) | Read | List 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.