Πίσω στο 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).