Firecrawl로 돌아가기

Knoon AI를 Firecrawl과 연결하여 AI 워크플로우를 자동화하세요.

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).