From b2a599984034b7f90cfa18469b0e7f432827708f Mon Sep 17 00:00:00 2001 From: Lukas Bekr Date: Wed, 1 Oct 2025 19:20:44 +0200 Subject: [PATCH 1/4] feat: codex implementation --- nodes/Apify/Apify.node.json | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/nodes/Apify/Apify.node.json b/nodes/Apify/Apify.node.json index 450ae716..734f2fdc 100644 --- a/nodes/Apify/Apify.node.json +++ b/nodes/Apify/Apify.node.json @@ -2,9 +2,30 @@ "node": "n8n-nodes-apify", "nodeVersion": "1.0", "codexVersion": "1.0", - "categories": ["Development", "Developer Tools"], + "categories": ["Development", "Marketing & Content", "Sales", "Analytics", "Utility", "Data & Storage"], "resources": { - "credentialDocumentation": [], - "primaryDocumentation": [] - } -} + "credentialDocumentation": [ + { + "url": "https://docs.apify.com/platform/integrations/n8n" + } + ], + "primaryDocumentation": [ + { + "url": "https://docs.apify.com/" + } + ] + }, + "alias": [ + "apify", + "actor", + "scraper", + "fire", + "crawler", + "web scraping", + "dataset", + "bright", + "data extraction", + "proxy", + "automation" + ] +} \ No newline at end of file From ec19fcdfaf413d6c5754c8ae88d56e2315435892 Mon Sep 17 00:00:00 2001 From: Lukas Bekr Date: Thu, 2 Oct 2025 15:50:52 +0200 Subject: [PATCH 2/4] feat: add tavily to apify node alias --- nodes/Apify/Apify.node.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodes/Apify/Apify.node.json b/nodes/Apify/Apify.node.json index 734f2fdc..36a67e9b 100644 --- a/nodes/Apify/Apify.node.json +++ b/nodes/Apify/Apify.node.json @@ -26,6 +26,7 @@ "bright", "data extraction", "proxy", - "automation" + "automation", + "tavily" ] } \ No newline at end of file From 3720a28919430069ca5b5bdad1c5eeaaeaaf67ab Mon Sep 17 00:00:00 2001 From: Lukas Bekr Date: Tue, 7 Oct 2025 16:00:37 +0200 Subject: [PATCH 3/4] fix: add keywords to codex schema --- nodes/Apify/Apify.node.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/nodes/Apify/Apify.node.json b/nodes/Apify/Apify.node.json index 36a67e9b..47dd6343 100644 --- a/nodes/Apify/Apify.node.json +++ b/nodes/Apify/Apify.node.json @@ -18,15 +18,20 @@ "alias": [ "apify", "actor", - "scraper", - "fire", + "serp", + "llm", + "ai agent", + "tavily", + "mcp server", + "scrape", "crawler", - "web scraping", + "web", "dataset", "bright", + "search", "data extraction", "proxy", - "automation", - "tavily" + "fire", + "automation" ] } \ No newline at end of file From 17b4685b689365b527ba1519d6e9457c4a26380b Mon Sep 17 00:00:00 2001 From: Lukas Bekr Date: Tue, 7 Oct 2025 16:10:40 +0200 Subject: [PATCH 4/4] fix: linting fixes --- nodes/Apify/Apify.node.json | 49 +++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/nodes/Apify/Apify.node.json b/nodes/Apify/Apify.node.json index 47dd6343..de2b184b 100644 --- a/nodes/Apify/Apify.node.json +++ b/nodes/Apify/Apify.node.json @@ -2,36 +2,43 @@ "node": "n8n-nodes-apify", "nodeVersion": "1.0", "codexVersion": "1.0", - "categories": ["Development", "Marketing & Content", "Sales", "Analytics", "Utility", "Data & Storage"], + "categories": [ + "Development", + "Marketing & Content", + "Sales", + "Analytics", + "Utility", + "Data & Storage" + ], "resources": { "credentialDocumentation": [ { "url": "https://docs.apify.com/platform/integrations/n8n" - } + } ], "primaryDocumentation": [ { "url": "https://docs.apify.com/" - } + } ] }, "alias": [ - "apify", - "actor", - "serp", - "llm", - "ai agent", - "tavily", - "mcp server", - "scrape", - "crawler", - "web", - "dataset", - "bright", - "search", - "data extraction", - "proxy", - "fire", - "automation" + "apify", + "actor", + "serp", + "llm", + "ai agent", + "tavily", + "mcp server", + "scrape", + "crawler", + "web", + "dataset", + "bright", + "search", + "data extraction", + "proxy", + "fire", + "automation" ] -} \ No newline at end of file +}