> ## 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.

# Scrapfly

> Scrape pages, capture screenshots, extract content, and manage Scrapfly crawls and crawl artifacts.

## Exports

```ts theme={null}
import {
  scrapfly,
  scrapflyAccount,
  getScrapflyClient,
} from "automate.ax/scrapfly"
```

* `scrapfly` contains the packaged Scrapfly actions.
* `scrapflyAccount("name")` selects a named Scrapfly connection.
* `getScrapflyClient` creates the authenticated Scrapfly client for a custom account-backed action.

## Actions

* [Scrape URL with Scrapfly](/reference/integrations/scrapfly/actions/scrape-url)
* [Scrape URLs with Scrapfly](/reference/integrations/scrapfly/actions/scrape-urls)
* [Capture Scrapfly screenshot](/reference/integrations/scrapfly/actions/capture-screenshot)
* [Extract content with Scrapfly](/reference/integrations/scrapfly/actions/extract-content)
* [Classify response with Scrapfly](/reference/integrations/scrapfly/actions/classify-response)
* [Get Scrapfly account](/reference/integrations/scrapfly/actions/get-account)
* [Get Scrapfly monitoring metrics](/reference/integrations/scrapfly/actions/get-monitoring-metrics)
* [Start Scrapfly crawl](/reference/integrations/scrapfly/actions/start-crawl)
* [Get Scrapfly crawl status](/reference/integrations/scrapfly/actions/get-crawl-status)
* [List Scrapfly crawl URLs](/reference/integrations/scrapfly/actions/list-crawl-urls)
* [Get Scrapfly crawl contents](/reference/integrations/scrapfly/actions/get-crawl-contents)
* [Get Scrapfly crawl contents batch](/reference/integrations/scrapfly/actions/get-crawl-contents-batch)
* [Download Scrapfly crawl artifact](/reference/integrations/scrapfly/actions/download-crawl-artifact)
* [Cancel Scrapfly crawl](/reference/integrations/scrapfly/actions/cancel-crawl)
