
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Elegant Firecrawl CLI wrapper for web crawling and content extraction
A powerful command-line tool for crawling websites and extracting content using the Firecrawl API. Easily save web content in multiple formats including Markdown, JSON, and more.
# Install globally
npm install -g fcrawl
# Or use with npx
npx fcrawl <url> [options]
# Basic usage
fcrawl https://example.com
# With options
fcrawl https://example.com --limit 100 --output ./output --md
# Resume an interrupted crawl
fcrawl https://example.com --resume
-v, --version Output the version number
-l, --limit <number> Maximum number of pages to crawl (default: 1000)
-d, --max-depth <n> Maximum crawl depth (default: 10)
-o, --output <dir> Output directory (defaults to domain name)
--md Convert PDFs and documents to markdown
-f, --formats <list> Output formats (comma-separated) (default: "markdown")
--include-paths <p> URL patterns to include (comma-separated)
--exclude-paths <p> URL patterns to exclude (comma-separated)
--extract <prompt> Natural language extraction prompt
--delay <ms> Milliseconds to wait between requests
--timeout <ms> Request timeout in milliseconds (default: 30000)
--resume Resume interrupted crawl
--mobile Use mobile user agent
--no-block-ads Disable ad blocking
-h, --help Display help for command
Clone the repository:
git clone https://github.com/chadananda/fcrawl.git
cd fcrawl
Install dependencies:
npm install
Set up your environment variables:
cp .env.example .env
# Edit .env with your API keys
Run in development mode:
npm run dev
# Run tests
npm test
# Run tests in watch mode
npm test -- --watch
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the ISC License - see the LICENSE file for details.
Made with ❤️ by Chad Jones
FAQs
🔥 Elegant Firecrawl CLI wrapper for web crawling and content extraction
We found that fcrawl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.