Apify Make integrationAutomate Apify with Make.
Your Apify runs finish, and then nothing happens. The Apify Make integration wakes up the second an actor or a task is done, pulls the data it produced and passes it on. 7 building blocks, no code, and a first automation you can build today.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Apify Make integration actually do?
The Apify Make integration lets Make drive your Apify account: start an actor, wait for the run to finish, then read the rows it wrote. A scenario is the automation you build in Make, and a module is one brick of that scenario, one step tied to one app. Apify brings 7 of those bricks, and 2 of them are triggers that start everything else.
Scraping that reports itself. A retail team launches a price actor by hand, then copies the rows into a sheet. Watch Actor Runs fires when the run ends, Get Dataset Items reads what came out, and the module you add next drops it where the team already looks.
Scraping on demand. A form comes in with the URL of a company. Scrape Single URL returns that page as text, markdown and HTML, ready to feed an AI step. No actor to pick, no dataset to chase.
Apify started from somewhere else. Run an Actor and Run a Task flip the direction: another app gives the signal, a new row, a ticket opened, and the scraper goes to work. Watch Task Runs closes the loop when the job comes back.
What Make will not do here is write your actors. Apify stays the place where scrapers are built and tuned, Make only calls them and moves what comes out. The Apify documentation lists no numeric limit on these modules, so the only counter worth watching is operations, one operation being one module running on one item. Make pricing has the detail.
The same app exists on the other side: there is an Apify n8n integration too, and n8n vs Make lays out the criteria without crowning a winner.
How do you connect Apify to Make?
- 01
Create the token in Apify
Log in to Apify and open Settings > Integrations. Click + Add token, give the token a name in the Add authentication token popup, then click Save. The name is only for you, so pick one you will still recognize in six months.
- 02
Copy the value
Click the Copy button next to the token you just created. That string is the key Make will use for every Apify module, so keep it on the clipboard while you switch tabs, and keep it out of any shared document.
- 03
Paste it into Make
In Make, add any Apify module and open its Create a connection dialog. Paste the value into the API token field and click Save. A connection is your Apify account linked to Make once, and every other Apify module reuses it.
Your first scenario: the actor tells Make it is done
GoalWhen an actor finishes a run in Apify, Make reads the data it produced and passes it on.
- 01
Create the scenario
From the Scenarios page in Make, create a new scenario and click the + to place the first module. Search Apify by name and pick Watch Actor Runs.
- 02
Point it at one actor
Open the module, create or select your connection, then choose the actor Make should follow. Nothing else to set here: the trigger is instant, so Apify calls Make as soon as the run ends.
- 03
Add the module that reads the results
Click the + on the right of the trigger and add Get Dataset Items. Map the value coming out of the trigger so the second module reads the run that just finished.
- 04
Test it with Run once
Click Run once, then start a run in Apify. Make executes the scenario one time and shows the bundles each module received, one bundle being one item that came through.
- 05
Switch it on
Add whatever module should receive the data, then turn the scenario on. No interval to choose here: the trigger is instant, and Apify calls Make through a webhook, a URL an app calls to say something happened.
What starts a scenario
2 modules start a scenario when something happens in Apify. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Apify as soon as it happens.
Watch Actor Runs
Instant triggerIn Make“Triggers whenever a selected Actor is run and finished.”
Watch Actor Runs sits on one actor and starts your scenario the moment a run of that actor finishes. What lands in Make is a finished run, so everything after it works on results and not on a job still in progress.
Watch Task Runs
Instant triggerIn Make“Triggers whenever a selected task is run and finished.”
An Apify task just came back? Watch Task Runs wakes the scenario at that exact point, for the task you pointed it at. It is the natural partner of Run a Task: one scenario asks for the work, this one handles what returns.
What Apify can do inside a scenario
Apify gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
The list of ready-made modules stops somewhere, and Make an API Call is where it keeps going: an authorized request to any endpoint of the Apify API, on the connection you already created.
Run an Actor
ActionIn Make“Run a selected Actor.”
Run an Actor launches a scraper you picked from inside the scenario, on the item that just arrived. The run starts in your Apify account exactly as if you had clicked it there yourself.
Run a Task
ActionIn Make“Runs a selected Actor task.”
Same move, different object: Run a Task triggers the task you selected and Apify takes it from there. Choosing between the two comes down to how your Apify account is organized.
Scrape Single URL
ActionIn Make“Runs a scraper for the website and returns its content as text, markdown and HTML. This action is made for getting content of a single page, for example, to use in large language models (LLM) flows.”
One address in, readable content out. Scrape Single URL skips the actor step: it runs a scraper on the page you give it and returns the content as text, markdown and HTML. Apify presents it as the module for feeding a single page into a language model flow.
Get Dataset Items
SearchIn Make“Fetches items from a dataset.”
This is where the scraped rows actually arrive. Get Dataset Items points at a dataset and pulls the items out, one bundle per item, ready for whatever module comes next.
Need help automating Apify with Make?
A person reads every message.
Questions people ask next
01Is the Apify Make integration free?
02What do you need to connect Apify to Make?
03Does the Apify trigger react in real time?
04What if the module you need is missing?
05Make or n8n for Apify?
Get our weekly automation tips.
No spam. Unsubscribe anytime.