Skip to content

Latest commit

Β 

History

78 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Crawl4AI Cloud

unclecode%2Fcrawl4ai | Trendshift

From the #1 open-source web crawler to the cloud β€” the next chapter of Crawl4AI

GitHub Stars GitHub Forks Downloads Discord

Follow on X Follow on LinkedIn Join our Discord

Join Beta


Crawl4AI Cloud Introduction

Watch: Bringing Open Source to the Cloud


Hey, Beautiful People!

This is Uncle Code.

You know Crawl4AI. We built it together β€” you, me, and this incredible community. It became the de facto standard for self-hosting β€” the most-starred web crawler on GitHub. Battle-tested by developers worldwide. I am so proud of us.

We built it because access to data must be democratized. That principle hasn't changed.

Now I'm bringing it to the cloud.


Why Cloud?

Same principles. Same policies. But now:

  • More accessible β€” No browser setup, no Playwright headaches, no infrastructure to manage
  • More affordable β€” Serious crawls without breaking the bank
  • Faster and smarter β€” Not by cutting quality, but through intelligent creativity

The API you love, zero setup:

from crawl4ai_cloud import AsyncWebCrawler

async with AsyncWebCrawler(api_key="sk_live_...") as crawler:
    result = await crawler.run("https://example.com")
    print(result.markdown.raw_markdown)

That's it. Your existing Crawl4AI code works with minimal changes. See the SDK Documentation for Python, Node.js, and Go.


We Need You (Again)

Here's the truth: Crawl4AI open source became so solid because you complained loudly β€” and I love that.

We need to do the same thing here.

This is version one. It will have issues. It will have bugs. The whole server might crash during the first week. But we love it. We're going to continue building every day.

I am a developer, and I love to build.

How to Help

Action Link
Report a Bug Open an Issue
Request a Feature Open an Issue
Ask Questions Join Discord
Share Feedback Join Discord

Every bug report, every feature request, every piece of feedback β€” it all makes this better.


Get Started

1. Join the Beta

Join the Waitlist

Sign up for early access, get your API key (sk_live_...), and start crawling.

2. Install the SDK

# Python
pip install crawl4ai-cloud-sdk

# Node.js
npm install crawl4ai-cloud

# Go
go get github.com/unclecode/crawl4ai-cloud-sdk/go

3. Claude Code Plugin

If you use Claude Code, install the plugin for the best experience. Claude automatically knows how to crawl, extract, and screenshot.

/plugin marketplace add unclecode/crawl4ai-cloud-sdk
/plugin install crawl4ai
/crawl4ai:setup

Then just tell Claude what you need: "Extract all products from https://books.toscrape.com" -- it handles the rest.

4. Crawl

from crawl4ai_cloud import AsyncWebCrawler

async with AsyncWebCrawler(api_key="sk_live_...") as crawler:
    # Simple wrapper endpoints
    md = await crawler.markdown("https://example.com")
    ss = await crawler.screenshot("https://example.com")
    data = await crawler.extract("https://example.com", query="get products")
    urls = await crawler.map("https://example.com")

    # Full power mode (unchanged from OSS)
    result = await crawler.run("https://example.com")
    print(result.markdown.raw_markdown)

SDK documentation: Python | Node.js | Go


The Vision

Crawling is just the beginning.

I've always had an eye for context and refined data β€” to make intelligence truly useful. Whether you're building an app, an agent, or something to help humanity, I hope Crawl4AI Cloud can be a part of it.

Let's build the next de facto standard β€” this time for the cloud.


Resources

Resource Link
Cloud Dashboard api.crawl4ai.com
SDK Documentation SDK.md
API Reference api.crawl4ai.com/docs
OSS Repository github.com/unclecode/crawl4ai
Full Documentation docs.crawl4ai.com

Community

Star OSS Repo Join Discord Follow on X Follow on LinkedIn


License

Apache 2.0


Thank you for being part of this journey.

Let's see how it goes.

β€” Uncle Code

About

πŸš€β˜οΈ Crawl4AI Cloud: LLM Friendly Web Crawling as a Service. Don't be shy, join here: https://discord.gg/jP8KfhDhyN

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages