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?