Hébergement VPS n8n | Automatisation sécurisée et évolutive
Formation n8n en Français : Automatisation & Agents IA
This course lets you rebuild the workflow node by node, live, without needing to import any JSON. Send a webhook request with a URL (or a subject + domain to search for) and a list of fields to extract, and get back clean structured JSON — no browser, no Docker container, no proxy to maintain.
Webhook Trigger
-> Configuration (Set)
-> Normalize Input (Set)
-> IF: Has Target Data?
FALSE -> Respond 400 (Missing Target Data)
TRUE -> IF: Has Direct Target URL?
TRUE -> Use Direct URL (Set) --------------------------+
FALSE -> Search Page with Apify (HTTP, Google Search) |
-> Extract First Result URL (Set) |
-> IF: Found Matching URL? |
FALSE -> Respond 404 (No URL Found) |
TRUE -----------------------------------+
v
Scrape Page with Apify (HTTP, Website Content Crawler)
-> Normalize Scraped Content (Set)
-> IF: Page Content Sufficient?
FALSE -> Respond 200 (No Content Extracted, success:false)
TRUE -> Extract Requested Data (AI Agent)
-> Respond 200 (Success)
Error output of "Search Page with Apify" AND "Scrape Page with Apify" both -> Respond 502 (Upstream Error)
Apify APIAuthorizationBearer YOUR_APIFY_TOKENOpenAi account.n8n-nodes-base.webhook, version 2.1