Firecrawl
Extract structured data from websites using AI with natural language prompts
Actions
| Name | Description |
|---|---|
scrapeScrape a website by performing a series of actions like clicking, typing, taking screenshots, and extracting data. | Scrape a website by performing a series of actions like clicking, typing, taking screenshots, and extracting data. |
extractExtract structured data from multiple URLs using AI. | Extract structured data from multiple URLs using AI. |
crawlCrawl multiple pages from a website based on specified rules and patterns. | Crawl multiple pages from a website based on specified rules and patterns. |
crawlResultsGet the results of a crawl job. | Get the results of a crawl job. |
mapInput a website and get all the urls on the website. | Input a website and get all the urls on the website. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'firecrawl',
actionName: 'scrape',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Firecrawl to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Firecrawl support?
Firecrawl supports 6 actions including Scrape Website, Extract Structured Data, Crawl, Crawl Results, Map Websites, and more.
Can I use Firecrawl with AI agents?
Yes. Add Firecrawl to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Firecrawl use?
Firecrawl uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Firecrawl integration cost?
The Firecrawl integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Firecrawl in 2 minutes
Get 1,000 free actions every month. No credit card required.