Skip to content

Commit 090a292

Browse files
committed
feat: improve docs for WCC n8n app
1 parent 41701e0 commit 090a292

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

sources/platform/integrations/workflows-and-notifications/make/ai-crawling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and
3131
1. In Make, click **Add** to open the **Create a connection** dialog of the chosen Apify Scraper module.
3232
1. In the **API token** field, paste the API token you copied from Apify. Provide a clear **Connection name**, and click **Save**.
3333

34-
![Make API token](images/ai-crawling/image%201.png)
34+
![Make API token](images/ai-crawling/image1.png)
3535

3636
Once connected, you can build workflows to automate website extraction and integrate results into your AI applications.
3737

sources/platform/integrations/workflows-and-notifications/n8n/ai-crawling.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,51 @@ slug: /integrations/n8n/ai-crawling
77
toc_max_heading_level: 4
88
---
99

10+
## Prerequisites
11+
12+
Before you begin, make sure you have:
13+
14+
- An [Apify account](https://console.apify.com/)
15+
- An [n8n instance](https://docs.n8n.io/getting-started/) (self‑hosted or cloud)
16+
1017
## Apify Scraper for AI Crawling
1118

1219
Apify Scraper for AI Crawling from [Apify](https://apify.com/) 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.
1320

1421
To use these modules, you need an [Apify account](https://console.apify.com) and 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.
1522

16-
## Connect Apify Scraper for AI Crawling
23+
## Install the Apify Node (self-hosted)
24+
25+
If you're running a self-hosted n8n instance, you can install the Apify community node directly from the editor. This process adds the node to your available tools, enabling Apify operations in workflows.
26+
27+
1. Open your n8n instance.
28+
1. Go to **Settings > Community Nodes**.
29+
1. Select **Install**.
30+
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]`.
31+
1. Agree to the [risks](https://docs.n8n.io/integrations/community-nodes/risks/) of using community nodes and select **Install**.
32+
1. You can now use the node in your workflows.
33+
34+
![Apify Install Node](images/install.png)
35+
36+
## Connect Apify Scraper for AI Crawling (self-hosted)
1737

1838
1. Create an account at [Apify](https://console.apify.com/). You can sign up using your email, Gmail, or GitHub account.
1939

2040
![Sign up page](../make/images/ai-crawling/wcc-signup.png)
2141

2242
1. To connect your Apify account to n8n, you can use an OAuth connection (recommended) or an Apify API token. To get the Apify API token, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)** in the Apify Console.
2343

24-
![Apify Console token for Make.png](../make/images/Apify_Console_token_for_Make.png)
44+
![Apify Console token for n8n](../make/images/Apify_Console_token_for_Make.png)
2545

2646
1. Find your token under **Personal API tokens** section. You can also create a new API token with multiple customizable permissions by clicking on **+ Create a new token**.
2747
1. Click the **Copy** icon next to your API token to copy it to your clipboard. Then, return to your n8n workflow interface.
2848

29-
![Apify token on Make.png](../make/images/Apify_token_on_Make.png)
49+
![Apify token on n8n](../make/images/Apify_token_on_Make.png)
3050

3151
1. In n8n, click **Create new credential** of the chosen Apify Scraper module.
3252
1. In the **API key** field, paste the API token you copied from Apify and click **Save**.
3353

34-
IMG
54+
![Apify token on n8n](images/token.png)
3555

3656
Once connected, you can build workflows to automate website extraction and integrate results into your AI applications.
3757

87.8 KB
Loading
140 KB
Loading

0 commit comments

Comments
 (0)