CrawlForge
Integration
Cli
CLI15 Commands

CrawlForge CLI

CrawlForge ships a standalone CLI for one-off commands and scripting—no MCP client required. Install via npm, set an API key, and you're scraping in seconds.

Install & Authenticate

Install the CLI globally and authenticate by setting the CRAWLFORGE_API_KEY environment variable. Get a key from your API Keys dashboard.

Bash
Tip: Add the export line to your ~/.zshrc or ~/.bashrc so the key persists across shell sessions.

Commands

All 15 top-level commands. Run crawlforge <command> --help to see flags and options for any command.

CommandPurpose
scrapeFetch and parse a single URL
searchWeb search via Google or DuckDuckGo
crawlDeep multi-page crawl with depth/filter controls
mapSite structure and link discovery
extractStructured data extraction (CSS or LLM)
trackSet up content change tracking
analyzeSentiment, language, readability analysis
researchMulti-stage deep research with source verification
stealthAnti-detection scraping (Playwright or Camoufox)
batchBulk URL processing from a file or stdin
actionsBrowser automation (clicks, scrolls, form fills)
localizeGeo-targeted scrape from 26 countries
llmstxtGenerate llms.txt and llms-full.txt
templateRun a pre-built site template (github-repo, amazon-product, etc.)
monitorRun scheduled change monitoring

Examples

1. Scrape a single page with CSS selectors

Bash

Sample output:

Json

2. Run deep research with multiple sources

Bash

Crawls 10 sources, follows links 3 levels deep, verifies citations, and emits a structured research report. Costs 10 credits.

3. Use a pre-built site template

Bash

Templates extract a known schema for popular sites (GitHub repos, Amazon products, YouTube videos, and more) without writing selectors yourself.

Global Flags

These flags work with any command and shape how output is delivered.

FlagDescription
--jsonEmit raw JSON to stdout (machine-readable)
--output <file>Write results to a file instead of stdout
--timeout <ms>Override the default request timeout
--verbosePrint debug logs and request details

Next Steps

API Reference

All 23 tools, parameters, and credit costs.

MCP Protocol

Use the same backend from any MCP-compatible client.

Getting Started

5-minute quickstart for new accounts.

Ready to scrape from the terminal?
Sign up for free credits and start running commands in minutes.