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
Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/gumloop/index.md
+106Lines changed: 106 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,109 @@ sidebar_position: 3
6
6
slug: /integrations/gumloop
7
7
---
8
8
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.
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.
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.
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