Skip to content

Commit 06dc123

Browse files
committed
add index.md
add gumloop to vale exceptions add index doc reformat the doc add placeholders for images rewrites for clarity
1 parent af7e28c commit 06dc123

File tree

2 files changed

+107
-0
lines changed
  • .github/styles/config/vocabularies/Docs
  • sources/platform/integrations/workflows-and-notifications/gumloop

2 files changed

+107
-0
lines changed

.github/styles/config/vocabularies/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ preconfigured
8383
[Zz]apier
8484
[Tt]rello
8585
[Pp]refill
86+
[Gg]umloop
8687

8788
[Mm]ultiselect
8889

sources/platform/integrations/workflows-and-notifications/gumloop/index.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,109 @@ sidebar_position: 3
66
slug: /integrations/gumloop
77
---
88

9+
With the Gumloop Apify integration you can retrieve key data for your AI-powered workflows in a flash.
10+
11+
Gumloop supports two types of integrations with Apify:
12+
13+
- Direct integrations with Apify Actors through MCP nodes, where you can prompt the data you need (Recommended)
14+
- General Apify integration using the Apify task runner node
15+
16+
## Direct integrations with Apify Actors (recommended)
17+
18+
Gumloop offers native nodes for popular Apify use cases that provide enhanced functionality and easier configuration.
19+
20+
These native nodes eliminate the complexity of managing Apify tasks while providing more powerful features for specific platforms. They are pre-configured with no need to manage Apify tasks or API keys, enhanced features like built-in data validation and formatting, better performance optimized for Gumloop, and full customizability using a prompt.
21+
22+
The following data sources are available natively in Gumloop:
23+
24+
- Instagram
25+
- Google Maps
26+
- TikTok
27+
- YouTube
28+
29+
<!-- TODO: video walkthrough -->
30+
31+
### Gumloop credits
32+
33+
Retrieving data from Apify Actors is included in your Gumloop subscription. Apify Actors natively integrated into Gumloop (YouTube, TikTok, Google Maps, Instagram) have a list of tools (data points) you can retrieve.
34+
35+
<!-- TODO:Image of MCP tools -->
36+
37+
Each tool has a corresponding Gumloop credit cost. Each Gumloop subscription comes with a set of credits.
38+
39+
| Sample prompt | Tool | Credit cost per use |
40+
| :--- | :--- | :--- |
41+
| Retrieve profile details for an Instagram user | Get Profile Details | 5 credits/profile |
42+
| Get videos for a specific hashtag | Get Hashtag Videos | 3 credits/video |
43+
| Show 5 most recent reviews for a restaurant | Get Place Reviews | 3 credits/review |
44+
45+
## General integration (Apify Task Runner)
46+
47+
Gumloop's Apify task runner lets you run your Apify tasks directly inside Gumloop workflows. Scrape data with Apify, then process it with AI, send results via email, update spreadsheets, or connect to any of Gumloop's 100+ integrations.
48+
49+
Build workflows that automatically collect data from websites and deliver insights to your team through Slack, Gmail, Google Sheets, or wherever you need them.
50+
51+
### Connect Apify with Gumloop
52+
53+
To use the Apify integration in Gumloop, you need an Apify account, a Gumloop account, and at least one Apify task that has been run previously.
54+
55+
### Step 1: Get your Apify API Key
56+
57+
To get started, navigate to [**Settings > Integrations**](https://console.apify.com/settings/integrations) in Apify Console and copy your API token.
58+
59+
<!-- TODO: placeholder: Apify Console API key location -->
60+
61+
### Step 2: Add Apify Credentials to Gumloop
62+
63+
Next, go to [**Gumloop Credentials**](https://www.gumloop.com/settings/profile/credentials) and click **Add New Credentials**. Search for Apify in the credentials list, add your Apify API key, and save the credential.
64+
65+
<!-- TODO: placeholder: Gumloop credentials page showing Apify integration -->
66+
67+
### Step 3: Add Apify Task Runner Node to Your Workflow
68+
69+
Open a new Gumloop pipeline page. Search for **Apify Task Runner** in the **Node Library**, and drag and drop the node onto your canvas.
70+
71+
<!-- TODO: placeholder: Gumloop pipeline page with Apify Task Runner node -->
72+
73+
### Step 4: Create and Save Tasks in Apify
74+
75+
The Apify task runner node fetches tasks from your saved tasks in Apify Console. To create a task, navigate to [**Actors**]((https://console.apify.com/actors), click on the Actor you want to use, and then click **Create a task** next to the Run button. Configure your task settings and save.
76+
77+
<!-- TODO: placeholder: Apify Actor page showing "Create a task" button -->
78+
79+
:::important
80+
81+
The Task Runner only displays tasks that have been saved in your Apify Console, not individual Actors.
82+
83+
:::
84+
85+
### Step 5: Run Your Tasks
86+
87+
Before tasks appear in Gumloop, they must be executed at least once in Apify. Go to your [**Saved tasks**](https://console.apify.com/actors/tasks), click on the task you want to use, and click **Start** to execute it. Wait for the task to complete.
88+
89+
This step is required because Gumloop needs to understand the output structure of your task to properly configure data fields.
90+
91+
<!-- TODO: placeholder: Apify task execution page -->
92+
93+
### Step 6: Configure Your Gumloop Workflow
94+
95+
Select your task from the dropdown menu. Choose the output fields you want to use. Configure maximum run time and output limits. Connect the node to other workflow components.
96+
97+
<!-- TODO: placeholder: Configured Apify Task Runner node in Gumloop -->
98+
99+
## Example Workflow
100+
101+
Here's a simple example of how to use Apify with Gumloop:
102+
103+
Web Scraping \+ AI Analysis \+ Email Report
104+
105+
```mermaid
106+
107+
graph LR
108+
A[Apify Task Runner] --> B[Ask AI] --> C[Combine text] --> D[Gmails sender]
109+
110+
```
111+
112+
The Apify task runner scrapes product prices from an e-commerce site. Ask AI analyzes price trends and identifies opportunities. Combine Text formats the analysis into a readable report. Gmail Sender emails the report to stakeholders.
113+
114+
This workflow runs automatically and delivers actionable insights directly to your inbox.

0 commit comments

Comments
 (0)