firecrawl_scrape
Extract clean, structured content from any URL with JavaScript rendering and bypass common blocks. Returns markdown optimized for LLM processing.
Instructions
Scrape a single URL and extract clean, structured content. Handles JavaScript rendering and bypasses common blocks. Returns markdown optimized for LLMs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to scrape | |
| formats | No | Output formats (default: ['markdown']) | |
| onlyMainContent | No | Extract only main content, skip nav/footer (default true) | |
| waitFor | No | Wait milliseconds for JS rendering |