By Vitalii Oren

8/12/2025

Simple Web Scraping Scenario in make.com (MANUAL)

Main image

Let’s try one of the coolest things you can do with make.com - web scraping. I show you how to build a super simple scenario for web scraping in Make and scrape Amazon.

Step #0 Preparation

Create a Google Sheet with a structure that includes a dedicated column for the URLs you are about to scrape, and additional columns for each data point you want to extract.

⬇️ Check how it's done on VIDEO below ⬇️


Step #1 Input (Get URLs from Google Sheet)

  1. Install the Google Sheets app.
  2. Select the Search Rows action from the list.
  3. Set up this action as shown in the video above.

Step #2 Scraping (Extract data from a URL)

Step #2.1 Integration

  1. Get Scraping App: search for 'AI Scraper by Parsera' and pick a Extract data from a URL action;
  2. Connect AI Scraper to Make: create an account at parsera.org and get your API key (by clicking on API button) then use it key toCreate Connection

Step #2.2 Scraping Output

  1. Prompt: give the scraper general instructions and context of what you want to scrape (check promting manual)
  2. Attributes: provide AI scraper with structure (attributes = columns) and criterias of data you want to scrape
    1. Field Name: (e.g.,product_name,price)
    2. Type: the expected data type (e.g., stringintegernumberbooleanlistobjectany)(optional)
      • ⚠️ Sometimes not-relevant data type can cause errors
    3. Field Description (Prompt): give AI Scraper unique intstructions regarding chosen attribute (e.g., "Get the discount, in other cases, put 'no discount'")
      • ⚠️ Field Name is enough when you're extracting data like a name or price, which is easy to detect and requires no additional processing. However, if the information you're extracting is not obvious and needs to be processed before being placed into the table, use Field Description.
      • ℹ️ Learn how to prompt correctly in Extractor Manual

Step #3 Output (Put data into the Google Sheet)

  1. Pick the Google Sheets app.
  2. Select the Update a Row action from the list.
  3. Set up this action as shown in the video above.

make.com scraping scenario

What else you can do with AI Scraper by Parsera in MAKE:

☎️ Make an API call

📑 Parse an HTML Content

Provide raw HTML content, and Parsera will parse it to extract data based on your defined attributes

🤖 Scrape a Website with Agent

  • Agent uses LLM only ONCE to generate a reusable scraping script based on the successful usage of Extractor on certain page layout.

  • Being non-dependent on LLM makes Agents perfect for SCALE (e.g. 📦 Scrape 5k product page of sneakers on www.ebay.com OR 📦 Scrape events on www.meetup.com every 24h)

    How to Setup a Scrpaing Agent

    1. The agent itself must be created separately before it can be used in make.com. It can be done via parsera.org OR Parsera API.
    2. Learn Why and How to create Agent in Scraping Agent Manual.
    3. Setup Agent in MAKE. Use this n8n MANUAL to learn how to set up a scraping agent - the flow is the same on both platforms.

Thank you for reading AI Scraper Make Manual 🎈

If you have any question email me OR book a call