- Home
- Resources
- Integrations
- ScrapFly
ScrapFly Make integrationAutomate ScrapFly with Make.
Need web pages turned into clean data without writing a scraper? The ScrapFly Make integration gives you 5 action modules to scrape, screenshot and extract. This guide is for anyone new to Make: you link your API key, then build a first scenario that reads a page and pulls out what matters.
Verified Trustpilot reviews · AI, automation & growth agency
What can the ScrapFly Make integration do for you?
The ScrapFly Make integration lets a Make scenario (the automation you build, a chain of modules) fetch a web page through ScrapFly, capture it as an image, or hand its content to AI that returns structured data. Each module is one brick of that chain, and every ScrapFly module is an action: it does something when the scenario reaches it.
A price sheet that fills itself. A module from another app hands over a product URL, Scrape a Web Page fetches the page as Markdown, and Extract Data From an HTML, Text, or Markdown Document Using AI pulls out the name and price you describe in plain words.
A visual archive of pages you watch. Capture a Web Page Screenshot takes an image of a landing page each time your scenario runs, so a marketing team keeps a record of how a competitor page looked.
Hard pages that block plain requests. When a site pushes back, Send a Web Scraping API Request goes through ScrapFly proxies and its anti-bot bypass, and Get an Account Info tells you how much of your subscription is left.
What the app does not have: no trigger, so ScrapFly never starts a scenario on its own, and no generic Make an API Call module. The Make documentation for this app is marked as AI-generated from the ScrapFly docs, so check anything critical with ScrapFly directly. The same app often exists as an n8n node too; the n8n vs Make comparison helps you pick a tool, and the Make training covers the editor from zero.
How do you connect ScrapFly to Make?
- 01
Copy your API key from ScrapFly
In your ScrapFly account, open the projects dashboard, pick the project, then choose the LIVE or TEST environment. The API key sits at the top of the dashboard. Copy it; Make needs nothing else.
- 02
Add a ScrapFly module in Make
In your scenario, add any ScrapFly module and click Create a connection. A connection is your ScrapFly account linked to Make once, then reused by every ScrapFly module. You can fill Connection name if you plan to keep several.
- 03
Paste the key and save
Paste the API key you copied into the dialog and confirm. The connection then appears in the dropdown, ready for the other four ScrapFly modules of your scenario.
Your first scenario with ScrapFly
GoalWhen another app hands over a page URL, Make scrapes that page with ScrapFly and turns its content into structured data.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Pick the app that holds your URLs, such as a sheet or a form, since ScrapFly has no trigger of its own.
- 02
Add Scrape a Web Page
Click the + on the right of that first module, search ScrapFly and pick Scrape a Web Page. Connect your account, then map the URL coming from the first module.
- 03
Describe what to extract
Add Extract Data From an HTML, Text, or Markdown Document Using AI after it, map the scraped content, and write in plain words which pieces you want back, like a title and a price.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received, a bundle being one item passed from module to module. Read the extracted data before going further.
- 05
Schedule and switch it on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation on your Make plan, so keep an eye on volume.
What each ScrapFly module does
ScrapFly gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Capture a Web Page Screenshot
ActionIn Make“Takes a screenshot of a web page given its URL”
Gives you an image of any web page from its URL, so a scenario can keep visual proof of what a page showed at a given moment.
Extract Data From an HTML, Text, or Markdown Document Using AI
ActionIn Make“Extracts structured data from any text content. Uses AI, LLM, and custom parsing instructions.”
Returns clean, structured fields from messy content: you pass HTML, text or Markdown and describe what you want, and AI does the parsing for you.
Get an Account Info
ActionIn Make“Returns information about the current subscription and account usage.”
Tells you where your ScrapFly subscription stands and how much of it you have used, without logging into the ScrapFly dashboard.
Scrape a Web Page
ActionIn Make“Scrapes a web page for HTML, Text, or Markdown.”
Fetches a page and hands its content back as HTML, Text or Markdown, ready for the next module in your scenario.
Send a Web Scraping API Request
ActionIn Make“Sends an API request with proxies and anti-bot bypass capabilities using ScrapFly.”
Opens the door to the tougher sites: the request goes through ScrapFly proxies and its anti-bot bypass, so pages that refuse a plain visit can still come back.
Need help automating ScrapFly with Make?
A person reads every message.