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
| Method | What it does |
|---|---|
firecrawl_scrape | Scrape one page and return markdown, HTML, links, a summary, a screenshot, or schema-guided JSON. |
firecrawl_crawl | Start crawling a whole site (async job); returns an id to poll. |
firecrawl_get_crawl_status | Check a crawl job and fetch the pages scraped so far. |
firecrawl_cancel_crawl | Cancel a running crawl job. |
firecrawl_crawl_params_preview | Preview the crawl parameters Firecrawl derives from a prompt, without crawling. |
firecrawl_map | Map a site into a list of URLs quickly, with optional search filter. |
firecrawl_search | Search the web and optionally scrape each result's full content. |
firecrawl_extract | Start extracting structured data from pages by prompt and/or schema (async job). |
firecrawl_get_extract_status | Check an extract job and fetch the structured result. |
firecrawl_batch_scrape | Start a batch scrape of many URLs in one async job. |
firecrawl_get_batch_scrape_status | Check a batch scrape job and fetch results so far. |
firecrawl_get_credit_usage | Get the team's remaining credits. |
firecrawl_get_token_usage | Get the team's remaining tokens and billing period. |
How to get credentials
- Open firecrawl.dev/app/api-keys.
- Sign in (or create a free Firecrawl account).
- Create a new API key and copy the
fc-...value. - 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 field | Where it comes from |
|---|---|
FIRECRAWL_API_KEY | Dashboard -> API Keys -> the fc-... key |
Troubleshooting
401 Unauthorized- the key is missing or wrong. Recopy thefc-...key.402 Payment Required- out of credits. Checkfirecrawl_get_credit_usageor upgrade the plan.- Crawl / extract still pending - these are async jobs. Poll
firecrawl_get_crawl_status/firecrawl_get_extract_statuswith the returned id.
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Firecrawl!