ย้อนกลับไปยัง Crawler

เชื่อมต่อ Knoon AI กับ Crawler (Web Intelligence) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI

Fetch a web page and return extracted content with high chances of succeeding and not being blocked.
webIntelligenceCrawlerScrapeUrl
เบต้า
สิทธิ์การใช้งาน
ไม่มีรายการให้แสดง
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
ชื่อประเภทคำอธิบายจำเป็นต้องมี
urlmustache Public URL to scrape (e.g. "https://example.com/article").ใช่
formatsarray (mustache)Optional list of formats to return (e.g. ["markdown","html"]). Defaults to ["markdown"].ไม่
onlyMainContentboolean If true, attempts to return only the primary page content.ไม่
waitFormustache Optional wait time in milliseconds before scraping (e.g. "2000").ไม่
timeoutmustache Optional timeout in milliseconds for the scrape request.ไม่
คืนสินค้า
ชื่อประเภทคำอธิบาย
statusstring OK or ERROR.
urlstring The scraped URL.
content.markdownstring Markdown content when available.
content.htmlstring HTML content when available.
content.textstring Plain text content when available.
metadataobject Metadata when available.
linksarray Extracted links when available (shape may vary by source; commonly URL strings).