- Home
- Resources
- Integrations
- Scrapeless
Scrapeless Make integrationAutomate Scrapeless with Make.
Need web data in your automations without writing a scraper? The Scrapeless Make integration adds 6 action modules: crawl a site, scrape one page, query Google or Google Trends, unlock protected pages. This guide walks growth and ops teams through the connection and a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Scrapeless Make integration do for you?
The Scrapeless Make integration lets a Make scenario, the automation you build as a chain of modules, fetch web data for you: one page, a whole site, Google results or Google Trends interest. A module is one brick of that chain. All 6 Scrapeless modules are actions, so something else has to start the scenario.
Pull a competitor's pricing page. Place Scrape data from a single page after the trigger of the tool where your team lists the pages to follow, and each new entry turns into page data you can send to a sheet or a team chat.
Audit a documentation site. Crawl data from all pages follows the links of a site and brings back the data of every page it reaches, a solid base for a content review. When a page resists because it is protected or built by scripts, Unlock a website is the module made for that job.
Check what people search for. Search Google returns result data for a query, and Search Google Trends adds keyword popularity and interest, handy for an SEO lead preparing a brief.
What Make does not do here: Scrapeless has no trigger, so nothing starts on its own when a page changes. You start the scenario from Make's schedule or from another app's trigger. Make's documentation page for this app also warns that it was generated by AI from the Scrapeless docs, so confirm important details with Scrapeless.
Weighing tools? The n8n vs Make comparison sets the two side by side. To build faster, the Make training covers scenarios step by step, and Make pricing details the plans.
How do you connect Scrapeless to Make?
- 01
Open the connection window
Add any Scrapeless module to your scenario and click Create a connection. A connection is your Scrapeless account linked to Make once, then reused by all 6 modules. The Connection name field is optional: type a label if you run several accounts.
- 02
Copy your token in Scrapeless
Log in to Scrapeless and open the section where API keys are managed, usually labeled API or Developer Settings. The key Make needs is called
x-api-token. No account yet? Create one first, since Make requires an active account and a token. - 03
Paste it into Make
Back in Make, paste the token in the connection window and confirm. Every Scrapeless module in this scenario, and in the next ones, now uses the same connection, so the token never has to be pasted twice.
Build your first scenario with Scrapeless
GoalWhen your team adds a page address in the tool it already uses, Make scrapes that page with Scrapeless.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to add the first module. Pick the trigger of the app where your team lists pages to follow, such as a sheet or a form.
- 02
Add the Scrapeless module
Click the + on the right of that first module, search for Scrapeless and choose Scrape data from a single page. Click Create a connection and paste your
x-api-token. - 03
Map the page to read
In the module, map the page address coming from the first module. Each new entry travels as a bundle, one item passed from module to module, and Scrapeless reads that single page.
- 04
Test with Run once
Click Run once to execute the scenario one time. Read the bundles each module received and check that the page data came back as expected.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run on one bundle counts as one operation on your Make plan.
What each Scrapeless module does
Scrapeless gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Crawl data from all pages
ActionIn Make“Crawl a website and its linked pages to extract comprehensive data.”
Get the data of a whole site in one pass: the module starts from an address, follows the linked pages and returns what it collects on each of them. It suits a blog, a help center or a catalog you want to review.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reach any part of the Scrapeless API that the five dedicated modules leave out, with the connection you already created. You write the request yourself, which makes it the most open module and the least guided one.
Scrape data from a single page
ActionIn Make“Extract data from a single webpage.”
Bring the content of one page into your scenario, ready to pass to a sheet, a CRM or an AI step. You point it at a single address and that page's data comes back as a bundle.
Search Google
ActionIn Make“Retrieve search result data for any query.”
See what Google shows for a query without opening a browser. The module fetches the result data for the words you give it, so the scenario can store it, compare it or pass it along.
Search Google Trends
ActionIn Make“Access popular keyword and interest data from Google Trends.”
Find out how much interest a keyword attracts before you invest in it. This module pulls popularity and interest data from Google Trends straight into the scenario.
Unlock a website
ActionIn Make“Accesses protected or dynamic pages. Handles anti-scraping systems automatically.”
Open pages that block ordinary scrapers or only load their content through scripts. Scrapeless handles the anti-scraping protection for you, so the scenario receives the page rather than a refusal.
Need help automating Scrapeless with Make?
A person reads every message.