/install anycrawl-cli
AnyCrawl CLI
Web scraping, search, and crawling CLI. Returns clean markdown optimized for LLM context windows. Default engine: playwright.
Run anycrawl --help or anycrawl \x3Ccommand> --help for full option details.
Prerequisites
Must be installed and authenticated. Run anycrawl login or set ANYCRAWL_API_KEY.
If not ready, see rules/install.md. For output handling guidelines, see rules/security.md.
Commands
- Search - No specific URL yet. Find pages, answer questions. Use
--scrapeto get full page content with results. - Scrape - Have a URL. Extract its content directly.
- Map - Need to locate a specific page on a site. Discover URLs, then scrape the ones you need.
- Crawl - Need bulk content from a site or section. Use
crawldirectly — no need for map first.
| Need | Command | When |
|---|---|---|
| Find pages on a topic | search |
No specific URL yet |
| Get a page's content | scrape |
Have a URL |
| Find URLs within a site | map |
Need to locate a specific subpage |
| Bulk extract a site section | crawl |
Need many pages (e.g., all /docs/) |
For detailed command reference, run anycrawl \x3Ccommand> --help (e.g., anycrawl search, anycrawl scrape).
Avoid redundant fetches: search --scrape already fetches full page content. Don't re-scrape those URLs. Check .anycrawl/ for existing data before fetching again.
Output & Organization
Write results to .anycrawl/ with -o. Add .anycrawl/ to .gitignore. Always quote URLs in shell commands. Never read entire output files at once — use grep, head, or incremental reads.
Documentation
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install anycrawl-cli - After installation, invoke the skill by name or use
/anycrawl-cli - Provide required inputs per the skill's parameter spec and get structured output
What is Anycrawl?
Web scraping, search, crawling, and site mapping via the AnyCrawl CLI. Use when the user wants to search the web, scrape a page, find URLs on a site, or bulk... It is an AI Agent Skill for Claude Code / OpenClaw, with 259 downloads so far.
How do I install Anycrawl?
Run "/install anycrawl-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Anycrawl free?
Yes, Anycrawl is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Anycrawl support?
Anycrawl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Anycrawl?
It is built and maintained by QThans (@qthans); the current version is v1.0.1.