Contents
Beginner Level
July 2, 2026 15 minutes
SynthOperator Setup Guide: Deploy Your Meta Ads Scraper
A step-by-step guide to importing the SynthOperator n8n workflow, configuring your Apify scraper, setting up Claude API keys, and capturing webhooks.
Prerequisites
- n8n instance (Cloud or Self-hosted)
- Apify Account (Free tier is fine)
- Anthropic Claude API Key
This guide references:
View ProductDeploying SynthOperator: Your Meta Ads Intelligence Engine
Welcome to the SynthOperator setup guide. In this tutorial, you will learn how to import the workflow into your n8n instance, configure the necessary API keys, and run your first automated Meta Ads analysis.
Prerequisites
Before starting, ensure you have:
- An active n8n workspace (either cloud or local).
- An Apify account to run the Meta Ad Library scraper.
- An Anthropic account with billing enabled to use the claude-sonnet-4-6 API.
Step 1: Import the n8n Workflow
We have provided a complete JSON workflow file that contains all the nodes, logic, and routing.
- Download the
synthoperator-workflow.jsonfile from your purchase dashboard. - Open your n8n workspace.
- Go to the top right corner and click Import from File, or simply copy the JSON content and paste it directly into the n8n canvas.
- You should now see the visual flow of the SynthOperator intelligence engine.
Step 2: Configure Your API Credentials
To make the workflow operational, you must add your private keys. Never share these keys.
A. Apify API Key
- Log in to Apify Console.
- Go to Settings > Integrations to find your Personal API Token.
- In n8n, double-click the L03 - Apify: Scrape FB Ads node.
- Replace
'YOUR_APIFY_TOKEN'at line 2 with your Apify Token.
B. Anthropic Claude API Key
- Log in to the Anthropic Console.
- Generate a new API key (e.g.,
sk-ant-api03-...). - In n8n, double-click the L06a, L06b, L06c, L06d, L06e (Claude nodes).
- Inside each of these 5 nodes, replace
'YOUR_ANTHROPIC_KEY'at line 2 with your Anthropic API Key.
Step 3: Set Up the Webhook Trigger
- Inside your n8n workflow, double-click the very first node: L01 - Webhook: Intake.
- Click on the Production URL tab.
- Copy the URL (it should end with
/webhook/adspy-intel). Note: Do not use the Test URL, as it is only active when your n8n editor is open.
Step 4: Open and Link Your Terminal
- Double-click
index.htmlto open it in any web browser. - Click the Settings Gear Icon () in the top-right corner of the navigation bar.
- Paste the Production Webhook URL you copied in Step 3.
- Click Save.
- Enter a keyword (e.g.,
Ergonomic Chair) and click Run Intelligence Analysis. - Enjoy your custom dashboard report (and play the built-in Dino game while you wait)!
Troubleshooting
- Error in Apify Node: Check if your Apify account has sufficient compute units (the free tier should be enough to start).
- Claude API Error: Ensure you have added billing credits to your Anthropic account. The API will return a 429 or 402 error if it’s unfunded.
- Webhook Not Triggering: Verify that you are using the Test URL when clicking “Execute Workflow” manually, and the Production URL when the workflow is activated.
You’re all set! You now have a powerful, automated intelligence engine running on your own infrastructure.
From the Vault
Tags: n8n apify claude meta ads