Scraping a specific job website for full details?

Hi there,
I am new to make and I have been trying to scrape job information from a particular website that posts all healthcare related jobs in the UK - an example detailed job listing is here: Job Advert.

I get daily alerts with these links on email (multiple job listings per email) but when linking to the email on make with my current scenario - currently I can only extract 1 job link per email and then when I try and scrape the URL - although i can get all the html/text - It is too large to use OpenAI to help me break it down and use.

I am looking for help on two fronts:

  1. When i link my email - how do I extract the details of each job listed in the body to feed into my airtable
  2. Once i have scraped the individual job page - how do i feed specific sections only into my air table e.g. summary and main duties and about us (Note - I have tried all manner of regex matching but it doesnt seem to work)

Many thanks in advance for your help!!

BW