You can add the Icypeas Module integrated in Make, to use API call into your Make Workflows.
Select the "Make an API call" Module of Icypeas.
Add your Icypeas account.
Copy your API Key".
And paste it into the corresponding field in make.
Copy your User id.
And paste id in the required field.
After that you have to write the endpoint of the API relative to https://app.icypeas.com/api, so for the profile scraper, it would be:
/scrape/profile?url=PROFILE_URL
And select the list of profiles you want to scrape (here is the column A of my Google Sheets table)
Click on Save.
Then you can retrive your result into Google Sheets.
And eventually, you can add this to your workflow, or just run it one time.
You will see the results appeared into your Google Sheet table.