So! For example if I want to scrape this page - Game Developer Jobs - GameJobs.co - and create records for each, how do I also do this: open each item’s URL, extract another piece of data from each separate page, and then sync it back with the main list? For example:
I started creating this in the below but I was stuck on how to scrape the URLs pulled from the first list as part of my flow, and also am not sure how to connect it all up once the scraping is done.
(as a bonus question - is there a way to make it so our flows only add new/unique entries, and don’t add entries if they find duplicates?)