Skip to content

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TC-MO we also have now and option on Make (all actor apps incl. main one) to connect using Oauth, which is a recommended way. Can we add it to each docs inclusing main Make docs? Thank you!!

Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ To use these modules, you need an [Apify account](https://console.apify.com) and

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

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

1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
1. To connect your Apify account to Make, 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.

![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use the module, you need an [Apify account](https://console.apify.com) and an

![Sign up page](images/amazon/image.png)

1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
1. To connect your Apify account to Make, 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.

![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and

![Sign up page](images/facebook/signup.png)

1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
1. To connect your Apify account to Make, 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.

![Apify Actor rental](images/facebook/actor-rental.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry if I wasn't specific about the actor we use but it's Google Maps Email Extractor:
https://console.apify.com/actors/WnMxbsRLNbPeYL6ge/input
Not Google Maps Scraper :/

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing the Oauth option here as well

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /integrations/make

---

[Make](https://www.make.com/) *(formerly Integromat)* allows you to create scenarios where you can integrate various services (modules) to automate and centralize jobs. Apify has its own module you can use to run Apify Actors, get notified about run statuses, and receive Actor results directly in your Make scenario.
[Make](https://www.make.com/) _(formerly Integromat)_ allows you to create scenarios where you can integrate various services (modules) to automate and centralize jobs. Apify has its own module you can use to run Apify Actors, get notified about run statuses, and receive Actor results directly in your Make scenario.

## Connect Apify to Make {#connect-apify-to-make}

Expand All @@ -25,19 +25,22 @@ Add the Apify module to your scenario. You can find this module by searching for

Next, select one of the available options under Triggers, Actions and Searches, then click on the Apify module to open its configuration window.

<!-- ![Apify module](../images/apify-module.png) -->
![Apify module](../../images/apify-module.png)

### Create a connection to Apify

In the Connection configuration window, you will need to provide your Apify API token.
In the Connection configuration window, you'll authorize the connection between Make and Apify. The recommended method is to use an OAuth connection.
Alternatively, you can choose to connect using Apify API token:

<!-- ![API token](../images/apify-token.png) -->
1. You will need to provide your Apify API token in the designated field.

You can find the token in the Apify Console by navigating to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
![API token](../../images/apify-token.png)

<!-- ![Integrations token](../images/apify-integrations-token.png) -->
1. You can find this token in the Apify Console by navigating to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**

Finally, copy your API token to the Make module and save it to create a connection.
![Integrations token](../../images/apify-integrations-token.png)

1. Finally, copy your API token from Apify, paste it into the Make module, and save to create the connection.

Congratulations! You have successfully connected the Apify app and can now use it in your scenarios.

Expand All @@ -49,8 +52,10 @@ We have two methods to run an Actor or task and retrieve its data in Make.com, d
- **Asynchronous run using the trigger module**

:::info

Make.com imposes a hard timeout for synchronous runs, the timeout varies based on your plan. If the Actor or task takes longer than the timeout to complete, the data will not be fully returned.
If you anticipate that the Actor run will exceed the timeout, use the asynchronous method with a trigger module instead.

:::

The primary difference between the two methods is that the synchronous run waits for the Actor or task to finish and retrieves its output using the "Get Dataset Items" module. By contrast, the asynchronous run watches for the run of an Actor or task (which could have been triggered from another scenario, manually from Apify console or elsewhere) and gets its output once it finishes.
Expand All @@ -68,7 +73,7 @@ Next, add the Apify module called "Run an Actor" to your scenario and configure
For this example, we will use the "Google Maps Review Scraper" Actor.
Make sure to set the "Run synchronously" option to "Yes," so the module waits for the Actor to finish run.

<!-- ![make-com-sync-2.png](../images/make-com/make-com-sync-2.png) -->
![make-com-sync-2.png](../../images/make-com/make-com-sync-2.png)

#### Step 2: Add the Apify "Get Dataset Items" module

Expand All @@ -77,15 +82,15 @@ In the next step, add the "Get Dataset Items" module to your scenario, which is
In the "Dataset ID" field, provide the default dataset ID from the Actor run.
You can find this dataset ID in the variables generated by the previous "Run an Actor" module. If the variables do not appear, run the scenario first, then check again.

<!-- ![make-com-sync-3.png](../images/make-com/make-com-sync-3.png) -->
![make-com-sync-3.png](../../images/make-com/make-com-sync-3.png)

#### Step 3: Add the Google Sheets "Create Spreadsheet Rows" module

Finally, add the Google Sheets "Bulk Add Rows" module to your scenario. This module will automatically create new rows in a Google Sheets file to store the Actor's output.

In the "Spreadsheet ID" field, provide the ID of the target Google Sheets file, which you can find in its URL. Configure the column range (e.g., "A-Z") and map the data retrieved from the "Get Dataset Items" module to the row values.

<!-- ![make-com-sync-4.png](../images/make-com/make-com-sync-4.png) -->
![make-com-sync-4.png](../../images/make-com/make-com-sync-4.png)

You’re all set! Once the scenario is started, it will run the Actor synchronously and export its output to your Google Sheets file.

Expand All @@ -101,23 +106,23 @@ Next, add the Apify module called "Watch Actor Runs" to your scenario. This modu

For this example, we will use the "Google Maps Review Scraper" Actor.

<!-- ![make-com-async-1.png](../images/make-com/make-com-async-1.png) -->
![make-com-async-1.png](../../images/make-com/make-com-async-1.png)

#### Step 2: Add the Apify "Get Dataset Items" module

Add the "Get Dataset Items" module to your scenario to retrieve the output of the Actor run.

In the "Dataset ID" field, provide the default dataset ID from the Actor run. You can find the dataset ID in the variables generated by the "Watch Actor Runs" module.

<!-- ![make-com-async-2.png](../images/make-com/make-com-async-2.png) -->
![make-com-async-2.png](../../images/make-com/make-com-async-2.png)

#### Step 3: Add the Google Sheets "Create Spreadsheet Rows" module

Finally, add the Google Sheets "Bulk Add Rows" module to your scenario, which will create new rows in the specified Google Sheets file to store the Actor's output.

In the "Spreadsheet ID" field, enter the ID of the target Google Sheets file, which you can find in its URL. Configure the column range (e.g., "A-Z") and map the data retrieved from the "Get Dataset Items" module to the row values.

<!-- ![make-com-async-3.png](../images/make-com/make-com-async-3.png) -->
![make-com-async-3.png](../../images/make-com/make-com-async-3.png)

That’s it! Once the Actor run is complete, its data will be exported to the Google Sheets file.
You can initiate the Actor run via the Apify console, a scheduler, or from another Make.com scenario.
Expand Down

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nit as well, but the app doesn't use the Instagram Scraper - but uses individual mini actors (e.g. Instagram Post, Profiles, Comments), so the signup page is not entirely correct cc @natashalekh

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and

![Sign up page](images/instagram/Apify_Make_Sign_up_page.png)

1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
1. To connect your Apify account to Make, 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.

![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ To use these modules, you need an [Apify account](https://console.apify.com/sign

For more details, follow the tutorial below.

# Connect Apify Scraper for Google Maps Leads
## Connect Apify Scraper for Google Maps Leads

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

![Sign up page](images/maps/image.png)
![Sign up page](images/maps/maps-signup.png)

1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
1. To connect your Apify account to Make, 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.

![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ To use the module, you need an [Apify account](https://console.apify.com) and an

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

![Sign up page](images/search/image.png)
![Sign up page](images/search/search-signup.png)

1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
1. To connect your Apify account to Make, 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.

![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and

![Sign up page](images/tiktok/image.png)

1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
1. To connect your Apify account to Make, 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.

![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For more details, follow the tutorial below.

![Sign up page](images/youtube/image.png)

1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
1. To connect your Apify account to Make, 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.

![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)

Expand Down
Loading