I am trying to scrape multiple Facebook Ad account URLs and have a summary sent via Gmail to our CMO. I cannot find a way to scrape multiple URLs using the Facebook scraper node. I can only do 1 at a time. I have tried countless variations to execute this but always get an error. Help on this would be greatly appreciated!
Hey @DavidJ92 - You should be able to scrape more than one URL using loop mode: https://docs.gumloop.com/core-concepts/loop_mode
Can you shared the failed run link from the https://www.gumloop.com/history page please? Also, please set the access to ‘anyone with the link can view’
Thanks for the reply Wasay! I have included the link for you: https://www.gumloop.com/pipeline?workbook_id=1Mm6GGJHnfgdkA4YY3MLNc
Loop mode is on, but there is nowhere to add multiple links, this is the core issue I am having.
Thank you @DavidJ92 - Since you’ve a flow which works for a single Facebook page, you can use that as a subflow and loop over it multiple facebook pages.
You can add multiple links by enabling loop mode on the subflow and then passing a List
of links. For the List
input you can use a Split Text
node or your database like Airtable, Google Sheets, etc.
I’ve set it up for you here: https://www.gumloop.com/pipeline?workbook_id=nQbxnHzaEyJcRYZo3ny1yW
Subflow Tutorial: https://vimeo.com/1052111235/cb7e3a446b
Subflow Docs: https://docs.gumloop.com/core-concepts/subflows
Loop mode: https://docs.gumloop.com/core-concepts/loop_mode
Let me know if this makes sense and works for you.
So, I just clicked the link where you set it up for me and it says run completed successfully, but I never got any email and I also checked the junk folder.
Could be because of an error downstream or in the subflow. Have you tried troubleshooting using the run log? https://docs.gumloop.com/core-concepts/run_log
If you’re not able to figure it out feel free to paste the failed run link here.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.