Unable to extract multiple ScrapeNinja data

Hello everyone,

I’m currently trying to automatically scrape a web page that contains several pieces of information I want to scrape. Each of these pieces of information is present 5 times (screen).

For this, I use ScrapeNinja and I obtain the following results:

As you can see, I am successfully retrieving all 5 results with all the information I need.

These pieces of information, I then want to add them to a table (in my case, on Notion) to be able to process the information. Unfortunately, when I fill in the different fields, I only receive the last result on the page.

Does anyone know if it’s possible for it to create a new line for each of the retrieved pieces of information?

Welcome to the Make community!

You’ll need to use an Iterator module with the annonces array.

This “loops” through each array item, and the modules will receive each item as separate bundles.

Then you can map each item’s sub fields from the Iterator module.

4 Likes

Thank you very much, it worked :pray:t2:

2 Likes