> ## Documentation Index
> Fetch the complete documentation index at: https://docs.automate.ax/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Automate.ax automations are TypeScript programs.
> Use Bun for installation and command examples.
> Use Automate.ax for the product name and automate.ax for the package, CLI, and domain.
> Treat documented public APIs as current; do not invent transitional or deprecated names.

# Firecrawl

> Scrape pages, search the web, map sites, and start Firecrawl crawls.

## Exports

```ts theme={null}
import {
  firecrawl,
  firecrawlAccount,
  getFirecrawlApi,
} from "automate.ax/firecrawl"
```

* `firecrawl` contains the packaged Firecrawl actions.
* `firecrawlAccount("name")` selects a named Firecrawl connection.
* `getFirecrawlApi` creates the authenticated Firecrawl API helper for a custom account-backed action.

## Actions

* [Scrape URL with Firecrawl](/reference/integrations/firecrawl/actions/scrape-url)
* [Search the web with Firecrawl](/reference/integrations/firecrawl/actions/search-web)
* [Map website with Firecrawl](/reference/integrations/firecrawl/actions/map-website)
* [Start website crawl with Firecrawl](/reference/integrations/firecrawl/actions/start-website-crawl)
* [Crawl website with Firecrawl](/reference/integrations/firecrawl/actions/crawl-website)
