Q: Looping on URLs list
Hi! It is possible to take "Names" from a list (name_1, name_2, ..., name_n), then scrap from pages that are part of same base url (https://www.learnsomething.com/cooking/recipes/{name_here}) and all those "Names" keep same structure (same html tag structure, css classes, etc) to make a kind-of relational database to replicate that information? (Thinking on feed a web app with that information)
Claire_BrowserAct
Nov 7, 2025A: Hi! Yes, this is exactly what BrowserAct is designed for!
How to Implement:
✅ Loop List - Loop through your names list
✅ Navigate - Visit dynamic URL with {name} variable
✅ Extract Data Item - Extract structured data from each page
✅ Output - Export as JSON/CSV
This is a perfect BrowserAct workflow!
Need help building it? Join Discord: https://discord.com/invite/UpnCKd7GaU
Claire & the BrowserAct Team