Skip to main content
FI

Firecrawl

Lets an agent turn the web into clean data - scrape a single page, crawl a whole site, map a site to a URL list, search the web with full-page content, and extract structured data with natural language.

What it can do

MethodWhat it does
firecrawl_scrapeScrape one page and return markdown, HTML, links, a summary, a screenshot, or schema-guided JSON.
firecrawl_crawlStart crawling a whole site (async job); returns an id to poll.
firecrawl_get_crawl_statusCheck a crawl job and fetch the pages scraped so far.
firecrawl_cancel_crawlCancel a running crawl job.
firecrawl_crawl_params_previewPreview the crawl parameters Firecrawl derives from a prompt, without crawling.
firecrawl_mapMap a site into a list of URLs quickly, with optional search filter.
firecrawl_searchSearch the web and optionally scrape each result's full content.
firecrawl_extractStart extracting structured data from pages by prompt and/or schema (async job).
firecrawl_get_extract_statusCheck an extract job and fetch the structured result.
firecrawl_batch_scrapeStart a batch scrape of many URLs in one async job.
firecrawl_get_batch_scrape_statusCheck a batch scrape job and fetch results so far.
firecrawl_get_credit_usageGet the team's remaining credits.
firecrawl_get_token_usageGet the team's remaining tokens and billing period.

How to get credentials

  1. Open firecrawl.dev/app/api-keys.
  2. Sign in (or create a free Firecrawl account).
  3. Create a new API key and copy the fc-... value.
  4. Paste it into FlyMyAI as FIRECRAWL_API_KEY.

The free plan includes a monthly credit allowance - use firecrawl_get_credit_usage to check what is left at any time.

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
FIRECRAWL_API_KEYDashboard -> API Keys -> the fc-... key

Troubleshooting

  • 401 Unauthorized - the key is missing or wrong. Recopy the fc-... key.
  • 402 Payment Required - out of credits. Check firecrawl_get_credit_usage or upgrade the plan.
  • Crawl / extract still pending - these are async jobs. Poll firecrawl_get_crawl_status / firecrawl_get_extract_status with the returned id.
We love our partners - FlyMy.AI builds with the best. Thanks, Firecrawl!