Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,17 @@ firecrawl scrape https://example.com https://example.com/blog https://example.co

# Get markdown and links together
firecrawl scrape "<url>" --format markdown,links -o .firecrawl/page.json

# Ask a question about the page
firecrawl scrape "https://example.com/pricing" --query "What is the enterprise plan price?"
```

## Options

| Option | Description |
| ------------------------ | ---------------------------------------------------------------- |
| `-f, --format <formats>` | Output formats: markdown, html, rawHtml, links, screenshot, json |
| `-Q, --query <prompt>` | Ask a question about the page content (5 credits) |
| `-H` | Include HTTP headers in output |
| `--only-main-content` | Strip nav, footer, sidebar — main content only |
| `--wait-for <ms>` | Wait for JS rendering before scraping |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firecrawl-cli",
"version": "1.9.8",
"version": "1.10.0",
"description": "Command-line interface for Firecrawl. Scrape, crawl, and extract data from any website directly from your terminal.",
"main": "dist/index.js",
"bin": {
Expand Down
57 changes: 0 additions & 57 deletions skills/firecrawl-agent/SKILL.md

This file was deleted.

107 changes: 0 additions & 107 deletions skills/firecrawl-browser/SKILL.md

This file was deleted.

58 changes: 0 additions & 58 deletions skills/firecrawl-crawl/SKILL.md

This file was deleted.

69 changes: 0 additions & 69 deletions skills/firecrawl-download/SKILL.md

This file was deleted.

50 changes: 0 additions & 50 deletions skills/firecrawl-map/SKILL.md

This file was deleted.

Loading
Loading