Automate Firecrawl with TypeScript

Scrape pages, search the web, discover site URLs, and run durable website crawls with structured Firecrawl results.

scrape-release-notes.automation.ts
import { automation, onSchedule } from "automate.ax"
import { firecrawl } from "automate.ax/firecrawl"

export default automation("Scrape release notes", () => {
  onSchedule({ schedule: "0 7 * * *" })

  firecrawl.scrapeUrl({
    url: "https://example.com/releases",
    formats: ["markdown", "summary"],
    onlyMainContent: true,
  })
})

What you can do

Actions

  • Scrape pages into Markdown and structured formats
  • Search web, news, image, and developer sources
  • Map websites and rank discovered URLs
  • Start crawls or wait durably for completed results

Triggers

No provider trigger is published for Firecrawl yet. Use another trigger, then call its actions.

Start automating with Firecrawl today

Start building