Swarmz
IntegrationsContent, research, and media

Firecrawl

Search, scrape, map, and crawl public HTTPS websites

Firecrawl turns public web pages into content a project can search or process. A project owner supplies the Firecrawl API key when the AI requests the connector. No administrator OAuth credentials are required; administrators control whether the connector is visible.

Available operations

OperationWhat it doesLimit per minute
scrapeScrapes one HTTPS page into selected formats20
searchSearches the web20
map_siteDiscovers URLs on one site10
start_crawlStarts a crawl of up to 1,000 pages and depth 205
get_crawl_statusReads crawl status and available results30

The connector accepts public HTTPS URLs. It rejects HTTP and credential-bearing URLs. Site access rules, Firecrawl plan limits, and provider billing still apply.

Connect and verify Firecrawl

Ask the AI for a concrete source, such as: “Index the public help pages under https://example.com/help.” Enter the API key in the secure connector form; do not paste it into chat or save it as a project secret.

  1. Scrape one public page and confirm its title or a known sentence.
  2. Map the same site and confirm expected URLs.
  3. Start a crawl with a small limit, then poll get_crawl_status until Firecrawl reports completion.
  4. Compare one returned page with the live source.

If a page is empty, check the site's robots rules and whether it needs browser rendering or authentication. For private data, use a connector designed for that system instead of placing credentials in a URL.

On this page