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