Firecrawl
Scrape or search the web
Configuration
Scrape
Operation
Scrape
API Key*
••••••••
Website URL*
Enter the website URL
Only Main Content
Disabled
Scrape (
firecrawl_scrape)Extract structured content from web pages with comprehensive metadata support. Converts content to markdown or HTML while capturing SEO metadata, Open Graph tags, and page information.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The URL to scrape content from |
scrapeOptions | json | No | Options for content scraping |
apiKey | string | Yes | Firecrawl API key |
Output
| Parameter | Type | Description |
|---|---|---|
markdown | string | Page content in markdown format |
html | string | Raw HTML content of the page |
Search
Operation
Search
API Key*
••••••••
Search Query*
Enter the search query
Search (
firecrawl_search)Search for information on the web using Firecrawl
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | The search query to use |
apiKey | string | Yes | Firecrawl API key |
Output
| Parameter | Type | Description |
|---|---|---|
title | string | title output |
description | string | description output |
url | string | url output |
markdown | string | markdown output |
html | string | html output |
rawHtml | string | rawHtml output |
links | array | links output |
screenshot | string | screenshot output |
Crawl
Operation
Crawl
API Key*
••••••••
Website URL*
Enter the website URL
Page Limit
100
Crawl (
firecrawl_crawl)Crawl entire websites and extract structured content from all accessible pages
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The website URL to crawl |
limit | number | No | Maximum number of pages to crawl (default: 100) |
onlyMainContent | boolean | No | Extract only main content from pages |
apiKey | string | Yes | Firecrawl API Key |
Output
| Parameter | Type | Description |
|---|---|---|
markdown | string | Page content in markdown format |
html | string | Page HTML content |
title | string | Page title |
description | string | Page description |
language | string | Page language |
sourceURL | string | Source URL of the page |
Usage Instructions
Integrate Firecrawl into the workflow. Can search, scrape, or crawl websites.
Notes
- Category:
tools - Type:
firecrawl