Crawlee Cloud is a self-hosted platform that lets you run Crawlee and Apify Actors on your own infrastructure. We provide an open-source implementation of the Apify API, meaning you can point the official Apify SDK at your own servers and everything just works.
- 🏠 Your Infrastructure: Deploy on your own servers, cloud, or anywhere you like.
- 🔒 Complete Privacy: Your data stays exactly where you want it.
- ⚡ SDK Compatible: Works with your existing Actors without code changes.
| Project | Description |
|---|---|
| crawlee-cloud | The monorepo containing the API Server, Runner, CLI, and Dashboard. |
-
Deploy the platform:
git clone https://github.com/crawlee-cloud/crawlee-cloud.git docker compose up -d
-
Point your scraper:
export APIFY_API_BASE_URL="http://localhost:3000/v2" node main.js