Resources · Make integration

Oxylabs Make integrationAutomate Oxylabs with Make.

Need fresh web data inside your automations without writing a scraper? The Oxylabs Make integration gives you 5 action modules for Google, Amazon and any other website. This guide links your account and walks you through a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can you automate with the Oxylabs Make integration?

The Oxylabs Make integration lets a Make scenario (the automation you build, a chain of steps) ask Oxylabs to fetch a web page for you: a Google results page, an Amazon listing, or any other site. The scraped data then flows to the next step, such as a spreadsheet or a CRM.

Track a competitor's product pages. Keep a list of Amazon links in a spreadsheet and let Scrape Amazon Product fetch each page, so price and stock checks stop being a copy and paste job for someone on the team.

Watch where a keyword ranks. A marketer can hand a query to Scrape Google Search and push the results into a report, instead of opening an incognito window and noting positions by hand. On the retail side, Scrape Amazon Search does the same for a search inside Amazon.

Pull data from a site nobody built a module for. Scrape any website covers the rest of the web, from marketplaces to property listings, with the same connection.

What Make does not do here: there is no trigger, so Oxylabs never starts a scenario on its own. Something else has to start it, a schedule or another app. If you are new to the tool, the Make review explains how it works, and Make pricing shows what each plan allows. Many apps also exist as n8n nodes; the n8n vs Make comparison helps you pick a side.

Connect

How do you connect Oxylabs to Make?

  1. 01

    Get your API user credentials

    In your Oxylabs dashboard, start a free trial or buy the Web Scraper API product. That creates an API user. Copy the Username and the Password shown in the API user credentials section.

  2. 02

    Add an Oxylabs module in Make

    Open your scenario, add any Oxylabs module and click Create a connection. A connection is your Oxylabs account linked to Make once, then reused by every Oxylabs module you add later.

  3. 03

    Paste the credentials and save

    Give the connection a name in Connection name if you run several Oxylabs accounts, which is optional. Paste the username and password you copied, then follow the on-screen prompts to finish.

First scenario

Your first scenario with Oxylabs

GoalWhen a new Amazon product link lands in your spreadsheet, Make asks Oxylabs to scrape that product page.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the +. The first module will be the app that holds your list of product links, such as a spreadsheet.

  2. 02

    Add Scrape Amazon Product

    Click the + on the right of that first module, search for Oxylabs and pick Scrape Amazon Product. Choose the connection you created, or click Create a connection.

  3. 03

    Map the product link

    Fill the module fields and map the link from the previous module, so every bundle (one item passed from a module to the next, here one row) sends its own product to Oxylabs.

  4. 04

    Test with Run once

    Click Run once. Make runs the scenario a single time and shows the bundles each module received, so you can check what Oxylabs returned before going further.

  5. 05

    Schedule and switch it on

    Open the clock on the first module. A new scenario checks every 15 minutes by default, which is also the shortest interval on the Free plan. Then switch the scenario on.

Modules

What each Oxylabs module does

Oxylabs gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Oxylabs1

Make an API call

Action

In MakePerforms authorized API call

Reach any endpoint of the Oxylabs API from your scenario, reusing the connection you already set up, with no second login.

When to use it
the scraping job you need is not covered by the four ready-made modules and the Oxylabs API documentation describes it.
Watch out
nothing is pre-filled here, so you write the request yourself from that documentation.
Oxylabs2

Scrape Amazon Product

Action

In MakeThe amazon_product data source is designed to retrieve Amazon product pages.

Get the content of one Amazon product page back inside Make. It is ready to send to a sheet, a database or an alert.

When to use it
you already know which products matter, for example a shortlist of competitor listings a buyer wants to follow.
Watch out
it handles one product page per run of the module, and each run counts as one operation on your Make plan.
Oxylabs3

Scrape Amazon Search

Action

In MakeThe amazon_search source is designed to retrieve Amazon search result pages.

Turn a search typed on Amazon into data: this module fetches the results page and hands it to the next step of your scenario.

When to use it
you care about what shows up for a query, such as which brands appear for a product category you sell in.
Watch out
it returns a results page, not the product pages behind it; pair it with Scrape Amazon Product for details.
Oxylabs4

Scrape any website

Action

In MakeScrape other websites (Home Depot, Idealo, Zillow, Yandex, Baidu, etc.) with our universal source.

Pull a page from almost any site through Oxylabs, including stores, marketplaces and listing portals that have no module of their own.

When to use it
the source is neither Google nor Amazon, for instance a home improvement retailer or a real estate portal you monitor.
Watch out
when a dedicated module exists for the site, prefer it, since this universal source is the fallback option.
Oxylabs5

Scrape Google Search

Action

In MakeWith Web Scraper API, you can scrape and parse various types of Google pages.

Bring Google results into your scenario as data you can sort, filter or store, instead of reading them in a browser tab.

When to use it
an SEO or growth team wants to log who ranks for a set of queries and feed a dashboard.
Watch out
Oxylabs covers several kinds of Google pages, so check which one you are requesting before you map the results.
Need help

Need help automating Oxylabs with Make?

A person reads every message.

FAQ

Oxylabs and Make: common questions

01Is the Oxylabs Make integration free?
Yes on the Make side: Oxylabs is a standard app, available from the Free plan. That plan gives you 2 active scenarios, a shortest interval of 15 minutes between scheduled runs, runs of up to 5 minutes, files up to 5 MB and 512 MB of data transfer. Each module run counts as one operation on your plan. Oxylabs itself is separate: you need an active account with API user credentials, which come from a free trial or from buying the Web Scraper API product, as described in the Oxylabs documentation.
02What do you need to connect Oxylabs to Make?
You need an active Oxylabs account and its API user credentials. In the Oxylabs dashboard, start a free trial or purchase Web Scraper API to create an API user, then copy the Username and Password from the API user credentials section. In Make, add any Oxylabs module, click Create a connection, give it a name if you like, and paste both values. The connection is then shared by all five Oxylabs modules in your scenarios, so you only do this once per account.
03Does the Oxylabs Make integration run in real time?
No, not on its own. Oxylabs has no trigger module in Make, so it cannot start a scenario when something happens. You start the scenario another way. The simplest is scheduling: the clock on the first module runs the scenario every 15 minutes by default, and paid plans go down to one minute. The other way is to put another app first, for example a spreadsheet or a form tool, and let its trigger start the scenario, with the Oxylabs module placed after it.
04What if the Oxylabs module you need is missing in Make?
Use Make an API call. It is one of the five Oxylabs modules, and it lets your scenario call any endpoint of the Oxylabs API with the same connection, so you are not limited to the four ready-made scraping modules. You build the request from the Oxylabs API documentation. Also keep in mind that the Make documentation for this app is marked as AI-generated from the official Oxylabs docs, so check important details against the Oxylabs documentation or ask Oxylabs directly.
05Should you use Make or n8n for Oxylabs?
It depends on where the rest of your automations live. On Make, Oxylabs comes with five modules, a single connection based on your API user, and a scenario you can test with Run once before switching it on. Many apps also exist as n8n nodes, so if your team already builds its workflows in n8n, check whether Oxylabs has a node there before moving anything. Keeping your scrapers in the same tool as the steps that use their data makes the setup easier to follow and to fix.