العودة إلى Firecrawl

اتصل بـ Knoon AI مع Firecrawl لأتمتة تدفقات عمل الذكاء الاصطناعي.

Fetch a web page with Firecrawl and return extracted content.
firecrawlDefaultScrapeUrl
بيتا
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
الاسمالنوعالوصفمطلوب
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 from Firecrawl when available.
linksarray Extracted links when available (shape may vary by source; commonly URL strings).