חזרה אל Firecrawl
התחבר ל-Knoon AI עם Firecrawl כדי לאוטומטי תהליכי עבודה של AI.
Fetch a web page with Firecrawl and return extracted content.
firecrawlDefaultScrapeUrl
בטא
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| url | mustache | Public URL to scrape (e.g. "https://example.com/article"). | כן |
| formats | array (mustache) | Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"]. | לא |
| onlyMainContent | boolean | If true, attempts to return only the primary page content. | לא |
| waitFor | mustache | Optional wait time in milliseconds before scraping (e.g. "2000"). | לא |
| timeout | mustache | Optional timeout in milliseconds for the scrape request. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| status | string | OK or ERROR. |
| url | string | The scraped URL. |
| content.markdown | string | Markdown content when available. |
| content.html | string | HTML content when available. |
| content.text | string | Plain text content when available. |
| metadata | object | Metadata from Firecrawl when available. |
| links | array | Extracted links when available (shape may vary by source; commonly URL strings). |