fastcrawl-cli
Turn any URL into clean, LLM-ready markdown straight from your terminal. Zero dependencies (Python stdlib only).
The Fastcrawl CLI works free out of the box — no API key needed. It uses the guest Fastcrawl try endpoint by default. Set a FASTCRAWL_API_KEY and it transparently upgrades to the full API (scrape, html, all formats).
pip install fastcrawl-cli
Quick start
# Free — no key needed (guest /try, 10 req/hr/IP)
fastcrawl https://example.com
# Save to a file
fastcrawl https://example.com -o page.md
# Full API with a key (scrape endpoint, no rate limits, up to 2,000 free credits/mo)
export FASTCRAWL_API_KEY=fc_...
fastcrawl https://example.com
# Full JSON response (markdown + metadata + credits)
fastcrawl https://example.com --json
Why
- Zero dependencies — pure stdlib, installs anywhere, no bloat.
- Free tier works instantly — guest endpoint, no signup.
- Upgrades seamlessly — the same command hits the full API once you set a key.
- Agent-friendly — clean markdown is exactly what LLM pipelines and RAG need.
Usage
fastcrawl [URL] [-o FILE] [--json] [--html] [--timeout SECONDS]
| Flag | Description |
|---|---|
-o, --output FILE |
Write markdown to a file instead of stdout |
--json |
Print the full JSON response (markdown, metadata, credits) |
--html |
Also request HTML output (requires FASTCRAWL_API_KEY) |
--timeout SECONDS |
Request timeout (default 30) |
API
from fastcrawl_cli import scrape
result = scrape("https://example.com")
# {"success": True, "markdown": "...", "duration_ms": 87}
License
MIT. Built with the Fastcrawl API — cloud scraping & crawling for AI agents. 2× the free credits of other scraping APIs.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastcrawl_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fastcrawl_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
674a60bd225206e4c0145190d48fa0c57128a16f909c97b264f60569cb54735d
|
|
| MD5 |
a8ffd2733cf1d69542db2c50e8d8d49f
|
|
| BLAKE2b-256 |
478c54753d77a452690c5cb04f821f77de34a2e2a5e1a5f3f9e782436cee2eb4
|