Skip to content

Commit 0961f3a

Browse files
committed
add specific nodes docs
add specific nodes docs make sure their structure is parallel fix typos create image placeholders reformat the text for clarity reword the prose for clarity and conciseness
1 parent 06dc123 commit 0961f3a

File tree

5 files changed

+302
-14
lines changed

5 files changed

+302
-14
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ These native nodes eliminate the complexity of managing Apify tasks while provid
2121

2222
The following data sources are available natively in Gumloop:
2323

24-
- Instagram
25-
- Google Maps
26-
- TikTok
27-
- YouTube
24+
- [Instagram](/platform/integrations/gumloop/instagram)
25+
- [Google Maps](/platform/integrations/gumloop/maps)
26+
- [TikTok](/platform/integrations/gumloop/tiktok)
27+
- [YouTube](/platform/integrations/gumloop/youtube)
2828

2929
<!-- TODO: video walkthrough -->
3030

@@ -72,7 +72,7 @@ Open a new Gumloop pipeline page. Search for **Apify Task Runner** in the **Node
7272

7373
### Step 4: Create and Save Tasks in Apify
7474

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.
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.
7676

7777
<!-- TODO: placeholder: Apify Actor page showing "Create a task" button -->
7878

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

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,78 @@ description: Learn about Instagram scraper modules. Extract posts, comments, and
44
sidebar_label: Instagram
55
sidebar_position: 1
66
slug: /integrations/gumloop/instagram
7-
---
7+
---
8+
9+
Get Instagram profile posts, details, stories, reels, post comments and hashtags, users, and tagged posts in Gumloop.
10+
11+
---
12+
13+
The Gumloop integration for Instagram provides a direct interface for running Apify’s Instagram scrapers directly in your workflows. No API tokens or manual polling required. All you need is a Gumloop account.
14+
15+
Using the Gumloop Instagram MCP node, you can prompt the Instagram data you need and Gumloop will retrieve it from relevant Apify Actors. From there you can connect this data to other tools and AI models to process the information.
16+
17+
<!-- TODO:Image of MCP node -->
18+
19+
## Available actions
20+
21+
You can pull the following types of data from public Instagram accounts using Gumloop’s Instagram node (via Apify). Each action has a token cost.
22+
23+
Prerequisites:
24+
25+
- A Gumloop account.
26+
27+
| Tool/ Action | Description | Token Cost |
28+
| :---- | :---- | :---- |
29+
| Get profile posts | Fetch posts from a public Instagram profile, including captions, images, like and comment counts, and metadata. | 3 tokens per item |
30+
| Get post comments | Retrieve all comments on a specific post, with author info, timestamps, and like counts. | 3 tokens per item |
31+
| Get hashtag posts | Search by hashtag and return matching posts with full details. | 3 tokens per item |
32+
| Find users | Look up Instagram users by name or handle and return profile metadata like bio, follower/following counts, etc. | 3 tokens per item |
33+
| Get profile details | Extract detailed metadata from a profile, including follower count, bio, and verification status. | 5 tokens per item |
34+
| Get profile stories | Get media URLs, timestamps, and view counts from an Instagram profile’s stories. | 3 tokens per item |
35+
| Get profile reels | Fetch reels with captions, engagement metrics, play counts, and music info. | 3 tokens per item |
36+
| Get tagged posts | Return posts where a specific user is tagged, with full post details. | 3 tokens per item |
37+
38+
## Retrieve Instagram data in Gumloop
39+
40+
1. Add the Gumloop Instagram MCP node
41+
42+
First, add the Instagram node from the node library to your workflow canvas.
43+
44+
<!-- TODO:Image of MCP node -->
45+
46+
1. Prompt the data you need.
47+
48+
In the node's configuration panel, write a clear, specific prompt that describes the data you want to retrieve.
49+
50+
<!-- TODO:Image of the prompt -->
51+
52+
:::tip Prompting tips
53+
54+
- MCP nodes only have access to the tools listed so your prompt should be scoped to Instagram.
55+
- You can mix and match different tools (get 10 latest videos for a hashtag and retrieve profile data for each post).
56+
57+
:::
58+
59+
1. Define the inputs and outputs
60+
61+
Once you’ve entered your prompt, you will go through the AI assisted node creation process starting with defining inputs, parameters and outputs of your Instagram node.
62+
63+
Gummie (Gumloop’s AI assistant) will suggest inputs (information coming from previous steps, ie hashtag to scrape), parameters (user defined choices, ie number of posts to retrieve) and outputs (information used in future steps, ie number of followers of users and list of recent videos).
64+
65+
<!-- TODO:Image of inputs/outputs -->
66+
67+
1. Generate and test the node
68+
69+
With inputs, parameters and outputs defined, Gummie will generate the code to retrieve the data from the Apify Instagram node. There is no requirement for you to review or understand the code, Gummie takes care of it.
70+
71+
After the code is written, enter test values to confirm the outputs of the node and save.
72+
73+
Once saved, you can access this node in any of your flows.
74+
75+
<!-- TODO:Image of node -->
76+
77+
## Other integrations
78+
79+
- [TikTok](/platform/integrations/gumloop/tiktok)
80+
- [YouTube](/platform/integrations/gumloop/youtube)
81+
- [Google Maps](/platform/integrations/gumloop/maps)
Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,79 @@
11
---
22
title: Gumloop - Google maps Actor integration
3-
description: Learn about Google maps scraper modules. Extract posts, comments, and profile data.
3+
description: Learn about Google Maps scraper modules. Extract place details, reviews, and search results.
44
sidebar_label: Google maps
55
sidebar_position: 2
66
slug: /integrations/gumloop/maps
7-
---
7+
---
8+
9+
Search, extract, and enrich business data from Google Maps in Gumloop.
10+
11+
---
12+
13+
The Gumloop Google Maps integration provides a native interface for running Apify’s Google Maps scrapers directly in your workflows—no API keys or manual polling required. All you need is a Gumloop account.
14+
15+
Using the Gumloop Google Maps MCP node, you can simply prompt the location data you need and Gumloop will retrieve it from relevant Apify actors. From there, you can connect it to your favorite tools and AI agents to process the information.
16+
17+
<!-- TODO:Image of MCP node -->
18+
19+
## Available actions
20+
21+
You can pull the following types of place data from Google Maps using Gumloop’s Google Maps node (via Apify). Each action has a token cost.
22+
23+
Prerequisites:
24+
25+
- A Gumloop account.
26+
27+
| Tool/ Action | Description | Token Cost |
28+
| :---- | :---- | :---- |
29+
| Search places | Search for places on Google Maps using location and search terms. | 3 tokens per item |
30+
| Get place details | Retrieve detailed information about a specific place using its URL or place ID. | 5 tokens per item |
31+
| Search by category | Search for places by a specific category (e.g. cafes, gyms) on Google Maps. | 3 tokens per item |
32+
| Get place reviews | Fetch reviews for specific locations, including text, rating, and reviewer info. | 3 tokens per item |
33+
| Find places in area | Return all visible places within a defined map area or bounding box. | 3 tokens per item |
34+
35+
36+
## Retrieve Google Maps data in Gumloop
37+
38+
1. Add the Gumloop Google Maps MCP node.
39+
40+
First, add the Google Maps node from the node lirbary to your workflow canvas.
41+
42+
<!-- TODO:Image of MCP node -->
43+
44+
1. Prompt the data you need
45+
46+
In the node's configuration panel, write a clear, specific prompt that describes the data you want to retrieve.
47+
48+
<!-- TODO:Image of the prompt -->
49+
50+
:::tip Prompting tips
51+
52+
- MCP nodes only have access to the tools listed so your prompt should be scoped to Google Maps.
53+
- You can mix and match different tools (e.g., search for gyms in Vancouver → get place details → pull reviews).
54+
55+
:::
56+
57+
1. Define inputs/outputs
58+
59+
Once you’ve entered your prompt, you will go through the AI assisted node creation process starting with defining inputs, parameters and outputs of your Google Maps node.
60+
61+
Gummie (Gumloop’s AI assistant) will suggest inputs (information coming from previous steps, ie location, keyword, category), parameters (user defined choices, ie number of results or radius) and outputs (information used in future steps, ie business name, review count, ratings).
62+
63+
<!-- TODO:Image of inputs/outputs -->
64+
65+
1. Generate and test the node
66+
67+
With inputs, parameters and outputs defined, Gummie will generate the code to retrieve the data from the Apify Google Maps node. There is no requirement for you to review or understand the code, Gummie takes care of it.
68+
69+
After the code is written, enter test values to confirm the outputs of the node and save.
70+
71+
Once saved, you can access this node in any of your flows.
72+
73+
<!-- TODO:Image of node -->
74+
75+
## Other integrations
76+
77+
- [TikTok](/platform/integrations/gumloop/tiktok)
78+
- [Instagram](/platform/integrations/gumloop/instagram)
79+
- [YouTube](/platform/integrations/gumloop/youtube)
Lines changed: 72 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,77 @@
11
---
22
title: Gumloop - TikTok Actor integration
3-
description: Learn about TikTok scraper modules. Extract posts, comments, and profile data.
3+
description: Learn about TikTok scraper modules. Extract videos, profile data, followers, and hashtag data.
44
sidebar_label: TikTok
55
sidebar_position: 1
66
slug: /integrations/gumloop/tiktok
7-
---
7+
---
8+
9+
Get TikTok hashtag videos, profile videos, followers, video details, and search results in Gumloop.
10+
11+
---
12+
13+
The Gumloop TikTok integration provides a native interface for running Apify’s TikTok scrapers directly in your workflows—no API tokens or manual polling required. All you need is a Gumloop account.
14+
Using the Gumloop TikTok MCP node, you can simply prompt the TikTok data you need and Gumloop will retrieve it from relevant Apify actors. From there, you can connect it to your favorite tools and AI agents to process the information.
15+
16+
<!-- TODO:Image of MCP node -->
17+
18+
## Available actions
19+
20+
You can pull the following types of data from TikTok using Gumloop’s TikTok node (via Apify). Each action has a token cost.
21+
22+
Prerequisites:
23+
24+
- A Gumloop account.
25+
26+
| Tool/ Action | Description | Token Cost |
27+
| :---- | :---- | :---- |
28+
| Get hashtag videos | Fetch videos from TikTok hashtags with captions, engagement metrics, play counts, and author information. | 3 tokens per item |
29+
| Get profile videos | Get videos from TikTok user profiles with video metadata, engagement stats, music info, and timestamps. | 3 tokens per item |
30+
| Get profile followers | Retrieve followers or following lists from TikTok profiles, including usernames, follower counts, and bios. | 3 tokens per item |
31+
| Get video details | Get comprehensive data on a specific TikTok video using its URL—includes engagement and video-level metrics. | 5 tokens per item |
32+
| Search videos | Search TikTok for videos and users using queries. Returns video details and user profile info. | 3 tokens per item |
33+
34+
## Retrieve Tiktok Data in Gumloop
35+
36+
1. Add the Gumloop TikTok MCP node
37+
38+
First, add the TikTok node from the node lirbary to your workflow canvas.
39+
40+
<!-- TODO:Image of MCP node -->
41+
42+
1. Prompt the data you need
43+
44+
In the node's configuration panel, write a clear, specific prompt that describes the data you want to retrieve.
45+
46+
<!-- TODO:Image of prompt -->
47+
48+
:::tip Prompting tips
49+
50+
- MCP nodes only have access to the tools listed so your prompt should be scoped to TikTok.
51+
- You can mix and match different tools (e.g., search a hashtag → get profile videos → retrieve engagement data).
52+
53+
:::
54+
55+
1. Define inputs/outputs
56+
57+
Once you’ve entered your prompt, you will go through the AI assisted node creation process starting with defining inputs, parameters and outputs of your TikTok node.
58+
59+
Gummie (Gumloop’s AI assistant) will suggest inputs (information coming from previous steps, ie search keyword, video URL), parameters (user defined choices, number of videos to retrieve) and outputs (information used in future steps, ie follower count, video engagement, music info).
60+
61+
<!-- TODO:Image of inputs/outputs -->
62+
63+
1. Generate and test the node
64+
65+
With inputs, parameters and outputs defined, Gummie will generate the code to retrieve the data from the Apify TikTok node. There is no requirement for you to review or understand the code, Gummie takes care of it.
66+
67+
After the code is written, enter test values to confirm the outputs of the node and save.
68+
69+
Once saved, you can access this node in any of your flows.
70+
71+
<!-- TODO:Image of final node-->
72+
73+
## Other integrations
74+
75+
- [Instagram](/platform/integrations/gumloop/instagram)
76+
- [YouTube](/platform/integrations/gumloop/youtube)
77+
- [Google Maps](/platform/integrations/gumloop/maps)
Lines changed: 76 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,79 @@
11
---
2-
title: Gumloop - Youtube Actor integration
3-
description: Learn about Youtube scraper modules. Extract posts, comments, and profile data.
4-
sidebar_label: Youtube
2+
title: Gumloop - YouTube Actor integration
3+
description: Learn about YouTube scraper modules. Extract video details, channel information, playlists, and search results.
4+
sidebar_label: YouTube
55
sidebar_position: 1
66
slug: /integrations/gumloop/youtube
7-
---
7+
---
8+
9+
Get YouTube search results, video details, channel videos, playlists, and channel metadata in Gumloop.
10+
11+
---
12+
13+
The Gumloop YouTube integration provides a native interface for running Apify’s YouTube scrapers directly in your workflows—no API keys or manual polling required. All you need is a Gumloop account.
14+
15+
Using the Gumloop YouTube MCP node, you can simply prompt the YouTube data you need and Gumloop will retrieve it from relevant Apify actors. From there, you can connect it to your favorite tools and AI agents to process the information.
16+
17+
<!-- TODO:Image of MCP node -->
18+
19+
## Available actions
20+
21+
You can pull the following types of data from YouTube using Gumloop’s YouTube node (via Apify). Each action has a token cost:
22+
23+
Prerequisites:
24+
25+
- A Gumloop account.
26+
27+
| Tool/ Action | Description | Token Cost |
28+
| :---- | :---- | :---- |
29+
| Search videos | Search YouTube by keywords and get video results with filtering, metadata, and content info. | 3 tokens per item |
30+
| Get video details | Retrieve detailed stats and content info for specific videos via URL or ID. | 4 tokens per item |
31+
| Get channel videos | Get videos from a specific YouTube channel with full metadata and context. | 3 tokens per item |
32+
| Get playlist videos | Fetch videos from a YouTube playlist with metadata and playlist details. | 3 tokens per item |
33+
| Get channel details | Get channel metadata including subscriber count, total videos, description, and more. | 5 tokens per item |
34+
35+
## Retrieve YouTube data in Gumloop
36+
37+
1. Add the Gumloop YouTube MCP node
38+
39+
First, add the YouTube node from the node lirbary to your workflow canvas.
40+
41+
<!-- TODO:Image of MCP node -->
42+
43+
1. Prompt the data you need
44+
45+
In the node's configuration panel, write a clear, specific prompt that describes the data you want to retrieve.
46+
47+
<!-- TODO:Image of the prompt -->
48+
49+
:::tip Prompting tips
50+
51+
- MCP nodes only have access to the tools listed so your prompt should be scoped to YouTube.
52+
- You can mix and match different tools (e.g., search for videos → get video details → extract channel info).
53+
54+
:::
55+
56+
1. Define the inputs and outputs
57+
58+
Once you’ve entered your prompt, you will go through the AI assisted node creation process starting with defining inputs, parameters and outputs of your YouTube node.
59+
60+
Gummie (Gumloop’s AI assistant) will suggest inputs (information coming from previous steps, ie search terms, video URLs), parameters (user defined choices, ie number of videos to retrieve) and outputs (information used in future steps, title, view count, channel name).
61+
62+
<!-- TODO:Image of inputs/outputs -->
63+
64+
1. Generate and test the node
65+
66+
With inputs, parameters and outputs defined, Gummie will generate the code to retrieve the data from the Apify YouTube node. There is no requirement for you to review or understand the code, Gummie takes care of it.
67+
68+
After the code is written, enter test values to confirm the outputs of the node and save.
69+
70+
Once saved, you can access this node in any of your flows.
71+
72+
<!-- TODO:Image of node -->
73+
74+
## Other integrations
75+
76+
- [TikTok](/platform/integrations/gumloop/tiktok)
77+
- [Instagram](/platform/integrations/gumloop/instagram)
78+
- [Google Maps](/platform/integrations/gumloop/maps)
79+

0 commit comments

Comments
 (0)