You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Website Content Crawler from [Apify](https://apify.com/apify/website-content-crawler) lets you extract text content from websites to feed AI models, LLM applications, vector databases, or Retrieval Augmented Generation (RAG) pipelines. It supports rich formatting using Markdown, cleans the HTML of irrelevant elements, downloads linked files, and integrates with AI ecosystems like LangChain, LlamaIndex, and other LLM frameworks.
10
+
Website Content Crawler from [Apify](https://apify.com/apify/website-content-crawler) lets you extract text content from websites to feed AI models, LLM applications, vector databases, or Retrieval Augmented Generation (RAG) pipelines. It supports rich formatting using Markdown, cleans the HTML of irrelevant elements, downloads linked files, and integrates with AI ecosystems like Langchain, LlamaIndex, and other LLM frameworks.
11
11
12
12
To use these modules, you need an [API token](https://docs.apify.com/platform/integrations/api#api-token). You can find your token in the [Apify Console](https://console.apify.com/) under **Settings > Integrations**. After connecting, you can automate content extraction at scale and incorporate the results into your AI workflows.
13
13
@@ -24,7 +24,7 @@ This section explains how to install and connect the Apify node when using n8n C
24
24
25
25
### Install
26
26
27
-
For n8n Cloud users, installation is even simpler and doesn't require manual package entry. Just search and add the node from the canvas.
27
+
For n8n Cloud users, installation is even simpler and doesn't require manual package entry. Just search and add the node from the canvas.
28
28
29
29
1. Go to the **Canvas** and open the **nodes panel**
30
30
1. Search for **Website Content Crawler by Apify** in the community node registry
@@ -49,7 +49,7 @@ On n8n Cloud, instance owners can toggle visibility of verified community nodes
49
49
50
50
:::note Cloud API Key management
51
51
52
-
On n8n Cloud, you can use the API key method if you prefer to manage your credentials manually.
52
+
On n8n Cloud, you can use the API key method if you prefer to manage your credentials manually.
53
53
See the [**Connect** section for n8n self-hosted](#connect-self-hosted) for detailed API configuration instructions.
54
54
55
55
:::
@@ -68,7 +68,7 @@ If you're running a self-hosted n8n instance, you can install the Apify communit
68
68
1. Open your n8n instance.
69
69
1. Go to **Settings > Community Nodes**.
70
70
1. Select **Install**.
71
-
1. Enter the npm package name: `@apify/n8n-nodes-apify-content-crawler`(for latest version). To install a specific [version](https://www.npmjs.com/package/@apify/n8n-nodes-apify-content-crawler?activeTab=versions) enter e.g `@apify/[email protected]`.
71
+
1. Enter the npm package name: `@apify/n8n-nodes-apify-content-crawler` (for latest version). To install a specific [version](https://www.npmjs.com/package/@apify/n8n-nodes-apify-content-crawler?activeTab=versions) enter e.g `@apify/[email protected]`.
72
72
1. Agree to the [risks](https://docs.n8n.io/integrations/community-nodes/risks/) of using community nodes and select **Install**.
0 commit comments