Truncated text during data scraping

Hi all,

I am looking to pull the job description for all entry level marketing research jobs on a job posting site (i.e., indeed.com). I only REALLY need the job title and the qualifications. However, I can only capture the preview of the job description using data scraping. Does anyone have any suggestions for getting the full text? I have a feeling indeed.com is making it difficult to scrape, which is why I could use some expert help. Any suggestions are welcomed.

Maybe you can try this , it navigates to each result entry and retrives the details , this is just a working model , you can further tune it .
Test.xaml (9.3 KB)