- Home
- Resources
- Integrations
- ParseHub
ParseHub Make integrationAutomate ParseHub with Make.
Your scrapes can start, stop and hand over their data without you opening ParseHub. The ParseHub Make integration gives you 10 modules: 1 instant trigger, 8 actions and 1 search. This page shows you how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the ParseHub Make integration do for you?
The ParseHub Make integration links your ParseHub account to Make, a no-code tool where you build scenarios (an automation made of a chain of modules). Once connected, Make can start a scraping project, react when a run begins, and fetch the data a run extracted, then pass it to your other apps.
Scrapes that launch themselves. Put Run a Project after any event from another app, and ParseHub starts collecting on its cloud without a click from you. Pair it with Cancel a Run when a condition says the job is no longer needed.
Fresh data where your team works. Get Last Ready Data and Get Data For a Run hand the extracted results to the next module, so a sheet, a database or an Airtable Make integration can receive them.
A clear view of every run. Watch Runs wakes your scenario the moment a run starts in a project, and Get a Project adds its details, which is enough to keep a tidy log of what ran and when.
Know the limits before you build. The trigger only reacts when a run starts, not when it finishes. Make's own page for ParseHub states it was written with AI help and asks you to check important details with ParseHub. For anything the 10 modules skip, Make an API Call reaches the rest of the API with the same connection.
The same app often has an n8n node too. If you are weighing both tools, read n8n vs Make, and check Make pricing before you scale up.
How do you connect ParseHub to Make?
- 01
Copy your ParseHub API key
Make needs an active ParseHub account and its API key. In the ParseHub dashboard, click the profile icon labeled My Account in the left sidebar, then copy the key shown in the Account Settings panel.
- 02
Add a ParseHub module in Make
Open your scenario, add any ParseHub module and click Create a connection. The connection is your ParseHub account linked to Make once, then reused by every ParseHub module you add later.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when you run several accounts. Paste the API key you copied, or follow the on-screen instructions, and save. Make can now read your projects.
Your first scenario: log every ParseHub run
GoalWhen a run starts in a ParseHub project, Make fetches that project's details so you can record them anywhere.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the big +. That first module is the one that decides when everything starts.
- 02
Pick Watch Runs
Search for ParseHub, choose Watch Runs, click Create a webhook and link your account through Create a connection. The lightning badge tells you ParseHub will call Make itself.
- 03
Add Get a Project
Click the + on the right of the trigger and add Get a Project. Choose the project, or map it from what Watch Runs passes along, so each bundle (one run flowing through) brings back its project.
- 04
Test with Run once
Click Run once, then start a run in ParseHub. Open the bubble above each module to read the bundles it received and confirm the project details look right.
- 05
Switch it on
Once the test is clean, add the module of the app that keeps your log after Get a Project, then switch the scenario on. Every new run now leaves a trace without you watching.
What starts a ParseHub scenario
1 module starts a scenario when something happens in ParseHub. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by ParseHub as soon as it happens.
Watch Runs
Instant triggerIn Make“Triggers when a new run is started in a project.”
Watch Runs starts your scenario each time a new run begins in one of your ParseHub projects, so you know a scrape is underway without refreshing the dashboard.
Every ParseHub module, explained simply
ParseHub gives you 9 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Cancel a Run
ActionIn Make“Cancels a run and changes its status to cancelled.”
Cancel a Run stops a run that is in progress and switches its status to cancelled, so ParseHub stops working on a job you no longer need.
Delete a Run
ActionIn Make“Cancels and deletes a run and its data.”
Delete a Run goes further than cancelling: it stops the run and wipes it together with everything it extracted, which keeps your project history lean.
Get a Project
ActionIn Make“Gets a detail of a project in an account.”
Get a Project returns the details of one project in your account, handy when the next module needs more than a bare identifier to make sense of a run.
Get a Run
ActionIn Make“Returns the run object for a given run token.”
Get a Run looks up one run from its token (the identifier of that run) and returns the record ParseHub keeps for it, so your scenario can decide what comes next.
Get Data For a Run
ActionIn Make“Returns the data that was extracted by a run.”
Get Data For a Run brings back what a specific run actually extracted, the scraped content itself, ready to be mapped into a sheet, a CRM or a message.
Get Last Ready Data
ActionIn Make“Returns the date for the most recent ready run for a project.”
Get Last Ready Data points at a project rather than a run and goes to its most recent ready run, which saves you from tracking run tokens at all.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you call any endpoint of the ParseHub API that the other nine modules do not cover, using the connection you already set up.
Run a Project
ActionIn Make“Starts running an instance of a project on the ParseHub cloud.”
Run a Project starts a new instance of one of your projects on the ParseHub cloud, so a scrape can kick off from any event in another app.
List Projects
SearchIn Make“Retrieves a list of all projects in an account.”
List Projects retrieves every project in your ParseHub account and sends each one as its own bundle to the modules that follow.
Need help automating ParseHub with Make?
A person reads every message.