Connecting
In the dashboard, open Connectors, find Firecrawl and press Connect. The key you enter is checked against Firecrawl before anything is saved, so a key that is refused never becomes a connection that fails later.What you will need
Getting the credential
- Create an API key at firecrawl.dev — it starts with
fc- - Paste it into the connector
Notes
scraperenders JavaScript, so it works on pages a plain fetch returns empty.crawlis asynchronous and charged per page. It returns an id; pollget_crawluntilcompleted. Setlimitdeliberately — the default here is 25, not Firecrawl’s maximum.- Use
mapfirst when you only need to know what exists on a site; it costs a fraction of a crawl.