Contents
Beginner Level
June 8, 2026 10 minutes
Implementation Guide: SaaS POD Pathfinder
Master the setup and execution of the AI Niche Research Workflow to automate your Etsy market intelligence.
This guide references:
View Product1. Prerequisites
- An n8n account (Self-hosted or Cloud).
- Claude AI API Key (from Anthropic Console).
- (Optional) Access to market data APIs (Ahrefs, Semrush, or Etsy API) if you wish to customize the data sources.
- Your purchased
Product POD AI Research.jsonfile.
2. Importing the Blueprint
- Open your n8n workspace.
- Click on the Workflows tab in the sidebar.
- Click the Add Workflow button (or the
+icon). - In the top right menu (three dots), select Import from File.
- Select the
Product POD AI Research.jsonfile from your download folder. - The workflow nodes will appear on your canvas.
3. Configuring Credentials
You need to connect the AI and data nodes to your own accounts:
A. Claude AI Node
- Locate the node labeled Claude AI or Brain.
- Click on it to open settings.
- Select or create a new Anthropic API credential.
- Paste your API Key.
- Ensure the model is set to
claude-3-5-sonnetfor best results.
B. Webhook Trigger
- The workflow starts with a Webhook node.
- If you are running this locally, you may need a tunnel (like Ngrok) or use the Test URL.
- Copy the Production URL to trigger the research from your browser or a frontend landing page.
4. Running Your First Research
- Click Execute Workflow in n8n to put it in listening mode.
- Send a POST request to your Webhook URL with a JSON body:
{ "keyword": "Retro Hiking" } - Wait 10-20 seconds as the AI scans the market signals.
- The final node will output a structured JSON with:
- Niche Name: The specific sub-niche identified.
- Demand Score: A 1-100 rating of market interest.
- Competition Level: High/Medium/Low.
- Design Prompt: A high-fidelity prompt for Midjourney.
5. Interpreting Results
The engine is designed to find “Low Saturation” opportunities. If the competition is “High,” the AI will automatically suggest an alternative sub-niche (e.g., instead of “Hiking,” it might suggest “Grandpa Hiking Gear 1970s Style”).
Need Help?
If you encounter any issues with node configurations or API connections, contact our technical support at [email protected].
Tags: n8n Etsy Niche Research Automation Claude AI