Skip to content

Commit ad4a7ed

Browse files
authored
feat: codex schema implementation (#22)
* feat: codex schema implementation * fix: add keywords to codex schema * fix: change docs link in codex schema to wcc specific
1 parent c42938a commit ad4a7ed

File tree

1 file changed

+16
-35
lines changed

1 file changed

+16
-35
lines changed

nodes/ApifyContentCrawler/ApifyContentCrawler.node.json

Lines changed: 16 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -11,50 +11,31 @@
1111
],
1212
"primaryDocumentation": [
1313
{
14-
"url": "https://docs.apify.com/"
15-
}
16-
],
17-
"generic": [
18-
{
19-
"label": "Website Content Crawler — Actor Store page",
20-
"icon": "🕷️",
21-
"url": "https://apify.com/apify/website-content-crawler"
22-
},
23-
{
24-
"label": "What is the Apify platform?",
25-
"icon": "ℹ️",
26-
"url": "https://docs.apify.com/platform"
27-
},
28-
{
29-
"label": "Actors - serverless cloud programs",
30-
"icon": "⚙️",
31-
"url": "https://docs.apify.com/platform/actors"
32-
},
33-
{
34-
"label": "Apify API v2 - REST reference",
35-
"icon": "🔌",
36-
"url": "https://docs.apify.com/api/v2"
37-
},
38-
{
39-
"label": "SDKs for JavaScript and Python",
40-
"icon": "🧰",
41-
"url": "https://docs.apify.com/sdk"
14+
"url": "https://docs.apify.com/platform/integrations/n8n/website-content-crawler"
4215
}
4316
]
4417
},
4518
"alias": [
4619
"apify",
20+
"actor",
4721
"wcc",
48-
"website content crawler",
49-
"site crawler",
50-
"scraping",
51-
"text extraction",
22+
"llm",
23+
"bright",
24+
"data collection",
5225
"markdown",
26+
"fire",
27+
"semantic",
5328
"sitemap",
29+
"serp",
30+
"search",
31+
"text extraction",
32+
"website content crawler",
5433
"rag",
34+
"crawler",
35+
"scraper",
36+
"web scraping",
5537
"ai agent",
56-
"seo",
57-
"content",
58-
"scraper"
38+
"tavily",
39+
"markdown content"
5940
]
6041
}

0 commit comments

Comments
 (0)