Scrape
scrapeScrape a single URL using Firecrawl's JS-rendering engine and return clean markdown (up to 100,000 chars), page title, and description. Strips navigation/boilerplate by default (only_main_content=true). Supports output formats: markdown, html, rawHtml, links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scrape, e.g. "https://example.com/article" | |
| _apiKey | No | Optional — your own Firecrawl API key for higher limits; omit to use the shared Pipeworx key. | |
| formats | No | Output formats to return (default ["markdown"]). Options include "markdown", "html", "rawHtml", "links". | |
| only_main_content | No | Strip navigation, footers, and boilerplate, returning just the main content (default true). |