A personal project I am working on is to create a curated list of job roles scraped from the likes of LinkedIn and other places. Specifically, Product Operations (I will say for anyone reading - this is NOT for me, but to support my community who are looking for roles). The idea being, my community can see this specific list, and in the future being able to match skills needed with skills the applicants have, to recommended roles directly.I’m struggling with 2 things:A suitable prompt that can look at a top-level URL and then go find instances within that URL of job postings (If you know LinkedIn, I can get a URL that has Product Ops as a search marker, but then getting information from that is proving difficult). Because the number of results (records) returned is unknown, I’m using a web-table currently to house this - is this the best way, and what can I then automate from that to get it into a table?My ideal state is to hav