- Home
- Resources
- Integrations
- HARPA AI Web Browser Agent
HARPA AI Web Browser Agent Make integrationAutomate HARPA AI Web Browser Agent with Make.
What if your browser could watch, read and search the web for your automations? The HARPA AI Web Browser Agent Make integration gives you 8 modules: 2 instant triggers and 6 actions. This guide shows how to link your key, then build a first scenario step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the HARPA AI Web Browser Agent Make integration do?
The HARPA AI Web Browser Agent Make integration links the HARPA Chrome extension to Make, so the browser work HARPA does (reading pages, searching, running AI prompts, watching sites for changes) can feed a scenario, which is the automation you build in Make as a chain of modules. You connect once with the API key shown in the extension, and every module reuses it.
Price and content alerts that explain themselves. Watch Web Monitor starts a scenario the moment HARPA spots a change on a page you follow. Add Scrape a Web Page to grab the new text as markdown, then Run AI Prompt to turn it into a short note your team can read without opening the site.
Research on demand. Search the Web returns up to 8 results with links, titles and descriptions for any query. Pass each link to Scrape a Web Page and you have raw material for a brief, a lead list or a competitor sheet.
Browser automations triggered from anywhere. Run an AI Command launches one of your HARPA commands or workflows in the browser. When the extension answers a Run Action request, Watch Action Result hands the output back to Make, so another scenario can store or forward it.
What Make does not do here: it does not replace the extension. Several modules hand work to your HARPA browser node, and Ping a Browser Node exists to check that it is online and ready before you send anything. For endpoints the listed modules skip, Make an API Call reuses the same connection. If you also look at n8n, the n8n vs Make comparison sets the two side by side, and the Make training covers scenario design from the ground up. Stuck on an error? Read Make troubleshooting.
How do you connect HARPA AI Web Browser Agent to Make?
- 01
Copy your API key from the extension
You need an active HARPA account and the Chrome extension installed. Open the extension, click the AUTOMATE tab, and copy the API key displayed there. Keep it at hand, Make will ask for it in a moment.
- 02
Add a module and create the connection
In your Make scenario, add any HARPA AI Web Browser Agent module and click Create a connection. A connection is your HARPA account linked to Make once; every HARPA module in every scenario can reuse it afterward.
- 03
Name it and paste the key
The Connection name field is optional, but a clear label helps when you have several accounts. Paste the key you copied from the AUTOMATE tab, or follow the on-screen instructions, then save. The module is ready to fill.
Your first scenario: summarize a page as soon as it changes
GoalWhen HARPA Web Monitor detects a change on a page you track, Make scrapes the page and has an AI prompt write a short summary of what moved.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big +. Search for HARPA AI Web Browser Agent and pick Watch Web Monitor as the first module.
- 02
Set up the webhook and connection
Click Create a webhook, then Create a connection and paste the API key from the AUTOMATE tab. From now on, HARPA calls Make through that webhook whenever the monitor sees a change.
- 03
Grab the updated page
Click the + on the right of the trigger and add Scrape a Web Page. Enter the URL of the page you monitor so the module returns its fresh content as markdown text.
- 04
Ask the AI for a summary
Add Run AI Prompt after the scraper. Write a prompt such as "list what changed and why it matters" and map the markdown from the previous module into it. Each item passed along is a bundle.
- 05
Test, then switch it on
Click Run once, trigger a change on a monitored page, and read the bundles each module received. Once the summary looks right, switch the scenario on so it waits for the next change.
What can start a HARPA scenario?
2 modules start a scenario when something happens in HARPA AI Web Browser Agent. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by HARPA AI Web Browser Agent as soon as it happens.
Watch Action Result
Instant triggerIn Make“Triggers when the HARPA Chrome Extension Node has responded to a Run Action request.”
This trigger collects the answer your browser sends back after a Run Action request, so the result of a HARPA job lands in Make as a bundle you can store, forward or reuse in the next module.
Watch Web Monitor
Instant triggerIn Make“Triggers when the HARPA Web Monitor detects a change in a web page content, price, text etc.”
Watch Web Monitor turns HARPA's page watching into a starting point: whenever the monitor notices that a page's content, price or text has moved, Make receives the change and your scenario runs.
What can HARPA AI Web Browser Agent do in Make?
HARPA AI Web Browser Agent gives you 6 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.”
Make an API Call sends any authorized request to the HARPA API with the connection you already set up, which covers whatever the ready-made modules leave out.
Ping a Browser Node
ActionIn Make“Sends ping message to your HARPA Browser Extension to check if it is online and ready to run actions.”
Ping a Browser Node tells you whether your HARPA extension is online and ready, before any real work gets sent to it, so you know the browser is there before the scenario leans on it.
Run AI Prompt
ActionIn Make“Runs your AI prompt using any AI connection on any webpage without the need to build a custom command in HARPA.”
Run AI Prompt gives you an AI answer on any webpage using one of your AI connections in HARPA, without first building a custom command inside the extension.
Run an AI Command
ActionIn Make“Runs AI powered web automation, workflow or command in your browser.”
Run an AI Command starts an AI powered automation, workflow or command inside your browser, so the multi-step jobs you already use in HARPA can be launched from a scenario.
Scrape a Web Page
ActionIn Make“Turns a specified URL into a markdown text. Extracts elements content by CSS / XPath / Text selectors.”
Scrape a Web Page turns a URL into clean markdown text and can pull out specific elements with CSS, XPath or text selectors, which gives the next module readable content instead of raw HTML.
Search the Web
ActionIn Make“Searches the web for the given query. Returns up to 8 search results: links, titles, descriptions.”
Search the Web runs a query and hands back up to 8 results, each with its link, title and description, ready to map into the following modules.
Need help automating HARPA AI Web Browser Agent with Make?
A person reads every message.