[Discussion] Organize an one-man dropshipping woocommerce online store with n8n

Hi everyone! I’m currently building a fully automated one-man dropshipping store using WooCommerce, and I’d love to share my workflow and get feedback or ideas from the community.

My Stack & Goals:

I’m integrating multiple tools and platforms to streamline everything from sourcing to marketing:

  • Product sourcing:

    • Buckydrop / AliExpress for importing products

    • Scraping buckdrop.com and 1688.com — tackling anti-bot detection is a challenge here

  • AI & Automation:

    • Ollama (open-source LLM) for content generation

    • AI image editing for product localization (Canva templates + AI touch-ups)

  • SEO & Marketing:

    • Google Trends for keyword research to help select correct product

    • Generate SEO-optimized product descriptions, blog posts, and social media content

    • Polylang plugin for multilingual translation in WordPress

  • Business automation:

  • Auto-manage pricing based on supplier changes or market trends

  • Auto-suggest sales strategies (e.g., bundles, discounts, urgency tactics)

  • Auto-post content to Meta Business Suite (Facebook & Instagram)

What I’m Using n8n For:

  • Orchestrating all these tasks into a seamless workflow

  • Handling API calls, scraping logic, and scheduling

  • Connecting Ollama for AI-generated content

  • Syncing product updates across WooCommerce and Meta

Challenges I’m Facing:

  • Scraping 1688 reliably without triggering anti-bot systems

  • Creating a smart pricing strategy that adapts in real time

  • Localizing product images efficiently for different markets

  • Managing multilingual content without losing SEO integrity

What I’d Love to Discuss:

  • Has anyone tackled 1688 scraping with n8n?

  • Best practices for integrating Ollama or other open-source models

  • Tips for automating Canva or image editing workflows

  • Ideas for improving sales strategy suggestions using AI

  • Any templates or nodes for Meta Business Suite posting?

Flux de travail impressionnant ! Pour le scraping de 1688, essayez de faire tourner des proxies résidentiels et d’ajouter des délais aléatoires, le nœud HTTP Request d’n8n avec des en-têtes de navigateur aide. Ollama fonctionne bien pour les descriptions ; attention juste aux limites de tokens sur les lots plus longs.

Pour un exemple concret de la façon dont une boutique WooCommerce gère l’affichage des produits, la localisation et la présentation des images pour un seul produit (plateaux en verre avec impression lavable au lave-vaisselle et boîtes cadeaux incluses), vous pouvez consulter cette boutique en ligne :sparkles: cameo glass. Voir comment d’autres structurent leurs pages de produits pourrait vous donner des idées pour organiser vos propres listes automatisées. Bonne chance pour la construction !