- Home
- Resources
- Integrations
- ZenRows
ZenRows Make integrationAutomate ZenRows with Make.
Need data from web pages inside your automations without writing a scraper? The ZenRows Make integration gives you 4 action modules to extract page data, check your API usage and reach any ZenRows endpoint. This guide covers the connection and a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the ZenRows Make integration do for you?
The ZenRows Make integration links your ZenRows account to Make, the no-code tool where you build scenarios, meaning automations made of modules chained one after the other. Once linked, a scenario sends a page address to ZenRows and gets the page's data back, ready for the next app. You never write or host scraping code yourself.
A competitor watch list that fills itself. An online store keeps a list of rival product pages. Each address goes through Scraping a URL with CSS Selectors, which keeps only the parts of the page you point at, and the next module writes them into your table. When a price moves, the team sees it in the sheet instead of checking sites by hand.
Full page data from well-known sites, no setup per page. For pages on the most popular websites, Scraping a URL with Autoparse hands back the page's data as JSON on its own. A marketing analyst can feed that straight into a report without learning selectors.
A usage check before a large batch. Get the Scraper API Usage reads how much of your ZenRows API you have consumed, so a scenario can warn someone before a long run of scrapes starts.
Two limits to know. ZenRows has no trigger in Make, so something else has to start the scenario: the schedule or another app. And Make's own documentation for ZenRows is flagged as limited, so it offers no connection guide and no field reference; Make an API Call covers what the three ready-made modules leave out. If you are still choosing a platform, the Make review gives the overall picture, and the n8n vs Make comparison helps if n8n is on your list too. Stuck on an error later? Head to Make troubleshooting.
How do you connect ZenRows to Make?
- 01
Add a ZenRows module
Inside a scenario, add any ZenRows module, then click Create a connection. A small window opens where you can name the connection if you like, which helps once you manage several ZenRows accounts.
- 02
Authorize Make
Follow what the window asks for: approve Make on a ZenRows page, or paste the key ZenRows gives you. Make's documentation for this app does not say which of the two appears, so read the window before looking for anything.
- 03
Save and reuse it
Click Save. That connection now serves every ZenRows module in all your scenarios. Next time, you just pick it from the list instead of setting it up again.
Your first scenario with ZenRows
GoalWhen a new page address shows up in another app, Make sends it to ZenRows and gets back the parts of the page you selected.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to add the first module. ZenRows has no trigger, so this first bubble belongs to the app that holds your list of page addresses.
- 02
Add the ZenRows module
Click the + on the right of that first module, search for ZenRows and pick Scraping a URL with CSS Selectors. Choose your connection, or click Create a connection if it is your first time.
- 03
Map the page address
Fill the module: map the address coming from the first module, then target the parts of the page you want. Each bundle, one item passed from module to module, carries a single address here.
- 04
Test with Run once
Click Run once to execute the scenario one time. Then open each module's results to read the bundles it received and confirm ZenRows returned the data you expected.
- 05
Schedule and switch it on
Set the schedule on the first module. A new scenario runs every 15 minutes by default, which is also the shortest gap allowed on the Free plan. Then turn the scenario on.
What each ZenRows module does
ZenRows gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get the Scraper API Usage
ActionIn Make“Retrieves your current ZenRows API usage.”
Get the Scraper API Usage tells you how much of your ZenRows API you have used so far, and passes that figure to the next module so you can log it or act on it.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
With Make an API Call, the whole ZenRows API opens up to your scenario: you choose an endpoint and Make sends the request using the connection you already saved.
Scraping a URL with Autoparse
ActionIn Make“Gets a JSON with the page's data. For most popular websites only.”
Scraping a URL with Autoparse turns a whole web page into JSON data without asking you to describe the page first. You give it the address, it hands back structured content.
Scraping a URL with CSS Selectors
ActionIn Make“Extracts specific data from a given URL.”
Scraping a URL with CSS Selectors pulls out only the pieces of a page you target, such as a title or a price, which keeps the output short and easy to map into the next module.
Need help automating ZenRows with Make?
A person reads every message.