# πŸ“Œ Website Craw CSS β€” DocumentaciΓ³n del Proyecto > Pipeline de scraping automatizado con **Crawl4AI + n8n** para extracciΓ³n, procesamiento y exportaciΓ³n de productos desde pΓ‘ginas web. --- ## πŸ—‚οΈ Tabla de Contenidos | # | CategorΓ­a | DescripciΓ³n | |---|-----------|-------------| | 1 | [πŸͺŸ InstalaciΓ³n local (Windows + WSL2)](./docs/01-wsl2-n8n.md) | Configurar Ubuntu y n8n en Windows mediante WSL2 | | 2 | [☁️ InstalaciΓ³n en Google Cloud VM](./docs/02-gcloud-vm-n8n.md) | Crear una VM en GCP e instalar n8n | | 3 | [πŸ” Habilitar HTTPS en Google Cloud](./docs/03-https-nginx.md) | Configurar Nginx + Certbot para SSL en producciΓ³n | | 4 | [πŸ•·οΈ InstalaciΓ³n de Crawl4AI en Ubuntu](./docs/04-crawl4ai-ubuntu.md) | Instalar y configurar Crawl4AI como motor de scraping | | 5 | [πŸ“‹ Documento del Proyecto](./docs/05-proyecto-website-craw-css.md) | Arquitectura, flujo n8n, KPIs y entrega del proyecto | --- ## 🧭 Ruta de configuraciΓ³n recomendada Sigue los pasos en orden segΓΊn tu entorno: ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ ΒΏDΓ³nde vas a correr n8n? β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Windows β”‚ β”‚ Google Cloud β”‚ β”‚ (Local) β”‚ β”‚ (ProducciΓ³n) β”‚ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ [Paso 1: WSL2] [Paso 2: GCloud VM] β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ [Paso 3: HTTPS] ← Solo en producciΓ³n β”‚ [Paso 4: Crawl4AI] β”‚ [Paso 5: Proyecto] ``` --- ## πŸ› οΈ Stack tecnolΓ³gico - **n8n** β€” Orquestador del workflow de scraping - **Crawl4AI** β€” Motor de extracciΓ³n web (Python + Playwright) - **Ubuntu 24.04** β€” Sistema operativo base (WSL2 o GCP) - **Nginx + Certbot** β€” Proxy inverso y SSL para producciΓ³n - **Google Sheets** *(opcional)* β€” Destino final de los datos exportados --- ## πŸ“ Estructura de archivos ``` / β”œβ”€β”€ README.md ← EstΓ‘s aquΓ­ └── docs/ β”œβ”€β”€ 01-wsl2-n8n.md ← InstalaciΓ³n local en Windows β”œβ”€β”€ 02-gcloud-vm-n8n.md ← InstalaciΓ³n en Google Cloud β”œβ”€β”€ 03-https-nginx.md ← HTTPS con Nginx + Certbot β”œβ”€β”€ 04-crawl4ai-ubuntu.md ← InstalaciΓ³n de Crawl4AI └── 05-proyecto-website-craw-css.md ← Documento del proyecto ```