Crawl4AI Web Scraper
/install crawl-for-ai
Crawl4AI Web Scraper
Local Crawl4AI instance for full web page extraction with JavaScript rendering.
Endpoints
Proxy (port 11234) — Clean output, OpenWebUI-compatible
- Returns:
[{page_content, metadata}] - Use for: Simple content extraction
Direct (port 11235) — Full output with all data
- Returns:
{results: [{markdown, html, links, media, ...}]} - Use for: When you need links, media, or other metadata
Usage
# Via script
node {baseDir}/scripts/crawl4ai.js "url"
node {baseDir}/scripts/crawl4ai.js "url" --json
Script options:
--json— Full JSON response
Output: Clean markdown from the page.
Configuration
Required environment variable:
CRAWL4AI_URL— Your Crawl4AI instance URL (e.g.,http://localhost:11235)
Optional:
CRAWL4AI_KEY— API key if your instance requires authentication
Features
- JavaScript rendering — Handles dynamic content
- Unlimited usage — Local instance, no API limits
- Full content — HTML, markdown, links, media, tables
- Better than Tavily for complex pages with JS
API
Uses your local Crawl4AI instance REST API. Auth header only sent if CRAWL4AI_KEY is set.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crawl-for-ai - After installation, invoke the skill by name or use
/crawl-for-ai - Provide required inputs per the skill's parameter spec and get structured output
What is Crawl4AI Web Scraper?
Full web page scraping with JavaScript rendering via local Crawl4AI instance, delivering clean markdown or detailed JSON including links and media. It is an AI Agent Skill for Claude Code / OpenClaw, with 2867 downloads so far.
How do I install Crawl4AI Web Scraper?
Run "/install crawl-for-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crawl4AI Web Scraper free?
Yes, Crawl4AI Web Scraper is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Crawl4AI Web Scraper support?
Crawl4AI Web Scraper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crawl4AI Web Scraper?
It is built and maintained by angusthefuzz (@angusthefuzz); the current version is v1.0.1.