Scrapfly Make Integration

Scrapfly is available on Make a popular no-code automation platform. The Scrapfly Make App includes access to all Scrapfly APIs:

  • Use Web Scraping API to scrape any webpage data.
  • Use Extraction API to extract data from Make inputs.
  • Use Screenshot API to take screenshots of any webpage.
See all the available Make modules

To use Scrapfly with Make all you need is a Make.com account and a Scrapfly API key, which you can find on your dashboard.

Example Templates

Using Make and Scrapfly creating web-scraping powered automations is very easy and accessible without any coding experience. Let's take a look at some example templates for common Make scenarios.

Scraping with Google sheets

Google Sheets is a popular cloud-based spreadsheet tool ideal for automation and web scraping. This example demonstrates how Google Sheets can be used as a web scraping database.

See Make Google Sheets + Scrapfly Template

This example watches Google Sheets for newly added URLs and scrape them using Scrapfly Web Scrape API. Here's a quick breakdown:

  1. Watch for new rows to be added into a Goolge Sheet
  2. On new URL added:
    1. Scrape URL using Scrapfly Web Scrape API
    2. Parse Scraped HTML using Scrapfly Extraction API
  3. Save the extracted data back to Google Sheet

Scheduling Scrape Loops

Make also provides a scheduler system that can scrape multiple URLs at regular intervals. This example demonstrates how to schedule a scrape loop using Make and store results to Google Sheets.

See the Loop Scraping Example

Screenshot to Google Drive

Make provides a file system infratstructure for handling binary files. This template takes a screenshot of a web page using the Screenshot API and saves the results to Google Drive.

See the Loop Scraping Example

Errors

Make will return the Scrapfly API error message in the Make error reporter that matches the standard Scrapfly API error messages. For more see:

Pricing

No additional costs.

Summary