Skip to content

Commit 6497198

Browse files
authored
feat: codex schema implementation (#75)
* feat: codex implementation * feat: add tavily to apify node alias * fix: add keywords to codex schema * fix: linting fixes
1 parent 0f2e9bd commit 6497198

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

nodes/Apify/Apify.node.json

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,43 @@
22
"node": "n8n-nodes-apify",
33
"nodeVersion": "1.0",
44
"codexVersion": "1.0",
5-
"categories": ["Development", "Developer Tools"],
5+
"categories": [
6+
"Development",
7+
"Marketing & Content",
8+
"Sales",
9+
"Analytics",
10+
"Utility",
11+
"Data & Storage"
12+
],
613
"resources": {
7-
"credentialDocumentation": [],
8-
"primaryDocumentation": []
9-
}
14+
"credentialDocumentation": [
15+
{
16+
"url": "https://docs.apify.com/platform/integrations/n8n"
17+
}
18+
],
19+
"primaryDocumentation": [
20+
{
21+
"url": "https://docs.apify.com/"
22+
}
23+
]
24+
},
25+
"alias": [
26+
"apify",
27+
"actor",
28+
"serp",
29+
"llm",
30+
"ai agent",
31+
"tavily",
32+
"mcp server",
33+
"scrape",
34+
"crawler",
35+
"web",
36+
"dataset",
37+
"bright",
38+
"search",
39+
"data extraction",
40+
"proxy",
41+
"fire",
42+
"automation"
43+
]
1044
}

0 commit comments

Comments
 (0)