firecrawl_scrape
Extract and convert webpage content into Markdown format, automatically removing headers, navs, and footers for clean output.
Instructions
Scrape a single webpage and return its content in markdown format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scrape | |
| formats | No | Output formats (markdown, html, rawHtml, screenshot, links, extract) | |
| onlyMainContent | No | Extract only main content, removing headers, navs, footers | |
| includeTags | No | HTML tags to include in the output | |
| excludeTags | No | HTML tags to exclude from the output |