ย้อนกลับไปยัง 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). |