IntegrationsBuilt-in Providers

Firecrawl

Connect Firecrawl to your Appstrate agents.

Overview

Firecrawl is a web scraping and crawling service, allowing your agents to extract structured content from web pages.

Authentication Mode

PropertyValue
Typeapi_key
HeaderAuthorization: Bearer <token>
ScopesN/A

Authorized URIs

The agent can access the following endpoints through the sidecar proxy:

  • https://api.firecrawl.dev/*

Connect Firecrawl

  1. Create a Firecrawl account
  2. Retrieve your API key from the dashboard (the key starts with fc-)
  3. On Appstrate, go to the Firecrawl provider settings and enter the API key

Usage in an Agent

Once connected, the agent can call Firecrawl APIs through the sidecar proxy. Example prompt:

Every week, crawl the blog pages of the 5 competitors listed in the "Monitoring" Google Sheet.
Extract the new articles published this week and write a comparative summary.
Post the summary to the #competitive-intel Slack channel.

On this page